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