Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/unpaper/
Date: Fri, 02 Sep 2022 18:10:27
Message-Id: 1662142024.617833eb72f1256dc805dba9d52ec93092a56a50.asturm@gentoo
1 commit: 617833eb72f1256dc805dba9d52ec93092a56a50
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 18:05:20 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 18:07:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617833eb
7
8 app-text/unpaper: drop 6.1-r1
9
10 Closes: https://bugs.gentoo.org/867910
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/unpaper/Manifest | 1 -
14 app-text/unpaper/unpaper-6.1-r1.ebuild | 34 ----------------------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/app-text/unpaper/Manifest b/app-text/unpaper/Manifest
18 index 4f3ac2e27f19..371e03985fd8 100644
19 --- a/app-text/unpaper/Manifest
20 +++ b/app-text/unpaper/Manifest
21 @@ -1,2 +1 @@
22 -DIST unpaper-6.1.tar.xz 2655724 BLAKE2B df16261d37d5d493aa640cd940b63f55e90ba091e6028dc11dd0c685ec880a7be202d4056756ef0fa54b48b89f1845b9cf23aceeb87945a1b6a25eec4b7c0915 SHA512 afef705985d3c265672c9e42130acc34befc080c361f3169e299b5110c662d0b9845a9d0ca4fc3aad468f49967ded36fb60ffed296373569dd7337c3cb81e79c
23 DIST unpaper-7.0.0.tar.xz 4430572 BLAKE2B 4ab27df9f859b9238ce866c65b7e2d4214a96883be35259494db0115594804a8bc76dc0c60324f147d76865c2cedaaffa70f7a2785fdad2e5c103ca66fa49ea3 SHA512 58da969e773bf16ffee98b96f903ac5347f66d9a93c63bdb9131f5d45f4d7973c09f364ac2f27f8cb61f75de0421c6b01aa248fa9619fbdbde30fcebc76aa484
24
25 diff --git a/app-text/unpaper/unpaper-6.1-r1.ebuild b/app-text/unpaper/unpaper-6.1-r1.ebuild
26 deleted file mode 100644
27 index 91982d16e2cb..000000000000
28 --- a/app-text/unpaper/unpaper-6.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -if [[ ${PV} == *9999 ]]; then
37 - EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git"
38 - inherit git-r3 autotools
39 -else
40 - SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz"
41 - KEYWORDS="amd64 ~arm64 x86"
42 -fi
43 -
44 -DESCRIPTION="Post-processor for scanned and photocopied book pages"
45 -HOMEPAGE="https://www.flameeyes.eu/projects/unpaper"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -IUSE="test"
50 -
51 -RDEPEND=">=media-video/ffmpeg-2:0=[encode]"
52 -DEPEND="dev-libs/libxslt
53 - app-text/docbook-xsl-ns-stylesheets
54 - virtual/pkgconfig
55 - ${RDEPEND}"
56 -
57 -# gcc can generate slightly different code that leads to slightly different
58 -# images. Wait until we get a better testsuite.
59 -RESTRICT="test"
60 -
61 -src_prepare() {
62 - default
63 - [[ ${PV} == *9999 ]] && eautoreconf
64 -}