Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/, profiles/
Date: Sun, 10 Sep 2017 18:01:52
Message-Id: 1505066496.56c0fcdc97b3d51eef30dcdaad99ae88a87ff8e6.kentnl@gentoo
1 commit: 56c0fcdc97b3d51eef30dcdaad99ae88a87ff8e6
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 17:36:42 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 18:01:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c0fcdc
7
8 virtual/perl-Module-CoreList: Bump to version 5.201.709.220 (masked)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 profiles/package.mask | 1 +
13 .../perl-Module-CoreList-5.201.709.220.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/profiles/package.mask b/profiles/package.mask
17 index f4c1bc939a4..b5a52e0c5e0 100644
18 --- a/profiles/package.mask
19 +++ b/profiles/package.mask
20 @@ -34,6 +34,7 @@
21 =dev-lang/perl-5.24.3_rc1
22 =dev-lang/perl-5.24.3_rc2
23 =dev-lang/perl-5.24.3_rc3
24 +=virtual/perl-Module-CoreList-5.201.709.220
25
26 # Andreas Sturmlechner <asturm@g.o> (10 Sep 2017)
27 # Requires dead Qt 4. Dead upstream. Unmaintained.
28
29 diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220.ebuild
30 new file mode 100644
31 index 00000000000..7c2d5148b73
32 --- /dev/null
33 +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220.ebuild
34 @@ -0,0 +1,17 @@
35 +# Copyright 1999-2017 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +
40 +DESCRIPTION="Virtual for ${PN#perl-}"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
43 +
44 +# Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
45 +# When bumping this package.
46 +RDEPEND="
47 + || ( =dev-lang/perl-5.24.3* ~perl-core/${PN#perl-}-${PV} )
48 + dev-lang/perl:=
49 + !<perl-core/${PN#perl-}-${PV}
50 + !>perl-core/${PN#perl-}-${PV}-r999
51 +"