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: Sat, 26 Feb 2022 19:52:12
Message-Id: 1645905123.2115548bea068c67c7f99fe14316527b5f1ec499.zmedico@gentoo
1 commit: 2115548bea068c67c7f99fe14316527b5f1ec499
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 19:49:55 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 19:52:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2115548b
7
8 virtual/podofo-build: Bump to version 0.9.7
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 virtual/podofo-build/podofo-build-0.9.7.ebuild | 16 ++++++++++++++++
14 1 file changed, 16 insertions(+)
15
16 diff --git a/virtual/podofo-build/podofo-build-0.9.7.ebuild b/virtual/podofo-build/podofo-build-0.9.7.ebuild
17 new file mode 100644
18 index 000000000000..2eb20b281468
19 --- /dev/null
20 +++ b/virtual/podofo-build/podofo-build-0.9.7.ebuild
21 @@ -0,0 +1,16 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Virtual package for building against PoDoFo"
28 +SLOT="0/${PV}"
29 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
30 +IUSE="+boost idn debug test +tools"
31 +RESTRICT="!test? ( test )"
32 +
33 +# Pull in boost for build-against header dependency (see bug #503802).
34 +RDEPEND="
35 + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=,tools=]
36 + boost? ( dev-libs/boost )
37 +"