summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-09-24 02:31:02 -0400
committerZac Medico <zmedico@gentoo.org>2023-09-24 19:43:37 -0700
commitcb3d7bd0062b63524abc89cbf7d9655ba6375e34 (patch)
tree67c111777b1617b76de8c56b9c388efce3f48a3d
parentapp-text/podofo: skip tests which require USE flags to succeed (diff)
downloadgentoo-cb3d7bd0.tar.gz
gentoo-cb3d7bd0.tar.bz2
gentoo-cb3d7bd0.zip
virtual/podofo-build: drop 0.10.1-r1
This virtual package was only ever used by calibre, and only in order to depend on the union of podofo itself plus boost, see bug 503802 for details. Since podofo 0.10.1 does not use boost at all, the virtual package is obsoleted by this podofo update. The one package that depends on it, requires the old podofo (and will be version bumped to depend exclusively on the new podofo, *without* the virtual package). Closes: https://github.com/gentoo/gentoo/pull/32989 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--virtual/podofo-build/podofo-build-0.10.1-r1.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild b/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild
deleted file mode 100644
index fd4a0606200b..000000000000
--- a/virtual/podofo-build/podofo-build-0.10.1-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Virtual package for building against PoDoFo"
-
-SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="fontconfig idn jpeg png test tiff +tools"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-text/podofo:0/2[fontconfig=,idn=,jpeg=,png=,test=,tiff=,tools=]
-"