diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-02 20:05:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-02 20:07:04 +0200 |
commit | 617833eb72f1256dc805dba9d52ec93092a56a50 (patch) | |
tree | 00e02efd3f7e53a2874aa92775a26348d15ba026 /app-text | |
parent | dev-java/jnr-ffi: drop 2.0.2-r1 (diff) | |
download | gentoo-617833eb72f1256dc805dba9d52ec93092a56a50.tar.gz gentoo-617833eb72f1256dc805dba9d52ec93092a56a50.tar.bz2 gentoo-617833eb72f1256dc805dba9d52ec93092a56a50.zip |
app-text/unpaper: drop 6.1-r1
Closes: https://bugs.gentoo.org/867910
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unpaper/Manifest | 1 | ||||
-rw-r--r-- | app-text/unpaper/unpaper-6.1-r1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-text/unpaper/Manifest b/app-text/unpaper/Manifest index 4f3ac2e27f19..371e03985fd8 100644 --- a/app-text/unpaper/Manifest +++ b/app-text/unpaper/Manifest @@ -1,2 +1 @@ -DIST unpaper-6.1.tar.xz 2655724 BLAKE2B df16261d37d5d493aa640cd940b63f55e90ba091e6028dc11dd0c685ec880a7be202d4056756ef0fa54b48b89f1845b9cf23aceeb87945a1b6a25eec4b7c0915 SHA512 afef705985d3c265672c9e42130acc34befc080c361f3169e299b5110c662d0b9845a9d0ca4fc3aad468f49967ded36fb60ffed296373569dd7337c3cb81e79c DIST unpaper-7.0.0.tar.xz 4430572 BLAKE2B 4ab27df9f859b9238ce866c65b7e2d4214a96883be35259494db0115594804a8bc76dc0c60324f147d76865c2cedaaffa70f7a2785fdad2e5c103ca66fa49ea3 SHA512 58da969e773bf16ffee98b96f903ac5347f66d9a93c63bdb9131f5d45f4d7973c09f364ac2f27f8cb61f75de0421c6b01aa248fa9619fbdbde30fcebc76aa484 diff --git a/app-text/unpaper/unpaper-6.1-r1.ebuild b/app-text/unpaper/unpaper-6.1-r1.ebuild deleted file mode 100644 index 91982d16e2cb..000000000000 --- a/app-text/unpaper/unpaper-6.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~arm64 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/ffmpeg-2:0=[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" - -src_prepare() { - default - [[ ${PV} == *9999 ]] && eautoreconf -} |