From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1706679-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 052EF15812D for <garchives@archives.gentoo.org>; Mon, 06 Jan 2025 21:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52159E0817; Mon, 06 Jan 2025 21:09:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 37116E07BA for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 21:09:21 +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 4EE8A340BE0 for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 21:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21831D2A for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 21:09:18 +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: <1736197743.123c5f58c22c1b550b31b64ce3d824db9bef43b5.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-File-Spec/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-File-Spec/perl-File-Spec-3.900.0-r1.ebuild virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild virtual/perl-File-Spec/perl-File-Spec-3.910.0.ebuild X-VCS-Directories: virtual/perl-File-Spec/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 123c5f58c22c1b550b31b64ce3d824db9bef43b5 X-VCS-Branch: master Date: Mon, 06 Jan 2025 21:09:18 +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: 23a84174-a0a6-46cd-ace5-bdf80b627db5 X-Archives-Hash: 2e1aca7bfb94e6c05fa9babcfec8be1e commit: 123c5f58c22c1b550b31b64ce3d824db9bef43b5 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 21:02:12 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 21:09:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123c5f58 virtual/perl-File-Spec: Add 5.40.1 version Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...perl-File-Spec-3.900.0.ebuild => perl-File-Spec-3.900.0-r1.ebuild} | 2 +- .../{perl-File-Spec-3.900.0.ebuild => perl-File-Spec-3.910.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.900.0-r1.ebuild similarity index 87% copy from virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild copy to virtual/perl-File-Spec/perl-File-Spec-3.900.0-r1.ebuild index 022f82abdd3b..23e2902520f8 100644 --- a/virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild +++ b/virtual/perl-File-Spec/perl-File-Spec-3.900.0-r1.ebuild @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - || ( =dev-lang/perl-5.40* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.40.0* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild b/virtual/perl-File-Spec/perl-File-Spec-3.910.0.ebuild similarity index 52% rename from virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild rename to virtual/perl-File-Spec/perl-File-Spec-3.910.0.ebuild index 022f82abdd3b..9851c5b6a5ec 100644 --- a/virtual/perl-File-Spec/perl-File-Spec-3.900.0.ebuild +++ b/virtual/perl-File-Spec/perl-File-Spec-3.910.0.ebuild @@ -5,10 +5,10 @@ EAPI=8 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - || ( =dev-lang/perl-5.40* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.40.1* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999