summaryrefslogtreecommitdiff
path: root/app-text/pdfgrep
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/pdfgrep
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/pdfgrep')
-rw-r--r--app-text/pdfgrep/Manifest5
-rw-r--r--app-text/pdfgrep/metadata.xml20
-rw-r--r--app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild30
-rw-r--r--app-text/pdfgrep/pdfgrep-2.0.1.ebuild31
4 files changed, 0 insertions, 86 deletions
diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
deleted file mode 100644
index 87bfc97d0135..000000000000
--- a/app-text/pdfgrep/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST pdfgrep-1.4.1.tar.gz 151926 BLAKE2B 68b846b26c28e8209fa3ac7a7e6fe3d0c4c6a298e9bea2e3929fd82a44482ec914bd3594f3e07da8c56766e94ca3d4c3c2d6997364393e95b3741b1bf9685ec5 SHA512 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735
-DIST pdfgrep-2.0.1.tar.gz 187217 BLAKE2B f498158e63e2f8419829df0d1801a31d3dff02627ccf0efee7239650203300233d1a19a5c72c57eb24495f2b5403e0e2c6a479b0f28a8d053aa578c732866b1a SHA512 4285f8cb514975a0040cdd6b82133090e27ba5c2f95ca880dccc3dd4fa3427260a5fc73d807df9124a79fa36ac6ed8c11380cde11e00599ed7134d92c50df4a0
-EBUILD pdfgrep-1.4.1-r1.ebuild 607 BLAKE2B a47cbf6264079ace41df672bbd62cb0585aa9ec7b683f42dca5c4f157ac2c461dab5cbe84acfbafaab58fcaf4e3b40aee6a97743c37a983017a009081df36cd1 SHA512 452781a1574939f7ba9e47b601c67a0897ed7f2f422615cc1bc9bfd98e7d1d90700b2de0132134aba9ea930aded068ad7cb4298b88b4d21da33b2bb5078af91b
-EBUILD pdfgrep-2.0.1.ebuild 638 BLAKE2B 36037efbe53f9981088d18203265353cbc0bc3761faf5c931bbcc3138b42d7efe326ba2f7e33619093cd51313698c7a861f3339cbd4b639469b2ba3f9a9bb3d5 SHA512 06b890603bd08c50e0d870881db47555fa927f976010dbd2bcbfd008cac608d7612b9dddedfeb2f6fa044b79ad645bb55bf0db403f06c236d70a271dc3a67188
-MISC metadata.xml 573 BLAKE2B 1d00ee8770804161567e271e2c983e331788ad5374e8f0b06a31a797051f43e4e7e8ed6d54f9c4a26347267f9b17332939ae0aeffa8389880ef1820dbc2272b9 SHA512 4a346cf15b881da8b56dfaa9899134163e4792ca563934c69d0c58591a8dcd12a96c2b4e0d2487957fbd5498e85af501603a312f0db39994050e610011e683ed
diff --git a/app-text/pdfgrep/metadata.xml b/app-text/pdfgrep/metadata.xml
deleted file mode 100644
index 2b82d0ff6208..000000000000
--- a/app-text/pdfgrep/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>jlec@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>flo@geekplace.eu</email>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <use>
- <flag name="unac">Removing accents and ligatures before search</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">pdfgrep</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild b/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
deleted file mode 100644
index b3ac59a28b3d..000000000000
--- a/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A tool similar to grep which searches text in PDFs"
-HOMEPAGE="http://pdfgrep.org/"
-SRC_URI="https://pdfgrep.org/download/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="+pcre test unac"
-
-RDEPEND="
- app-text/poppler:=[cxx]
- pcre? ( dev-libs/libpcre[cxx] )
- unac? ( app-text/unac )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? (
- dev-texlive/texlive-latex
- dev-util/dejagnu
- )"
-
-src_configure() {
- econf \
- $(use_with pcre libpcre) \
- $(use_with unac)
-}
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 bc4a71cddff0..000000000000
--- a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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"
-
-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-util/dejagnu
- )"
-
-src_configure() {
- econf \
- $(use_with pcre libpcre) \
- $(use_with unac)
-}