From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB517139694 for ; Mon, 1 May 2017 19:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A492E0BD8; Mon, 1 May 2017 19:09:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F05E5E0BD8 for ; Mon, 1 May 2017 19:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAA4F3415B7 for ; Mon, 1 May 2017 19:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EDBC7441 for ; Mon, 1 May 2017 19:09:10 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1493665748.39cb0cc0409a099ea8172845500346239bece035.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 39cb0cc0409a099ea8172845500346239bece035 X-VCS-Branch: master Date: Mon, 1 May 2017 19:09:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5da8efb3-3639-4046-b179-5e2c9c61f475 X-Archives-Hash: d727ecd3acfed33a9ad6f4d839508c7e commit: 39cb0cc0409a099ea8172845500346239bece035 Author: Zac Medico gentoo org> AuthorDate: Mon May 1 19:08:44 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon May 1 19:09:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cb0cc0 virtual/podofo-build: version bump to 0.9.6_pre20170428 Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../podofo-build/podofo-build-0.9.6_pre20170428.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild new file mode 100644 index 00000000000..f5fb557386b --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170428.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual package for building against PoDoFo" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="+boost idn debug test" + +# Pull in boost for build-against header dependency (see bug #503802). +RDEPEND=" + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=] + boost? ( dev-libs/boost ) +"