Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-CPAN/
Date: Tue, 23 Nov 2021 22:08:08
Message-Id: 1637705274.571bda8b457880e11b5f50655ba24bc9c5632fbc.dilfridge@gentoo
1 commit: 571bda8b457880e11b5f50655ba24bc9c5632fbc
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 21:48:05 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 22:07:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571bda8b
7
8 virtual/perl-CPAN: Version bump 2.29
9
10 http://blogs.perl.org/users/neilb/2021/11/addressing-cpan-vulnerabilities-related-to-checksums.html
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14
15 virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild | 13 +++++++++++++
16 1 file changed, 13 insertions(+)
17
18 diff --git a/virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild b/virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild
19 new file mode 100644
20 index 000000000000..d26c347fadab
21 --- /dev/null
22 +++ b/virtual/perl-CPAN/perl-CPAN-2.290.0.ebuild
23 @@ -0,0 +1,13 @@
24 +# Copyright 1999-2021 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=8
28 +
29 +DESCRIPTION="Virtual for ${PN#perl-}"
30 +SLOT="0"
31 +KEYWORDS="~amd64 ~m68k ~mips ~s390 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 +
33 +RDEPEND="
34 + ~perl-core/${PN#perl-}-${PV}
35 + dev-lang/perl:=
36 +"