public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfgrep/
Date: Thu, 22 Oct 2015 08:52:17 +0000 (UTC)	[thread overview]
Message-ID: <1445503931.f53b21d5514b81eed9610c1e7ec77f97043d020d.jlec@gentoo> (raw)

commit:     f53b21d5514b81eed9610c1e7ec77f97043d020d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 08:52:11 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 08:52:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53b21d5

app-text/pdfgrep: Version Bump

thanks Florian Schmaus for the initial ebuild

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563764

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-text/pdfgrep/Manifest             |  1 +
 app-text/pdfgrep/pdfgrep-1.4.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
index 3bc8224..7e72ff8 100644
--- a/app-text/pdfgrep/Manifest
+++ b/app-text/pdfgrep/Manifest
@@ -1,2 +1,3 @@
 DIST pdfgrep-1.3.1.tar.gz 111653 SHA256 6e8bcaf8b219e1ad733c97257a97286a94124694958c27506b2ea7fc8e532437 SHA512 7a13016a8cf4f8a7387940d7e3862a1fb83f3aa6240084f835e92e958836dff0788db2ae39f35db25d679a2857ddf0b9bcbd7b1aacb10c2a16c3165d56f4efcf WHIRLPOOL 94b69bd0e16d4f0b1b389b09c2330516f25cc772be58e7ad49a2cf1ac0633539bb16a5df595052f468ab89d38ebeeb26b7f2be866555756f423febbf0a600b4b
 DIST pdfgrep-1.3.2.tar.gz 114754 SHA256 386b167434443dd299d389a0ef292d708123255cbab0e179e11b65ba51d9b386 SHA512 dd5d26999405e1e84f5639ea48e15d2aab951a766f828e8e7b45409a7e027a5312757ac64952da56b8a37cf0cd0bc6f43cd16d78600dcc6c8fcb4deabecf0a5b WHIRLPOOL d2ca79e647a21767e0296d72dcdb511157352adf1f1d60beec9d15eb46554f3ec6d9c11f1dfda8988d4f6dcf4a814c52a8ffc28f72c2f227e01430354a8b99f9
+DIST pdfgrep-1.4.1.tar.gz 151926 SHA256 db04a210e6bb7b77cd6c54b17f0f6fed0d123a85f97a541b270736a5d3840f2c SHA512 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735 WHIRLPOOL f08308a13b0b577215521b116db7b4c787b34993665031a690308e45333f35e86419928310b303060cda40aaf4ed5d474400bcee0e29106c9f8c8935d779687e

diff --git a/app-text/pdfgrep/pdfgrep-1.4.1.ebuild b/app-text/pdfgrep/pdfgrep-1.4.1.ebuild
new file mode 100644
index 0000000..e4221d5
--- /dev/null
+++ b/app-text/pdfgrep/pdfgrep-1.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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) \
+		$(use_with unac)
+}


             reply	other threads:[~2015-10-22  8:52 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  8:52 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-23  9:05 [gentoo-commits] repo/gentoo:master commit in: app-text/pdfgrep/ Agostino Sarubbo
2015-10-23 10:26 Justin Lecher
2015-11-01 13:13 Mikle Kolyada
2015-11-03  7:45 Justin Lecher
2016-09-24 13:43 Agostino Sarubbo
2017-01-02  9:54 Agostino Sarubbo
2017-01-02 22:09 Justin Lecher
2017-04-14 19:31 Justin Lecher
2018-06-23 11:16 Mikle Kolyada
2018-12-29 16:44 Thomas Deutschmann
2018-12-29 19:12 Thomas Deutschmann
2019-02-03 19:14 Andreas Sturmlechner
2019-02-03 19:14 Andreas Sturmlechner
2020-09-26 19:40 Aaron Bauman
2021-05-14 17:35 Sam James
2021-05-14 17:36 Sam James
2021-05-18 17:25 Sam James
2021-06-21 19:51 Florian Schmaus
2021-06-22  6:37 Florian Schmaus
2022-06-02  1:53 Sam James
2024-08-22 13:09 Florian Schmaus
2024-10-17  8:32 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445503931.f53b21d5514b81eed9610c1e7ec77f97043d020d.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox