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 E1BDF158074 for ; Sat, 05 Jul 2025 23:26:06 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CA85434203D for ; Sat, 05 Jul 2025 23:26:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C8C7D1102F2; Sat, 05 Jul 2025 23:26:05 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C3C401102F2 for ; Sat, 05 Jul 2025 23:26:05 +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 813FE34203B for ; Sat, 05 Jul 2025 23:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B49E22A9D for ; Sat, 05 Jul 2025 23:26:03 +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: <1751757923.6bba917dcc12746c48a40e1241531bde8bb8fbc0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r3.ebuild X-VCS-Directories: dev-perl/Net-IDN-Encode/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6bba917dcc12746c48a40e1241531bde8bb8fbc0 X-VCS-Branch: master Date: Sat, 05 Jul 2025 23:26:03 +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: 98d1ff1e-5923-4560-af1b-daa21e196c1c X-Archives-Hash: be7728d83726d400b05f6dd6195c7b7a commit: 6bba917dcc12746c48a40e1241531bde8bb8fbc0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 5 23:19:59 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jul 5 23:25:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bba917d dev-perl/Net-IDN-Encode: cleanup Signed-off-by: Andreas K. Hüttel gentoo.org> ...Encode-2.500.0-r2.ebuild => Net-IDN-Encode-2.500.0-r3.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r3.ebuild similarity index 77% rename from dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild rename to dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r3.ebuild index 52c3e403481d..b269c73f68b9 100644 --- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild +++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,14 +13,9 @@ DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -RDEPEND=" - virtual/perl-Unicode-Normalize -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder +BDEPEND=" >=dev-perl/Module-Build-0.420.0 test? ( - virtual/perl-Test-Simple dev-perl/Test-NoWarnings ) "