Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfsandwich/
Date: Sat, 26 Sep 2020 19:40:42
Message-Id: 1601149223.04ce651b6a65b159e610788028750763b7ae9051.bman@gentoo
1 commit: 04ce651b6a65b159e610788028750763b7ae9051
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:33:00 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ce651b
7
8 app-text/pdfsandwich: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/pdfsandwich/Manifest | 1 -
13 app-text/pdfsandwich/pdfsandwich-0.1.4-r1.ebuild | 37 ------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/app-text/pdfsandwich/Manifest b/app-text/pdfsandwich/Manifest
17 index 29efab6f3f7..688ed27a60c 100644
18 --- a/app-text/pdfsandwich/Manifest
19 +++ b/app-text/pdfsandwich/Manifest
20 @@ -1,2 +1 @@
21 -DIST pdfsandwich-0.1.4.tar.bz2 16401 BLAKE2B cb431f35b199e3e6290c60a3f6c7b2621dd3652a29346092869d8e5f86f5664079de1ef431f9b5e8b9f7cc044d64006295a8176d6a28b2ea5fb820db8c952000 SHA512 ee03aea13c72cc5a02136b5d16d2425f685f0b7a9d6fa6cff6c792bd24e6316720dff321b5e8237b949c98c713f39cb8b08b855b76e2a77350927b1ee7943171
22 DIST pdfsandwich-0.1.7.tar.bz2 17461 BLAKE2B edeb08ab55df89ef2d1f3e43446e831c66e57273b36ecd56a4cc5f910ca5b59a03e2a66b13e7150f06f8f3eb26ed14cd1c80d02cd38d6bd6cfe923c30c801577 SHA512 ac315aeba2cc753fddc380e2522d0c41d65ea80372a23c2cd5371ebc239ac104ab5a5a1386378b9e026b2935a767128224f7617a5eb8f5ef9d6874cc18ef83ff
23
24 diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.4-r1.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.4-r1.ebuild
25 deleted file mode 100644
26 index 21bf32dcc96..00000000000
27 --- a/app-text/pdfsandwich/pdfsandwich-0.1.4-r1.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -DESCRIPTION="generator of sandwich OCR pdf files"
36 -HOMEPAGE="http://www.tobias-elze.de/pdfsandwich"
37 -SRC_URI="mirror://sourceforge/pdfsandwich/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2"
40 -KEYWORDS="~amd64 ~x86"
41 -SLOT="0"
42 -IUSE="png"
43 -
44 -RDEPEND=">=app-text/tesseract-3.00
45 - media-gfx/exact-image
46 - app-text/unpaper
47 - app-text/ghostscript-gpl
48 - virtual/imagemagick-tools[png?]"
49 -DEPEND="sys-apps/gawk
50 - >=dev-lang/ocaml-3.10[ocamlopt]"
51 -
52 -src_prepare() {
53 - sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" Makefile || die
54 - sed -i "s/install -s/install/" Makefile || die
55 -}
56 -
57 -src_install() {
58 - emake DESTDIR="${D}" install
59 -}
60 -
61 -pkg_postinst() {
62 - elog "pdfsandwich relies on the tesseract library for OCR."
63 - elog "Consequently language support is determined by tesseract's"
64 - elog "language support which in turn is controlled via the LINGUAS"
65 - elog "variable in make.conf."
66 -}