From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1635745-garchives=archives.gentoo.org@lists.gentoo.org> 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 5D2121581D3 for <garchives@archives.gentoo.org>; Sun, 26 May 2024 21:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20B8E29F3; Sun, 26 May 2024 21:39:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A0D4E29F3 for <gentoo-commits@lists.gentoo.org>; Sun, 26 May 2024 21:39: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D41BE342FA3 for <gentoo-commits@lists.gentoo.org>; Sun, 26 May 2024 21:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 633DF1B3C for <gentoo-commits@lists.gentoo.org>; Sun, 26 May 2024 21:39:42 +0000 (UTC) From: "Andreas K. Hüttel" <dilfridge@gentoo.org> 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" <dilfridge@gentoo.org> Message-ID: <1716759497.52c610c796d15064763a2d89cca1e3a3f3b0e46e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Locale/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Locale/DateTime-Locale-1.400.0-r1.ebuild dev-perl/DateTime-Locale/DateTime-Locale-1.400.0.ebuild X-VCS-Directories: dev-perl/DateTime-Locale/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 52c610c796d15064763a2d89cca1e3a3f3b0e46e X-VCS-Branch: master Date: Sun, 26 May 2024 21:39:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29dbe2f9-8069-4a24-aa0d-88a81483ea7c X-Archives-Hash: e59c1665d616703cce516a08f32e78a8 commit: 52c610c796d15064763a2d89cca1e3a3f3b0e46e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun May 26 21:10:00 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun May 26 21:38:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c610c7 dev-perl/DateTime-Locale: Test2::Suite is now in core perl Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...DateTime-Locale-1.400.0.ebuild => DateTime-Locale-1.400.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.400.0.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-1.400.0-r1.ebuild similarity index 97% rename from dev-perl/DateTime-Locale/DateTime-Locale-1.400.0.ebuild rename to dev-perl/DateTime-Locale/DateTime-Locale-1.400.0-r1.ebuild index 0b7d81d9619f..058cb6d73a86 100644 --- a/dev-perl/DateTime-Locale/DateTime-Locale-1.400.0.ebuild +++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.400.0-r1.ebuild @@ -39,6 +39,6 @@ BDEPEND=" dev-perl/Test-File-ShareDir >=virtual/perl-Test-Simple-1.302.15 dev-perl/Test2-Plugin-NoWarnings - dev-perl/Test2-Suite + virtual/perl-Test2-Suite ) "