From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42AA3158074 for ; Sat, 28 Jun 2025 13:55:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2D3E4340EC7 for ; Sat, 28 Jun 2025 13:55:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4E1C711055E; Sat, 28 Jun 2025 13:55:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4468711055E for ; Sat, 28 Jun 2025 13:55:44 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0CA6340E82 for ; Sat, 28 Jun 2025 13:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 990152AB7 for ; Sat, 28 Jun 2025 13:55:42 +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: <1751118912.43b70e82e009346bd2f257c60cb88c87816b55b3.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-CIDR-Lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0-r1.ebuild dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0.ebuild X-VCS-Directories: dev-perl/Net-CIDR-Lite/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 43b70e82e009346bd2f257c60cb88c87816b55b3 X-VCS-Branch: master Date: Sat, 28 Jun 2025 13:55:42 +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: 5e029414-7493-4bfc-be47-888dda8e6dfd X-Archives-Hash: 78d6612ed95e41338adef92365b42711 commit: 43b70e82e009346bd2f257c60cb88c87816b55b3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 28 12:33:08 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 28 13:55:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b70e82 dev-perl/Net-CIDR-Lite: EAPI bump; dependency cleanup Signed-off-by: Andreas K. Hüttel gentoo.org> ...R-Lite-0.220.0.ebuild => Net-CIDR-Lite-0.220.0-r1.ebuild} | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0.ebuild b/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0-r1.ebuild similarity index 66% rename from dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0.ebuild rename to dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0-r1.ebuild index f2bca44868ef..91cc42d06468 100644 --- a/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0.ebuild +++ b/dev-perl/Net-CIDR-Lite/Net-CIDR-Lite-0.220.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DIST_AUTHOR=STIGTSP DIST_VERSION=0.22 @@ -11,13 +11,5 @@ DESCRIPTION="Perl extension for merging IPv4 or IPv6 CIDR addresses" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" PERL_RM_FILES=( "t/podcov.t" "t/pod.t" )