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: Thu, 23 Nov 2017 20:50:15
Message-Id: 1511470199.dc6f7e4efc4ac060a1e3d723eb85cb9d2998dde9.zmedico@gentoo
1 commit: dc6f7e4efc4ac060a1e3d723eb85cb9d2998dde9
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 20:44:09 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 20:49:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6f7e4e
7
8 virtual/podofo-build: remove old version 0.9.6_pre20170629
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 .../podofo-build/podofo-build-0.9.6_pre20170629.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
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 deleted file mode 100644
17 index a2df3a30eb0..00000000000
18 --- a/virtual/podofo-build/podofo-build-0.9.6_pre20170629.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
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 -"