summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 15:45:03 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 15:45:03 +0000
commit5623319dd3b02052a99309589145255346e4ec86 (patch)
tree10ffe65bef8135230998b1f67cc6c0746c02964c
parentDrop old (diff)
downloadgentoo-2-5623319dd3b02052a99309589145255346e4ec86.tar.gz
gentoo-2-5623319dd3b02052a99309589145255346e4ec86.tar.bz2
gentoo-2-5623319dd3b02052a99309589145255346e4ec86.zip
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r--app-text/pdfgrep/ChangeLog5
-rw-r--r--app-text/pdfgrep/pdfgrep-1.3.0.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/app-text/pdfgrep/ChangeLog b/app-text/pdfgrep/ChangeLog
index 0e3093d57a92..119c0c93b350 100644
--- a/app-text/pdfgrep/ChangeLog
+++ b/app-text/pdfgrep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pdfgrep
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/ChangeLog,v 1.13 2015/03/25 13:55:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/ChangeLog,v 1.14 2015/03/25 15:45:03 jlec Exp $
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> -pdfgrep-1.3.0.ebuild:
+ Drop old
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> pdfgrep-1.3.1.ebuild:
Stable for x86, wrt bug #543010
diff --git a/app-text/pdfgrep/pdfgrep-1.3.0.ebuild b/app-text/pdfgrep/pdfgrep-1.3.0.ebuild
deleted file mode 100644
index b3e3e2d8617b..000000000000
--- a/app-text/pdfgrep/pdfgrep-1.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/pdfgrep-1.3.0.ebuild,v 1.6 2013/06/22 10:26:14 pinkbyte Exp $
-
-EAPI=5
-
-DESCRIPTION="A tool similar to grep which searches text in PDFs"
-HOMEPAGE="http://pdfgrep.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="unac"
-
-RDEPEND="app-text/poppler:=[cxx]
- unac? ( app-text/unac )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- econf $(use_with unac)
-}