Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
Date: Sat, 04 Oct 2014 23:43:09
Message-Id: 1412463142.ba447aa9430b024f362d027204f75fc1370c0c77.kent@gentoo
1 commit: ba447aa9430b024f362d027204f75fc1370c0c77
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 4 22:52:22 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 4 22:52:22 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ba447aa9
7
8 [fixup] virtual/perl-constant 1.270.0 = 5.18
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 virtual/perl-constant/perl-constant-1.270.0-r1.ebuild | 8 --------
14 virtual/perl-constant/perl-constant-1.270.0-r2.ebuild | 19 +++++++++++++++++++
15 2 files changed, 19 insertions(+), 8 deletions(-)
16
17 diff --git a/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
18 deleted file mode 100644
19 index 9b0f6d6..0000000
20 --- a/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,8 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -EAPI=5
27 -ON_CPAN=1
28 -inherit perl-virtual-2;
29 -SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31
32 diff --git a/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
33 new file mode 100644
34 index 0000000..3ea204e
35 --- /dev/null
36 +++ b/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
37 @@ -0,0 +1,19 @@
38 +# Copyright 1999-2014 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +# $Header: $
41 +EAPI=5
42 +
43 +DESCRIPTION="Virtual for ${PN#perl-}"
44 +HOMEPAGE=""
45 +SRC_URI=""
46 +
47 +LICENSE=""
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +IUSE=""
51 +
52 +RDEPEND="
53 + || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
54 + !<perl-core/${PN#perl-}-${PV}
55 + !>perl-core/${PN#perl-}-${PV}
56 +"