Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: profiles/, virtual/perl-constant/
Date: Wed, 03 Jun 2015 12:59:02
Message-Id: 1433274929.72cada9af5f4e56f98372d48c0ac8b6b1670dc12.kent@gentoo
1 commit: 72cada9af5f4e56f98372d48c0ac8b6b1670dc12
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 2 19:55:08 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jun 2 19:55:29 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=72cada9a
7
8 [bump] perl-constant virtual for 5.22.0
9
10 Package-Manager: portage-2.2.17
11
12 profiles/package.mask | 4 ++++
13 virtual/perl-constant/perl-constant-1.330.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/profiles/package.mask b/profiles/package.mask
17 index 784a9d0..b7c1ba8 100644
18 --- a/profiles/package.mask
19 +++ b/profiles/package.mask
20 @@ -1,3 +1,7 @@
21 +# Kent Fredric <kentfredric@×××××.com> (03 Jun 2015)
22 +# Perl 5.22 only virtuals. Will be unmasked when it actually exists.
23 +=virtual/perl-constant-1.330.0*
24 +
25 # Kent Fredric <kentfredric@×××××.com> (03 Jul 2014)
26 # Depends on old version of Date-Manip which is no longer available in portage since
27 # 11 Jun 2014, and upstream are unresponsive.
28
29 diff --git a/virtual/perl-constant/perl-constant-1.330.0.ebuild b/virtual/perl-constant/perl-constant-1.330.0.ebuild
30 new file mode 100644
31 index 0000000..988028d
32 --- /dev/null
33 +++ b/virtual/perl-constant/perl-constant-1.330.0.ebuild
34 @@ -0,0 +1,19 @@
35 +# Copyright 1999-2015 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +# $Header: $
38 +EAPI=5
39 +
40 +DESCRIPTION="Virtual for ${PN#perl-}"
41 +HOMEPAGE=""
42 +SRC_URI=""
43 +
44 +LICENSE=""
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
51 + !<perl-core/${PN#perl-}-${PV}
52 + !>perl-core/${PN#perl-}-${PV}
53 +"