public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfgrep/
Date: Sun,  3 Feb 2019 19:14:10 +0000 (UTC)	[thread overview]
Message-ID: <1549221227.b1699a0a21d6b5ad39a582517e00c98a82b802e3.asturm@gentoo> (raw)

commit:     b1699a0a21d6b5ad39a582517e00c98a82b802e3
Author:     Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Wed Jan  9 13:24:39 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  3 19:13:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1699a0a

app-text/pdfgrep: Bump to 2.1.2

Closes: https://bugs.gentoo.org/655510
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/pdfgrep/Manifest             |  1 +
 app-text/pdfgrep/pdfgrep-2.1.2.ebuild | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest
index cbccbe4a734..23af45ba436 100644
--- a/app-text/pdfgrep/Manifest
+++ b/app-text/pdfgrep/Manifest
@@ -1,2 +1,3 @@
 DIST pdfgrep-1.4.1.tar.gz 151926 BLAKE2B 68b846b26c28e8209fa3ac7a7e6fe3d0c4c6a298e9bea2e3929fd82a44482ec914bd3594f3e07da8c56766e94ca3d4c3c2d6997364393e95b3741b1bf9685ec5 SHA512 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735
 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.1.2.ebuild b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild
new file mode 100644
index 00000000000..41a8ff10f22
--- /dev/null
+++ b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A tool similar to grep which searches text in PDFs"
+HOMEPAGE="https://pdfgrep.org/"
+SRC_URI="https://www.pdfgrep.org/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+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}"
+BDEPEND="
+	app-text/asciidoc
+	virtual/pkgconfig
+	test? (
+		dev-texlive/texlive-latex
+		dev-texlive/texlive-latexrecommended
+		dev-util/dejagnu
+	)"
+
+DOCS="AUTHORS README.md NEWS.md"
+
+src_configure() {
+	econf \
+		$(use_with pcre libpcre) \
+		$(use_with unac)
+}


             reply	other threads:[~2019-02-03 19:14 UTC|newest]

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

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=1549221227.b1699a0a21d6b5ad39a582517e00c98a82b802e3.asturm@gentoo \
    --to=asturm@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