Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Exporter/
Date: Sun, 26 Feb 2012 05:59:55
Message-Id: 1330235974.3002701540b4538b7fd7ebc9411861e7f00c75e1.kent@gentoo
1 commit: 3002701540b4538b7fd7ebc9411861e7f00c75e1
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 26 05:57:30 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 26 05:59:34 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=30027015
7
8 [newversion] core/Exporter-5.660.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/Exporter/ChangeLog | 7 ++++-
14 perl-core/Exporter/Exporter-5.660.0.ebuild | 35 ++++++++++++++++++++++++++++
15 2 files changed, 41 insertions(+), 1 deletions(-)
16
17 diff --git a/perl-core/Exporter/ChangeLog b/perl-core/Exporter/ChangeLog
18 index 7a51e88..c100d1d 100644
19 --- a/perl-core/Exporter/ChangeLog
20 +++ b/perl-core/Exporter/ChangeLog
21 @@ -1,7 +1,12 @@
22 # ChangeLog for perl-core/Exporter
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Exporter-5.660.0 (26 Feb 2012)
28 +
29 + 26 Feb 2012; Kent Fredric <kentfredric@×××××.com> +Exporter-5.660.0.ebuild:
30 + Version Bump
31 +
32 *Exporter-5.650.0 (14 Nov 2011)
33 *Exporter-5.630.0 (14 Nov 2011)
34
35
36 diff --git a/perl-core/Exporter/Exporter-5.660.0.ebuild b/perl-core/Exporter/Exporter-5.660.0.ebuild
37 new file mode 100644
38 index 0000000..352ac82
39 --- /dev/null
40 +++ b/perl-core/Exporter/Exporter-5.660.0.ebuild
41 @@ -0,0 +1,35 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=4
46 +MODULE_AUTHOR=TODDR
47 +MODULE_VERSION=5.66
48 +inherit perl-module
49 +
50 +DESCRIPTION='Implements default import method for modules'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # ExtUtils::MakeMaker
57 + echo virtual/perl-ExtUtils-MakeMaker
58 +}
59 +perl_meta_build() {
60 + # ExtUtils::MakeMaker
61 + echo virtual/perl-ExtUtils-MakeMaker
62 +}
63 +perl_meta_runtime() {
64 + # Carp 1.05 ( 1.50.0 )
65 + # echo \>=dev-perl/Carp-1.50.0
66 + return;
67 +}
68 +DEPEND="
69 + $(perl_meta_configure)
70 + $(perl_meta_build)
71 + $(perl_meta_runtime)
72 +"
73 +RDEPEND="
74 + $(perl_meta_runtime)
75 +"
76 +SRC_TEST="do"