From: Lars Wendler Date: Mon, 14 Oct 2019 09:04:55 +0000 (+0200) Subject: app-text/qpdf: Removed old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84ba7f4c6faed1ecde5a6eb3dee49fdad205e049;p=gentoo.git app-text/qpdf: Removed old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler --- diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest index 7a83886e25a6..e0a822cb8770 100644 --- a/app-text/qpdf/Manifest +++ b/app-text/qpdf/Manifest @@ -1,5 +1,3 @@ -DIST qpdf-7.0.0.tar.gz 7053781 BLAKE2B 1abd54a3cdc24c3e56ac81cabaa56be8d2217961abfc026cbd0c0141aea3efb6c75b9daf2fe9f6fc0f09efd224d241fa859bd37bcd972df4e4837318497d774e SHA512 7b52d67b4d2c428a7b0c1cd03b03a23f05d38d7e3c81041079a137919019ea5158f12bf95fdcfcff6b43ffdefe93a85127ced2a363a6b4b380cbaa02a3840256 -DIST qpdf-7.1.1.tar.gz 7099282 BLAKE2B 9658dd1cc6f8d0e3dd13137db147e0f954f747b5bb6b1577f70a236b1f67c5513713889dca77181a9b25f1a2054a8ec5cbfda60866e97b2d43e60b494752c9fd SHA512 a75f988c7dd7ac174bdc981cd3696ca8b539ac6c581e3afecf601dc67277014cb4fe3f0e5cb75a67412cafa4eb645b2fc2d8a0ec203834464baf0c7e80baa0b4 DIST qpdf-8.2.1.tar.gz 8256216 BLAKE2B 67e9b897ed938b9dd2e8508efaddd4dd6f63568aa23332ef72918a0888cc1e1b8fe844f0c1424b8ab568ee5ce42f8efd04293cd525e9d8de0c5fe7b352f49367 SHA512 ef3aeb4a7ca3ec48ab62341533eedcb2a6d0985767317ab72c22f0c0ecfef6849bfdc34b1bcec6427c7bde166143adb409c895ff40d8be6628e6323e27697a8c DIST qpdf-8.4.1.tar.gz 16990752 BLAKE2B 6e7ccd212cf8d01aea3dc615f5924c0575392f19cdd20b35327a71bd1f97d7e515fe1a73cd2e3901964f621cafa19ab07a1314af19f40ded28d3e9f683c02ab0 SHA512 d5ac3376345650f05278f8b4d99182cd58b927537085a4a6415d3df0b80b7ddd80a7c33778ec8c3b85d9788ea081ea3266bd4a9315eda9820988e9e54a22f80d DIST qpdf-8.4.2.tar.gz 16988263 BLAKE2B 358836310575fd0f454d4504a70796b72d2e3120c5820e2c33e84ea79c5c115d1c84f8d58392d870b5357407d0fbed05028bd854d164be0b32b348c587845300 SHA512 9cde046fb5e42dc331933294155583fb20408704a0cab3075cc3e97bd4643e3178e4162b8de7434aa2304097e7734f985fdc8e7b05cc028c37193dce91797f7a diff --git a/app-text/qpdf/qpdf-7.0.0.ebuild b/app-text/qpdf/qpdf-7.0.0.ebuild deleted file mode 100644 index d1bf435cf3c6..000000000000 --- a/app-text/qpdf/qpdf-7.0.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files" -HOMEPAGE="http://qpdf.sourceforge.net/" -SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 Artistic-2 )" - -# subslot = libqpdf soname version -SLOT="0/18" - -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" - -CDEPEND=" - sys-libs/zlib - virtual/jpeg:0= -" -DEPEND="${CDEPEND} - 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 ) - -src_configure() { - CONFIG_SHELL=/bin/bash econf \ - $(use_enable static-libs static) \ - $(use_enable test test-compare-images) -} - -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 - - find "${ED}" -name '*.la' -exec rm -f {} + -} diff --git a/app-text/qpdf/qpdf-7.1.1.ebuild b/app-text/qpdf/qpdf-7.1.1.ebuild deleted file mode 100644 index 7b0bf28566cf..000000000000 --- a/app-text/qpdf/qpdf-7.1.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Command-line tool for structural, content-preserving transformation of PDF files" -HOMEPAGE="http://qpdf.sourceforge.net/" -SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz" - -LICENSE="|| ( Apache-2.0 Artistic-2 )" - -# subslot = libqpdf soname version -SLOT="0/18" - -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" - -CDEPEND=" - sys-libs/zlib - virtual/jpeg:0= -" -DEPEND="${CDEPEND} - 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 ) - -src_configure() { - CONFIG_SHELL=/bin/bash econf \ - $(use_enable static-libs static) \ - $(use_enable test test-compare-images) -} - -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 - - find "${ED}" -name '*.la' -exec rm -f {} + -}