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 13702138351 for ; Thu, 6 Feb 2020 21:11:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50AADE08F9; Thu, 6 Feb 2020 21:11:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3702EE08F9 for ; Thu, 6 Feb 2020 21:11:50 +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 45CE834E833 for ; Thu, 6 Feb 2020 21:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E949711D for ; Thu, 6 Feb 2020 21:11:47 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1581023504.d2ebe98540a875634be3902c69a0e88e8e7f612d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/qpdf/qpdf-9.1.1-r1.ebuild app-text/qpdf/qpdf-9.1.1.ebuild X-VCS-Directories: app-text/qpdf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d2ebe98540a875634be3902c69a0e88e8e7f612d X-VCS-Branch: master Date: Thu, 6 Feb 2020 21:11:47 +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: 4677ae9d-8bc2-45c5-a8e6-40655efff71d X-Archives-Hash: d12287f9f1c9f64f2637df489e5f2faa commit: d2ebe98540a875634be3902c69a0e88e8e7f612d Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 6 21:11:16 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 6 21:11:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ebe985 app-text/qpdf: Revbump to remove no longer needed "perl" USE flag Thanks-to: Tim Harder gentoo.org> Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> app-text/qpdf/{qpdf-9.1.1.ebuild => qpdf-9.1.1-r1.ebuild} | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/app-text/qpdf/qpdf-9.1.1.ebuild b/app-text/qpdf/qpdf-9.1.1-r1.ebuild similarity index 80% rename from app-text/qpdf/qpdf-9.1.1.ebuild rename to app-text/qpdf/qpdf-9.1.1-r1.ebuild index 8fc0067191f..34cb4605186 100644 --- a/app-text/qpdf/qpdf-9.1.1.ebuild +++ b/app-text/qpdf/qpdf-9.1.1-r1.ebuild @@ -13,26 +13,22 @@ LICENSE="|| ( Apache-2.0 Artistic-2 )" SLOT="0/26" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris" -IUSE="doc examples perl static-libs test" +IUSE="doc examples static-libs test" RESTRICT="!test? ( test )" -CDEPEND=" +RDEPEND=" net-libs/gnutls:0= sys-libs/zlib virtual/jpeg:0= " -DEPEND="${CDEPEND} +DEPEND="${RDEPEND} test? ( sys-apps/diffutils media-libs/tiff app-text/ghostscript-gpl[tiff] ) " -# Only need perl for the installed tools. -RDEPEND="${CDEPEND} - perl? ( >=dev-lang/perl-5.8 ) -" DOCS=( ChangeLog README.md TODO ) @@ -51,11 +47,6 @@ src_configure() { src_install() { default - if ! use perl ; then - rm "${ED}"/usr/bin/fix-qdf || die - rm "${ED}"/usr/share/man/man1/fix-qdf.1 || die - fi - if use examples ; then dobin examples/build/.libs/* fi