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: Tue, 14 Nov 2017 02:04:57
Message-Id: 1510624829.f9a9fd0a2ecc04820e903c0018939f6e8ce82c77.zmedico@gentoo
1 commit: f9a9fd0a2ecc04820e903c0018939f6e8ce82c77
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 01:59:02 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 02:00:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a9fd0a
7
8 virtual/podofo-build: version bump to 0.9.6_pre20171027
9
10 Thanks to jorgicio for the report.
11
12 Closes: https://bugs.gentoo.org/637290
13 Package-Manager: Portage-2.3.13, Repoman-2.3.3
14
15 .../podofo-build/podofo-build-0.9.6_pre20171027.ebuild | 15 +++++++++++++++
16 1 file changed, 15 insertions(+)
17
18 diff --git a/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild b/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild
19 new file mode 100644
20 index 00000000000..a2df3a30eb0
21 --- /dev/null
22 +++ b/virtual/podofo-build/podofo-build-0.9.6_pre20171027.ebuild
23 @@ -0,0 +1,15 @@
24 +# Copyright 1999-2017 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +DESCRIPTION="Virtual package for building against PoDoFo"
30 +SLOT="0/${PV}"
31 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
32 +IUSE="+boost idn debug test +tools"
33 +
34 +# Pull in boost for build-against header dependency (see bug #503802).
35 +RDEPEND="
36 + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
37 + boost? ( dev-libs/boost )
38 +"