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 45339138359 for ; Sat, 26 Sep 2020 19:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38B02E086C; Sat, 26 Sep 2020 19:40:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24816E086C for ; Sat, 26 Sep 2020 19:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 24FC3340CFE for ; Sat, 26 Sep 2020 19:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1A0396 for ; Sat, 26 Sep 2020 19:40:34 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1601149222.72b90c47d67e9a60b34c9cab5f97c393ddad279f.bman@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-1.4.1-r1.ebuild X-VCS-Directories: app-text/pdfgrep/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 72b90c47d67e9a60b34c9cab5f97c393ddad279f X-VCS-Branch: master Date: Sat, 26 Sep 2020 19:40:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce1d587c-f008-47bb-9662-9f51dec7d78b X-Archives-Hash: 974aea37927498aae458043120381c28 commit: 72b90c47d67e9a60b34c9cab5f97c393ddad279f Author: Aaron Bauman gentoo org> AuthorDate: Sat Sep 26 19:32:25 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Sep 26 19:40:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b90c47 app-text/pdfgrep: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-text/pdfgrep/Manifest | 1 - app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/app-text/pdfgrep/Manifest b/app-text/pdfgrep/Manifest index 23af45ba436..2beae84cf86 100644 --- a/app-text/pdfgrep/Manifest +++ b/app-text/pdfgrep/Manifest @@ -1,3 +1,2 @@ -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-1.4.1-r1.ebuild b/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild deleted file mode 100644 index bd8de67b356..00000000000 --- a/app-text/pdfgrep/pdfgrep-1.4.1-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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" -RESTRICT="!test? ( test )" - -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 libpcre) \ - $(use_with unac) -}