commit:     b3af08c03d3c77ba9f845745c62881a6fe6d3a67
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 16:36:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 19:15:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3af08c0

app-text/unpaper: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/unpaper/Manifest           |  1 -
 app-text/unpaper/unpaper-5.1.ebuild | 37 -----------------------------------
 app-text/unpaper/unpaper-6.1.ebuild | 39 -------------------------------------
 3 files changed, 77 deletions(-)

diff --git a/app-text/unpaper/Manifest b/app-text/unpaper/Manifest
index a0a37f6dbd4..17c2bd98c4e 100644
--- a/app-text/unpaper/Manifest
+++ b/app-text/unpaper/Manifest
@@ -1,2 +1 @@
-DIST unpaper-5.1.tar.xz 2861432 BLAKE2B 
4f07af2ff86181f6941f924cb0a06c8268c5b50fbff3a25faea5ae9657b965277f9d33ff7fbcff29cff7c799fe9861c50dc3a7f583a1620ee6e92fdf42410165
 SHA512 
5ccd90c4c92774085df6cee5552d72d538d3ee553f95ca3d2bea850975ac6e728be97aa7dca194ba44ef8156c26c19d61d051c4581100f8c553998d9a86cefdf
 DIST unpaper-6.1.tar.xz 2655724 BLAKE2B 
df16261d37d5d493aa640cd940b63f55e90ba091e6028dc11dd0c685ec880a7be202d4056756ef0fa54b48b89f1845b9cf23aceeb87945a1b6a25eec4b7c0915
 SHA512 
afef705985d3c265672c9e42130acc34befc080c361f3169e299b5110c662d0b9845a9d0ca4fc3aad468f49967ded36fb60ffed296373569dd7337c3cb81e79c

diff --git a/app-text/unpaper/unpaper-5.1.ebuild 
b/app-text/unpaper/unpaper-5.1.ebuild
deleted file mode 100644
index 37edf751413..00000000000
--- a/app-text/unpaper/unpaper-5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} == *9999 ]]; then
-       EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
-       inherit git-r3 autotools
-else
-       SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
-
-LICENSE="GPL-2"
-
-SLOT="0"
-IUSE="test"
-
-DEPEND="test? ( media-libs/netpbm[png] )
-       dev-libs/libxslt
-       app-text/docbook-xsl-ns-stylesheets"
-RDEPEND=""
-
-if [[ ${PV} == 9999 ]]; then
-       src_prepare() {
-               eautoreconf
-       }
-fi
-
-src_configure() {
-       econf \
-               --docdir=/usr/share/doc/${PF} \
-               --htmldir=/usr/share/doc/${PF}/html
-}

diff --git a/app-text/unpaper/unpaper-6.1.ebuild 
b/app-text/unpaper/unpaper-6.1.ebuild
deleted file mode 100644
index 710f894a8ff..00000000000
--- a/app-text/unpaper/unpaper-6.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-if [[ ${PV} == *9999 ]]; then
-       EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git";
-       inherit git-r3 autotools
-else
-       SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz";
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Post-processor for scanned and photocopied book pages"
-HOMEPAGE="https://www.flameeyes.eu/projects/unpaper";
-
-LICENSE="GPL-2"
-
-SLOT="0"
-IUSE="test"
-
-RDEPEND="|| ( >=media-video/libav-10[encode] >=media-video/ffmpeg-2[encode] )"
-DEPEND="dev-libs/libxslt
-       app-text/docbook-xsl-ns-stylesheets
-       virtual/pkgconfig
-       ${RDEPEND}"
-
-# gcc can generate slightly different code that leads to slightly different
-# images. Wait until we get a better testsuite.
-RESTRICT="test"
-
-if [[ ${PV} == 9999 ]]; then
-       src_prepare() {
-               eautoreconf
-               autotools-utils_src_prepare
-       }
-fi

Reply via email to