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 922531582EF for ; Sat, 01 Mar 2025 19:33:52 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7EC5A343009 for ; Sat, 01 Mar 2025 19:33:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A5FA41103E1; Sat, 01 Mar 2025 19:33:34 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9DF391103D5 for ; Sat, 01 Mar 2025 19:33:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FE2A343192 for ; Sat, 01 Mar 2025 19:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59AA2804 for ; Sat, 01 Mar 2025 19:33:31 +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: <1740857583.0d69555815dbace88eb332521ffa93dbb92c7f04.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/App-CLI/App-CLI-0.520.0-r1.ebuild dev-perl/App-CLI/App-CLI-0.520.0.ebuild X-VCS-Directories: dev-perl/App-CLI/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0d69555815dbace88eb332521ffa93dbb92c7f04 X-VCS-Branch: master Date: Sat, 01 Mar 2025 19:33:31 +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: 1b53c04d-afd1-4d2a-87ea-ecf391fde1bb X-Archives-Hash: fc0a6d4b926ea9a4e15f31d8fa760a85 commit: 0d69555815dbace88eb332521ffa93dbb92c7f04 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 1 19:30:36 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Mar 1 19:33:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d695558 dev-perl/App-CLI: virtual/perl-Locale-Maketext-Simple is going away Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/App-CLI/{App-CLI-0.520.0.ebuild => App-CLI-0.520.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-perl/App-CLI/App-CLI-0.520.0.ebuild b/dev-perl/App-CLI/App-CLI-0.520.0-r1.ebuild similarity index 90% rename from dev-perl/App-CLI/App-CLI-0.520.0.ebuild rename to dev-perl/App-CLI/App-CLI-0.520.0-r1.ebuild index a9f147996ad6..3ee5df899cc5 100644 --- a/dev-perl/App-CLI/App-CLI-0.520.0.ebuild +++ b/dev-perl/App-CLI/App-CLI-0.520.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,6 @@ RDEPEND=" virtual/perl-Carp dev-perl/Class-Load >=virtual/perl-Getopt-Long-2.350.0 - virtual/perl-Locale-Maketext-Simple virtual/perl-Pod-Simple virtual/perl-Scalar-List-Utils "