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 890B1158074 for ; Tue, 24 Jun 2025 20:11:03 +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 72785341415 for ; Tue, 24 Jun 2025 20:11:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6EC8C11055C; Tue, 24 Jun 2025 20:10:51 +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 653E811055C for ; Tue, 24 Jun 2025 20:10:51 +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 1B23C3410ED for ; Tue, 24 Jun 2025 20:10:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99F042A7A for ; Tue, 24 Jun 2025 20:10:48 +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: <1750795817.a0a6b19e1bd1594e5e351a5bebafd80df742567f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-CPAN/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-CPAN/perl-CPAN-2.380.0.ebuild X-VCS-Directories: virtual/perl-CPAN/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a0a6b19e1bd1594e5e351a5bebafd80df742567f X-VCS-Branch: master Date: Tue, 24 Jun 2025 20:10:48 +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: 0815e4ff-5c60-479e-9731-5345dfeed8ac X-Archives-Hash: 8ffbb02c4f1dcadc754af1bfef9e5484 commit: a0a6b19e1bd1594e5e351a5bebafd80df742567f Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jun 24 20:05:19 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jun 24 20:10:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a6b19e virtual/perl-CPAN: add 2.380.0 Signed-off-by: Andreas K. Hüttel gentoo.org> virtual/perl-CPAN/perl-CPAN-2.380.0.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/perl-CPAN/perl-CPAN-2.380.0.ebuild b/virtual/perl-CPAN/perl-CPAN-2.380.0.ebuild new file mode 100644 index 000000000000..388dff71cb69 --- /dev/null +++ b/virtual/perl-CPAN/perl-CPAN-2.380.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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" + +RDEPEND=" + || ( =dev-lang/perl-5.42* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !perl-core/${PN#perl-}-${PV}-r999 +"