From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1A53139694 for ; Fri, 14 Apr 2017 19:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 808B6E0CE9; Fri, 14 Apr 2017 19:31:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B4FAE0CE9 for ; Fri, 14 Apr 2017 19:31:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8B633416A4 for ; Fri, 14 Apr 2017 19:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 323271B9B for ; Fri, 14 Apr 2017 19:31:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1492198287.71f80e5fadc6bdff9447183bb48f07c8cd4ac2f3.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pdfgrep/Manifest app-text/pdfgrep/pdfgrep-2.0.1.ebuild X-VCS-Directories: app-text/pdfgrep/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 71f80e5fadc6bdff9447183bb48f07c8cd4ac2f3 X-VCS-Branch: master Date: Fri, 14 Apr 2017 19:31:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 093f8d3a-332e-4db0-b417-b95183d41486 X-Archives-Hash: 824cfab028638cdd73b0421f587786f1 commit: 71f80e5fadc6bdff9447183bb48f07c8cd4ac2f3 Author: Justin Lecher gentoo org> AuthorDate: Fri Apr 14 19:31:18 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Apr 14 19:31:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f80e5f app-text/pdfgrep: Version Bump Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=614244 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher gentoo.org> app-text/pdfgrep/Manifest | 1 + app-text/pdfgrep/pdfgrep-2.0.1.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest index c04bc3e8568..e675a8e76b3 100644 --- a/app-text/pdfgrep/Manifest +++ b/app-text/pdfgrep/Manifest @@ -1 +1,2 @@ DIST pdfgrep-1.4.1.tar.gz 151926 SHA256 db04a210e6bb7b77cd6c54b17f0f6fed0d123a85f97a541b270736a5d3840f2c SHA512 27ce23c25a5f284b3eba92a0f8dbf02600248548967c1e71dfb41e43528824d9add587ea0ac23899ff07d2ffc6c74c2e6e4c2e7240e69494b8d31b7a4afc3735 WHIRLPOOL f08308a13b0b577215521b116db7b4c787b34993665031a690308e45333f35e86419928310b303060cda40aaf4ed5d474400bcee0e29106c9f8c8935d779687e +DIST pdfgrep-2.0.1.tar.gz 187217 SHA256 0370d744b3072d47383dbed2cb9c8b0b64b83c084da5a8961f8d4bc7669e941e SHA512 4285f8cb514975a0040cdd6b82133090e27ba5c2f95ca880dccc3dd4fa3427260a5fc73d807df9124a79fa36ac6ed8c11380cde11e00599ed7134d92c50df4a0 WHIRLPOOL c13ecf026c640fdb832cc4299c090ae8eab5f29998f6e001accfa97235a7995a62d2644fa2905c80634604f9def022d5e029dd27fb5d849ffdbea5646de25294 diff --git a/app-text/pdfgrep/pdfgrep-2.0.1.ebuild b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild new file mode 100644 index 00000000000..fb916b4566a --- /dev/null +++ b/app-text/pdfgrep/pdfgrep-2.0.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 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) +}