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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97105158088 for ; Tue, 2 Nov 2021 02:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB1CFE088F; Tue, 2 Nov 2021 02:01:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 556D8E0891 for ; Tue, 2 Nov 2021 02:01:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3064342E96 for ; Tue, 2 Nov 2021 02:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3622192 for ; Tue, 2 Nov 2021 02:01:29 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1635818457.3ffaed038fd797c2a5d3690b7749c2fb21b01932.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Cache-Transparent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0-r1.ebuild dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild X-VCS-Directories: dev-perl/HTTP-Cache-Transparent/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3ffaed038fd797c2a5d3690b7749c2fb21b01932 X-VCS-Branch: master Date: Tue, 2 Nov 2021 02:01: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85c93731-054a-4ca7-bc0e-7403f95e9704 X-Archives-Hash: 1c27e558e4164a4ca6526cd5c5b423e9 commit: 3ffaed038fd797c2a5d3690b7749c2fb21b01932 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Nov 2 01:54:43 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Nov 2 02:00:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffaed03 dev-perl/HTTP-Cache-Transparent: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ....0.ebuild => HTTP-Cache-Transparent-1.400.0-r1.ebuild} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0-r1.ebuild similarity index 80% rename from dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild rename to dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0-r1.ebuild index 64f3bc62d1f..e725afec156 100644 --- a/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0.ebuild +++ b/dev-perl/HTTP-Cache-Transparent/HTTP-Cache-Transparent-1.400.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=MATTIASH DIST_VERSION=1.4 @@ -12,17 +12,18 @@ DESCRIPTION="Cache the result of http get-requests persistently" SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="dev-perl/libwww-perl +RDEPEND=" + dev-perl/libwww-perl virtual/perl-Digest-MD5 - virtual/perl-Storable" -DEPEND="${RDEPEND} + virtual/perl-Storable +" +BDEPEND="${RDEPEND} test? ( dev-perl/Test-RequiresInternet virtual/perl-Test-Simple - )" + ) +" src_test() { perl_rm_files t/pod.t t/pod-coverage.t