Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/
Date: Mon, 03 Jul 2017 23:17:41
Message-Id: 1499123849.5eb00e43619d59d5b3ed2d9c9ee97761bc0b94ec.zmedico@gentoo
1 commit: 5eb00e43619d59d5b3ed2d9c9ee97761bc0b94ec
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 3 22:40:21 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 3 23:17:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb00e43
7
8 virtual/podofo-build: version bump to 0.9.6_pre20170629
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../podofo-build/podofo-build-0.9.6_pre20170629.ebuild | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild
16 new file mode 100644
17 index 00000000000..a2df3a30eb0
18 --- /dev/null
19 +++ b/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild
20 @@ -0,0 +1,15 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="Virtual package for building against PoDoFo"
27 +SLOT="0/${PV}"
28 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
29 +IUSE="+boost idn debug test +tools"
30 +
31 +# Pull in boost for build-against header dependency (see bug #503802).
32 +RDEPEND="
33 + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
34 + boost? ( dev-libs/boost )
35 +"