Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfgrep/
Date: Tue, 22 Jun 2021 06:37:19
Message-Id: 1624343827.718959407661173d9c3c16b1ba65769a4af3352d.flow@gentoo
1 commit: 718959407661173d9c3c16b1ba65769a4af3352d
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 06:36:42 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 06:37:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71895940
7
8 app-text/pdfgrep: drop 2.0.1
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 app-text/pdfgrep/Manifest | 1 -
13 app-text/pdfgrep/pdfgrep-2.0.1.ebuild | 33 ---------------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
17 index 2beae84cf86..e85ac037202 100644
18 --- a/app-text/pdfgrep/Manifest
19 +++ b/app-text/pdfgrep/Manifest
20 @@ -1,2 +1 @@
21 -DIST pdfgrep-2.0.1.tar.gz 187217 BLAKE2B f498158e63e2f8419829df0d1801a31d3dff02627ccf0efee7239650203300233d1a19a5c72c57eb24495f2b5403e0e2c6a479b0f28a8d053aa578c732866b1a SHA512 4285f8cb514975a0040cdd6b82133090e27ba5c2f95ca880dccc3dd4fa3427260a5fc73d807df9124a79fa36ac6ed8c11380cde11e00599ed7134d92c50df4a0
22 DIST pdfgrep-2.1.2.tar.gz 197289 BLAKE2B 94d20649104f7b17adf2d99bdf2ce215cf16746c649f7ec77d58a41b90b13dd903d47b5ed2d35f56ca7ca12ae49cfb8a57004f9ad3ee6b8930f533b33d7d8463 SHA512 27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c
23
24 diff --git a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
25 deleted file mode 100644
26 index 1d7d8f6ab17..00000000000
27 --- a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="A tool similar to grep which searches text in PDFs"
36 -HOMEPAGE="http://www.pdfgrep.org/"
37 -SRC_URI="http://www.pdfgrep.org/download/${P}.tar.gz"
38 -
39 -SLOT="0"
40 -LICENSE="GPL-2"
41 -KEYWORDS="amd64 x86"
42 -IUSE="+pcre test unac"
43 -RESTRICT="!test? ( test )"
44 -
45 -RDEPEND="
46 - app-text/poppler:=[cxx]
47 - dev-libs/libgcrypt:0=
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-texlive/texlive-latexrecommended
55 - dev-util/dejagnu
56 - )"
57 -
58 -src_configure() {
59 - econf \
60 - $(use_with pcre libpcre) \
61 - $(use_with unac)
62 -}