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-Module-CoreList/
Date: Thu, 29 Sep 2011 05:08:33
Message-Id: f240734c191ad9cff6bb6743e3e8bd8a16048401.kent@gentoo
1 commit: f240734c191ad9cff6bb6743e3e8bd8a16048401
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 29 04:48:15 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Sep 29 04:48:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f240734c
7
8 [newversion] perl-Module-CoreList-2.490.200_rc for =perl-5.14.2*
9
10 (Portage version: 2.2.0_alpha59/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key BD86D695)
11
12 ---
13 virtual/perl-Module-CoreList/ChangeLog | 7 +++++++
14 .../perl-Module-CoreList-2.490.200_rc.ebuild | 19 +++++++++++++++++++
15 2 files changed, 26 insertions(+), 0 deletions(-)
16
17 diff --git a/virtual/perl-Module-CoreList/ChangeLog b/virtual/perl-Module-CoreList/ChangeLog
18 index 3119a8e..a12cfe3 100644
19 --- a/virtual/perl-Module-CoreList/ChangeLog
20 +++ b/virtual/perl-Module-CoreList/ChangeLog
21 @@ -2,6 +2,13 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v 1.38 2011/06/13 02:02:11 mattst88 Exp $
24
25 +*perl-Module-CoreList-2.490.200_rc (29 Sep 2011)
26 +
27 + 29 Sep 2011; Kent Fredric <kentfredric@×××××.com>
28 + +perl-Module-CoreList-2.490.200_rc.ebuild:
29 + Added and tweaked so if you == this version, it will force removal of the
30 + perl-core/ version
31 +
32 *perl-Module-CoreList-2.490.100_rc (17 Jun 2011)
33
34 17 Jun 2011; Kent Fredric <kentfredric@×××××.com>
35
36 diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-2.490.200_rc.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-2.490.200_rc.ebuild
37 new file mode 100644
38 index 0000000..664169a
39 --- /dev/null
40 +++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-2.490.200_rc.ebuild
41 @@ -0,0 +1,19 @@
42 +# Copyright 1999-2011 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/perl-Module-CoreList-2.490.0.ebuild,v 1.2 2011/06/13 02:02:11 mattst88 Exp $
45 +
46 +DESCRIPTION="Virtual for Module-CoreList"
47 +HOMEPAGE=""
48 +SRC_URI=""
49 +
50 +LICENSE=""
51 +SLOT="0"
52 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 +IUSE=""
54 +
55 +RDEPEND="
56 + || (
57 + ( =dev-lang/perl-5.14.2* !perl-core/Module-CoreList )
58 + ~perl-core/Module-CoreList-${PV}
59 + )
60 +"