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 AE637139694 for ; Mon, 3 Jul 2017 23:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98605E0BC7; Mon, 3 Jul 2017 23:17:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 76573E0BC7 for ; Mon, 3 Jul 2017 23:17:39 +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 2B2143417DA for ; Mon, 3 Jul 2017 23:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8562749E for ; Mon, 3 Jul 2017 23:17:35 +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: <1499123849.5eb00e43619d59d5b3ed2d9c9ee97761bc0b94ec.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_pre20170629.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5eb00e43619d59d5b3ed2d9c9ee97761bc0b94ec X-VCS-Branch: master Date: Mon, 3 Jul 2017 23:17:35 +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: fe36b6c4-b01d-4c37-92f4-35cb9208fee6 X-Archives-Hash: 2edfbcb9f5bf10b11b6f9a343ed0b464 commit: 5eb00e43619d59d5b3ed2d9c9ee97761bc0b94ec Author: Zac Medico gentoo org> AuthorDate: Mon Jul 3 22:40:21 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jul 3 23:17:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb00e43 virtual/podofo-build: version bump to 0.9.6_pre20170629 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../podofo-build/podofo-build-0.9.6_pre20170629.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild new file mode 100644 index 00000000000..a2df3a30eb0 --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170629.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 +tools" + +# Pull in boost for build-against header dependency (see bug #503802). +RDEPEND=" + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=] + boost? ( dev-libs/boost ) +"