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: Sat, 30 Apr 2016 15:22:35
Message-Id: 1462028946.5fdaf7c0b57cfe22ddfeb4f08efa0a0ff500947d.dilfridge@gentoo
1 commit: 5fdaf7c0b57cfe22ddfeb4f08efa0a0ff500947d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 15 21:41:20 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 15:09:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdaf7c0
7
8 virtual/perl-Module-CoreList: Add Perl 5.22.2 version
9
10 Package-Manager: portage-2.2.28
11
12 .../perl-Module-CoreList-5.201.604.290.ebuild | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild
16 new file mode 100644
17 index 0000000..a6a70ee
18 --- /dev/null
19 +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Virtual for ${PN#perl-}"
28 +HOMEPAGE=""
29 +SRC_URI=""
30 +
31 +LICENSE=""
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 +IUSE=""
35 +
36 +RDEPEND="
37 + || ( =dev-lang/perl-5.22.2* ~perl-core/${PN#perl-}-${PV} )
38 + !<perl-core/${PN#perl-}-${PV}
39 + !>perl-core/${PN#perl-}-${PV}-r999
40 +"