Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/
Date: Tue, 30 May 2017 21:12:29
Message-Id: 1496178736.dc7705559675150c8c9d7d9649a0ec59edf83b96.dilfridge@gentoo
1 commit: dc7705559675150c8c9d7d9649a0ec59edf83b96
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 21:11:18 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 21:12:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc770555
7
8 virtual/perl-Module-CoreList: Version bump
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../perl-Module-CoreList-5.201.705.300.ebuild | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.705.300.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.705.300.ebuild
16 new file mode 100644
17 index 00000000000..9ea697e225d
18 --- /dev/null
19 +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.705.300.ebuild
20 @@ -0,0 +1,15 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="Virtual for ${PN#perl-}"
27 +SLOT="0"
28 +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"
29 +
30 +RDEPEND="
31 + || ( =dev-lang/perl-5.26.0* ~perl-core/${PN#perl-}-${PV} )
32 + dev-lang/perl:=
33 + !<perl-core/${PN#perl-}-${PV}
34 + !>perl-core/${PN#perl-}-${PV}-r999
35 +"