Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Modern-Perl/
Date: Mon, 27 Feb 2012 21:03:59
Message-Id: 1330369926.e804fc4cfa8f8a2fcb8eacfb816b89bd385bb652.kent@gentoo
1 commit: e804fc4cfa8f8a2fcb8eacfb816b89bd385bb652
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 19:12:06 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 19:12:06 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e804fc4c
7
8 [newversion] Modern-Perl-1.201.201.300
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Modern-Perl/ChangeLog | 6 ++
14 .../Modern-Perl/Modern-Perl-1.201.201.300.ebuild | 52 ++++++++++++++++++++
15 2 files changed, 58 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Modern-Perl/ChangeLog b/dev-perl/Modern-Perl/ChangeLog
18 index 0c01fa9..5270269 100644
19 --- a/dev-perl/Modern-Perl/ChangeLog
20 +++ b/dev-perl/Modern-Perl/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Modern-Perl-1.201.201.300 (27 Feb 2012)
26 +
27 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Modern-Perl-1.201.201.300.ebuild:
29 + Version Bump
30 +
31 *Modern-Perl-1.30.0 (27 Feb 2012)
32
33 27 Feb 2012; Kent Fredric <kentfredric@×××××.com> -Modern-Perl-1.03.ebuild,
34
35 diff --git a/dev-perl/Modern-Perl/Modern-Perl-1.201.201.300.ebuild b/dev-perl/Modern-Perl/Modern-Perl-1.201.201.300.ebuild
36 new file mode 100644
37 index 0000000..5eea197
38 --- /dev/null
39 +++ b/dev-perl/Modern-Perl/Modern-Perl-1.201.201.300.ebuild
40 @@ -0,0 +1,52 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=CHROMATIC
46 +MODULE_VERSION=1.20120130
47 +inherit perl-module
48 +
49 +DESCRIPTION='enable all of the features of Modern Perl with one import'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 + # Module::Build 0.3601 ( 0.360.100 )
58 + echo \>=virtual/perl-Module-Build-0.36.01
59 +}
60 +perl_meta_build() {
61 + # Module::Build 0.3601 ( 0.360.100 )
62 + echo \>=virtual/perl-Module-Build-0.36.01
63 + # Test::More 0.98 ( 0.980.0 )
64 + echo \>=virtual/perl-Test-Simple-0.980.0
65 +}
66 +perl_meta_runtime() {
67 + # IO::File
68 + echo virtual/perl-IO
69 + # IO::Handle
70 + echo virtual/perl-IO
71 + # autodie 2.10 ( 2.100.0 )
72 + echo \>=dev-perl/autodie-2.100.0
73 + # feature
74 + echo dev-lang/perl
75 + # mro
76 + echo dev-lang/perl
77 + # perl 5.010 ( 5.10.0 )
78 + echo \>=dev-lang/perl-5.10.0
79 + # strict
80 + echo dev-lang/perl
81 + # warnings
82 + echo dev-lang/perl
83 +}
84 +DEPEND="
85 + $(perl_meta_configure)
86 + $(perl_meta_build)
87 + $(perl_meta_runtime)
88 +"
89 +RDEPEND="
90 + $(perl_meta_runtime)
91 +"
92 +SRC_TEST="do"