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 D8166139694 for ; Fri, 12 May 2017 09:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24296E0BEE; Fri, 12 May 2017 09:56:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 02230E0BEE for ; Fri, 12 May 2017 09:56:56 +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 0CE7D3416C1 for ; Fri, 12 May 2017 09:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D1A87451 for ; Fri, 12 May 2017 09:56:54 +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: <1494583009.5d934164425c2f7017033dbad2213012c7794985.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_pre20170508-r1.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5d934164425c2f7017033dbad2213012c7794985 X-VCS-Branch: master Date: Fri, 12 May 2017 09:56:54 +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: 5c553bc1-f433-49d6-ab0c-4a9dd8bc0aa8 X-Archives-Hash: bf03d7d51622aeb98969abf21ee4de85 commit: 5d934164425c2f7017033dbad2213012c7794985 Author: Zac Medico gentoo org> AuthorDate: Fri May 12 09:21:07 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri May 12 09:56:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d934164 virtual/podofo-build: revbump to 0.9.6_pre20170508-r1 with subslot change Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.ebuild new file mode 100644 index 00000000000..0ee6dc0932b --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170508-r1.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/${PVR}" +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/${PVR}[boost=,idn=,debug=,test=] + boost? ( dev-libs/boost ) +"