commit: d2ebe98540a875634be3902c69a0e88e8e7f612d
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 21:11:16 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 21:11:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ebe985
app-text/qpdf: Revbump to remove no longer needed "perl" USE flag
Thanks-to: Tim Harder <radhermit <AT> gentoo.org>
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-text/qpdf/{qpdf-9.1.1.ebuild => qpdf-9.1.1-r1.ebuild} | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/app-text/qpdf/qpdf-9.1.1.ebuild
b/app-text/qpdf/qpdf-9.1.1-r1.ebuild
similarity index 80%
rename from app-text/qpdf/qpdf-9.1.1.ebuild
rename to app-text/qpdf/qpdf-9.1.1-r1.ebuild
index 8fc0067191f..34cb4605186 100644
--- a/app-text/qpdf/qpdf-9.1.1.ebuild
+++ b/app-text/qpdf/qpdf-9.1.1-r1.ebuild
@@ -13,26 +13,22 @@ LICENSE="|| ( Apache-2.0 Artistic-2 )"
SLOT="0/26"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc
~x86 ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris"
-IUSE="doc examples perl static-libs test"
+IUSE="doc examples static-libs test"
RESTRICT="!test? ( test )"
-CDEPEND="
+RDEPEND="
net-libs/gnutls:0=
sys-libs/zlib
virtual/jpeg:0=
"
-DEPEND="${CDEPEND}
+DEPEND="${RDEPEND}
test? (
sys-apps/diffutils
media-libs/tiff
app-text/ghostscript-gpl[tiff]
)
"
-# Only need perl for the installed tools.
-RDEPEND="${CDEPEND}
- perl? ( >=dev-lang/perl-5.8 )
-"
DOCS=( ChangeLog README.md TODO )
@@ -51,11 +47,6 @@ src_configure() {
src_install() {
default
- if ! use perl ; then
- rm "${ED}"/usr/bin/fix-qdf || die
- rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die
- fi
-
if use examples ; then
dobin examples/build/.libs/*
fi