commit:     ada4c90465c8b42afb2ef2e33af30343653b50ca
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 19:41:46 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 19:45:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada4c904

app-text/qpdf: remove old

 app-text/qpdf/Manifest              |  1 -
 app-text/qpdf/qpdf-6.0.0-r1.ebuild  | 59 ------------------------------------
 app-text/qpdf/qpdf-7.0_beta1.ebuild | 60 -------------------------------------
 3 files changed, 120 deletions(-)

diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest
index 7569294ecc5..3c4d34cb4e2 100644
--- a/app-text/qpdf/Manifest
+++ b/app-text/qpdf/Manifest
@@ -2,4 +2,3 @@ DIST qpdf-5.1.1.tar.gz 7662701 SHA256 
95d355d8fa5e1c677e04d884161de94f5438bf3bdc
 DIST qpdf-5.1.3.tar.gz 7681578 SHA256 
d5164bdad3afc381568dbe8e1509a4a6a911d4d077f1fc20b9866ef8fad901d3 SHA512 
676cc6db27dcbcdece21cb427c6aae14646389f4000ff111feee8fdbbb03fe715035e5236a08db4137f275a09ed0dda5c80afbdc5093fe7f56b69a0e335ab73a
 WHIRLPOOL 
96cf06c0da63f9f3f5bccd422875c23e473443a4552de3c23ab9971104876fb5463cb6b7db86faee3aac04bddd9b59391093a7d5840cad801093162561ba459d
 DIST qpdf-6.0.0.tar.gz 8344860 SHA256 
a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233 SHA512 
303e3cc77ddb87b9494e26c35e0b45b42f73692054c56a00f2e4f1922633c6ebb45c8684992cd9bf32f03366fcc4cd7e7ec6fb9432d2dbba6e0b24395909b5bf
 WHIRLPOOL 
f9fae783c16a93826f825a8efe1a116cbde00fb19b8b56dbfcad7878557c106c8f7a58945af3002f2a72aa032247008013edce8943a45cca8c186b68bf2b5cd3
 DIST qpdf-7.0.0.tar.gz 7053781 SHA256 
fed08de14caad0fe5efd148d9eca886d812588b2cbb35d13e61993ee8eb8c65f SHA512 
7b52d67b4d2c428a7b0c1cd03b03a23f05d38d7e3c81041079a137919019ea5158f12bf95fdcfcff6b43ffdefe93a85127ced2a363a6b4b380cbaa02a3840256
 WHIRLPOOL 
939704f39badda6edd6fca114134a54888cfb2d9d97fb7085214eec7d25069432a7d7495f8a56201160e5f893b1f60aa6fb2d8bf3831eaf86299429cb892b809
-DIST qpdf-7.0.b1.tar.gz 5788093 SHA256 
823ebfefee19b8e4c131866a5e5f403422a95e8a7f75df188ee1a20584cf408e SHA512 
1df7f7a242ae6e4f7ad9b7b4a465103c880f6df073032591d4b9a684c8505f5b671ba58f489740eac63e4cab01e8540ba3c66dddc66c303e6e47a641fcd5b866
 WHIRLPOOL 
d24f3def935ecb04eb0d04f5c2fc3b35a69d2b144082a0c7cff8aab16191f6b37829fb79aea3561e01d4d7a201d2b5e1288ea91933bc59b1d94b74db0e8e849a

diff --git a/app-text/qpdf/qpdf-6.0.0-r1.ebuild 
b/app-text/qpdf/qpdf-6.0.0-r1.ebuild
deleted file mode 100644
index 2f6257a9a2c..00000000000
--- a/app-text/qpdf/qpdf-6.0.0-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-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="Artistic-2"
-SLOT="0/17" # subslot = libqpdf soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris"
-IUSE="doc examples perl static-libs test"
-
-RDEPEND="dev-libs/libpcre
-       sys-libs/zlib"
-DEPEND="${RDEPEND}
-       test? (
-               sys-apps/diffutils
-               media-libs/tiff
-               app-text/ghostscript-gpl[tiff]
-       )"
-# Only need perl for the installed tools.
-RDEPEND+=" perl? ( >=dev-lang/perl-5.8 )"
-
-DOCS=( ChangeLog README TODO )
-
-src_prepare() {
-       # manually install docs
-       sed -i "/docdir/d" make/libtool.mk || die
-}
-
-src_configure() {
-       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 doc ; then
-               dodoc doc/qpdf-manual.pdf
-               dohtml doc/*
-       fi
-
-       if use examples ; then
-               dobin examples/build/.libs/*
-       fi
-
-       prune_libtool_files
-}

diff --git a/app-text/qpdf/qpdf-7.0_beta1.ebuild 
b/app-text/qpdf/qpdf-7.0_beta1.ebuild
deleted file mode 100644
index 1aadb75c340..00000000000
--- a/app-text/qpdf/qpdf-7.0_beta1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV="${PV/_beta/.b}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Command-line tool for structural, content-preserving 
transformation of PDF files"
-HOMEPAGE="http://qpdf.sourceforge.net/";
-SRC_URI="mirror://sourceforge/qpdf/${MY_P}.tar.gz"
-
-LICENSE="Artistic-2"
-
-# subslot = libqpdf soname version
-SLOT="0/18"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~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 )
-
-S="${WORKDIR}/${MY_P}"
-
-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 {} +
-}

Reply via email to