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/pdfgrep/
Date: Sat, 26 Sep 2020 19:40:43
Message-Id: 1601149222.72b90c47d67e9a60b34c9cab5f97c393ddad279f.bman@gentoo
1 commit: 72b90c47d67e9a60b34c9cab5f97c393ddad279f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 19:32:25 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 19:40:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b90c47
7
8 app-text/pdfgrep: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-text/pdfgrep/Manifest | 1 -
13 app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild | 31 -------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
17 index 23af45ba436..2beae84cf86 100644
18 --- a/app-text/pdfgrep/Manifest
19 +++ b/app-text/pdfgrep/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST pdfgrep-1.4.1.tar.gz 151926 BLAKE2B 68b846b26c28e8209fa3ac7a7e6fe3d0c4c6a298e9bea2e3929fd82a44482ec914bd3594f3e07da8c56766e94ca3d4c3c2d6997364393e95b3741b1bf9685ec5 SHA512 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735
22 DIST pdfgrep-2.0.1.tar.gz 187217 BLAKE2B f498158e63e2f8419829df0d1801a31d3dff02627ccf0efee7239650203300233d1a19a5c72c57eb24495f2b5403e0e2c6a479b0f28a8d053aa578c732866b1a SHA512 4285f8cb514975a0040cdd6b82133090e27ba5c2f95ca880dccc3dd4fa3427260a5fc73d807df9124a79fa36ac6ed8c11380cde11e00599ed7134d92c50df4a0
23 DIST pdfgrep-2.1.2.tar.gz 197289 BLAKE2B 94d20649104f7b17adf2d99bdf2ce215cf16746c649f7ec77d58a41b90b13dd903d47b5ed2d35f56ca7ca12ae49cfb8a57004f9ad3ee6b8930f533b33d7d8463 SHA512 27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c
24
25 diff --git a/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild b/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
26 deleted file mode 100644
27 index bd8de67b356..00000000000
28 --- a/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -DESCRIPTION="A tool similar to grep which searches text in PDFs"
37 -HOMEPAGE="http://pdfgrep.org/"
38 -SRC_URI="https://pdfgrep.org/download/${P}.tar.gz"
39 -
40 -SLOT="0"
41 -LICENSE="GPL-2"
42 -KEYWORDS="amd64 x86"
43 -IUSE="+pcre test unac"
44 -RESTRICT="!test? ( test )"
45 -
46 -RDEPEND="
47 - app-text/poppler:=[cxx]
48 - pcre? ( dev-libs/libpcre[cxx] )
49 - unac? ( app-text/unac )"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig
52 - test? (
53 - dev-texlive/texlive-latex
54 - dev-util/dejagnu
55 - )"
56 -
57 -src_configure() {
58 - econf \
59 - $(use_with pcre libpcre) \
60 - $(use_with unac)
61 -}