summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2021-06-22 08:36:42 +0200
committerFlorian Schmaus <flow@gentoo.org>2021-06-22 08:37:07 +0200
commit718959407661173d9c3c16b1ba65769a4af3352d (patch)
tree882d0c90d011e28feebb93ff0214c1750791b114 /app-text
parentsci-calculators/xsv: Initial import (diff)
downloadgentoo-718959407661173d9c3c16b1ba65769a4af3352d.tar.gz
gentoo-718959407661173d9c3c16b1ba65769a4af3352d.tar.bz2
gentoo-718959407661173d9c3c16b1ba65769a4af3352d.zip
app-text/pdfgrep: drop 2.0.1
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pdfgrep/Manifest1
-rw-r--r--app-text/pdfgrep/pdfgrep-2.0.1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
index 2beae84cf867..e85ac0372024 100644
--- a/app-text/pdfgrep/Manifest
+++ b/app-text/pdfgrep/Manifest
@@ -1,2 +1 @@
-DIST pdfgrep-2.0.1.tar.gz 187217 BLAKE2B f498158e63e2f8419829df0d1801a31d3dff02627ccf0efee7239650203300233d1a19a5c72c57eb24495f2b5403e0e2c6a479b0f28a8d053aa578c732866b1a SHA512 4285f8cb514975a0040cdd6b82133090e27ba5c2f95ca880dccc3dd4fa3427260a5fc73d807df9124a79fa36ac6ed8c11380cde11e00599ed7134d92c50df4a0
DIST pdfgrep-2.1.2.tar.gz 197289 BLAKE2B 94d20649104f7b17adf2d99bdf2ce215cf16746c649f7ec77d58a41b90b13dd903d47b5ed2d35f56ca7ca12ae49cfb8a57004f9ad3ee6b8930f533b33d7d8463 SHA512 27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c
diff --git a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
deleted file mode 100644
index 1d7d8f6ab178..000000000000
--- a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A tool similar to grep which searches text in PDFs"
-HOMEPAGE="http://www.pdfgrep.org/"
-SRC_URI="http://www.pdfgrep.org/download/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="+pcre test unac"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-text/poppler:=[cxx]
- dev-libs/libgcrypt:0=
- pcre? ( dev-libs/libpcre[cxx] )
- unac? ( app-text/unac )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? (
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexrecommended
- dev-util/dejagnu
- )"
-
-src_configure() {
- econf \
- $(use_with pcre libpcre) \
- $(use_with unac)
-}