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-Module-CoreList/
Date: Wed, 30 Oct 2019 12:07:24
Message-Id: 1572437214.e5443f68f0483b797400cb9821ed7315ea447801.dilfridge@gentoo
1 commit: e5443f68f0483b797400cb9821ed7315ea447801
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 12:06:54 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 12:06:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5443f68
7
8 virtual/perl-Module-CoreList: Add Perl 5.30.1 version
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../perl-Module-CoreList-5.201.910.270.ebuild | 17 +++++++++++++++++
14 1 file changed, 17 insertions(+)
15
16 diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.910.270.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.910.270.ebuild
17 new file mode 100644
18 index 00000000000..60f2fe52e8f
19 --- /dev/null
20 +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.910.270.ebuild
21 @@ -0,0 +1,17 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Virtual for ${PN#perl-}"
28 +SLOT="0"
29 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +
31 +# Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
32 +# When bumping this package.
33 +RDEPEND="
34 + || ( =dev-lang/perl-5.30.1* ~perl-core/${PN#perl-}-${PV} )
35 + dev-lang/perl:=
36 + !<perl-core/${PN#perl-}-${PV}
37 + !>perl-core/${PN#perl-}-${PV}-r999
38 +"