diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-12-03 10:57:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-12-03 10:57:33 +0000 |
commit | 2f6cf50cea468f36caaa4ec03498c734bec38854 (patch) | |
tree | 584823014a1446bea9df7c22439258562eb4f7b8 /app-text/pdfgrep | |
parent | arm64 stable (diff) | |
download | gentoo-2-2f6cf50cea468f36caaa4ec03498c734bec38854.tar.gz gentoo-2-2f6cf50cea468f36caaa4ec03498c734bec38854.tar.bz2 gentoo-2-2f6cf50cea468f36caaa4ec03498c734bec38854.zip |
app-text/pdfgrep: Version BUmp, #531428
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-text/pdfgrep')
-rw-r--r-- | app-text/pdfgrep/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pdfgrep/pdfgrep-1.3.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-text/pdfgrep/ChangeLog b/app-text/pdfgrep/ChangeLog index f42c7679eb81..990d42fad985 100644 --- a/app-text/pdfgrep/ChangeLog +++ b/app-text/pdfgrep/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/pdfgrep # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/ChangeLog,v 1.9 2014/06/02 11:05:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/ChangeLog,v 1.10 2014/12/03 10:57:33 jlec Exp $ + +*pdfgrep-1.3.1 (03 Dec 2014) + + 03 Dec 2014; Justin Lecher <jlec@gentoo.org> +pdfgrep-1.3.1.ebuild: + Version BUmp, #531428 02 Jun 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Update flow's mail address by his request. diff --git a/app-text/pdfgrep/pdfgrep-1.3.1.ebuild b/app-text/pdfgrep/pdfgrep-1.3.1.ebuild new file mode 100644 index 000000000000..c6627fcf5552 --- /dev/null +++ b/app-text/pdfgrep/pdfgrep-1.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfgrep/pdfgrep-1.3.1.ebuild,v 1.1 2014/12/03 10:57:33 jlec 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) +} |