app-text/qpdf: Revbump to remove no longer needed "perl" USE flag
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 6 Feb 2020 21:11:16 +0000 (22:11 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 6 Feb 2020 21:11:44 +0000 (22:11 +0100)
Thanks-to: Tim Harder <radhermit@gentoo.org>
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-text/qpdf/qpdf-9.1.1-r1.ebuild [moved from app-text/qpdf/qpdf-9.1.1.ebuild with 80% similarity]

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 8fc0067191fa26df1bc4080922de805bf10a6629..34cb4605186754e831e2a6e3ede24693e0bf4360 100644 (file)
@@ -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