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/MooseX-AttributeIndexes/
Date: Tue, 28 Feb 2012 10:03:31
Message-Id: 1330419602.4b647ff689f3c656064d870871df269c2b455244.kent@gentoo
1 commit: 4b647ff689f3c656064d870871df269c2b455244
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 09:00:02 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 09:00:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4b647ff6
7
8 [newversion] MooseX-AttributeIndexes-1.0.2
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/MooseX-AttributeIndexes/ChangeLog | 6 ++
14 .../MooseX-AttributeIndexes-1.0.2.ebuild | 63 ++++++++++++++++++++
15 2 files changed, 69 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/MooseX-AttributeIndexes/ChangeLog b/dev-perl/MooseX-AttributeIndexes/ChangeLog
18 index d73e4ba..ca291e1 100644
19 --- a/dev-perl/MooseX-AttributeIndexes/ChangeLog
20 +++ b/dev-perl/MooseX-AttributeIndexes/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*MooseX-AttributeIndexes-1.0.2 (28 Feb 2012)
26 +
27 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +MooseX-AttributeIndexes-1.0.2.ebuild:
29 + Version Bump
30 +
31 08 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32 -MooseX-AttributeIndexes-0.10.10.70.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild
36 new file mode 100644
37 index 0000000..22da325
38 --- /dev/null
39 +++ b/dev-perl/MooseX-AttributeIndexes/MooseX-AttributeIndexes-1.0.2.ebuild
40 @@ -0,0 +1,63 @@
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=KENTNL
46 +MODULE_VERSION=1.0.2
47 +inherit perl-module
48 +
49 +DESCRIPTION='Advertise metadata about your Model-Representing Classes to Any Database tool.'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # Module::Build 0.3601 ( 0.360.100 )
56 + echo \>=virtual/perl-Module-Build-0.36.01
57 +}
58 +perl_meta_build() {
59 + # Module::Build 0.3601 ( 0.360.100 )
60 + echo \>=virtual/perl-Module-Build-0.36.01
61 +}
62 +perl_meta_runtime() {
63 + # Moose 0.94 ( 0.940.0 )
64 + echo \>=dev-perl/Moose-0.940
65 + # Moose::Exporter
66 + echo dev-perl/Moose
67 + # Moose::Role
68 + echo dev-perl/Moose
69 + # Moose::Util::MetaRole
70 + echo dev-perl/Moose
71 + # MooseX::Types::Moose 0.19 ( 0.190.0 )
72 + echo \>=dev-perl/MooseX-Types-0.190.0
73 + # Scalar::Util
74 + echo virtual/perl-Scalar-List-Utils
75 + # namespace::autoclean 0.08 ( 0.80.0 )
76 + echo \>=dev-perl/namespace-autoclean-0.080
77 + # perl v5.10.0 ( 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 +perl_meta_test() {
85 + # File::Find
86 + echo dev-lang/perl
87 + # File::Temp
88 + echo virtual/perl-File-Temp
89 + # Test::Moose
90 + echo dev-perl/Moose
91 + # Test::More 0.92 ( 0.920.0 )
92 + echo \>=virtual/perl-Test-Simple-0.92
93 +}
94 +DEPEND="
95 + $(perl_meta_configure)
96 + $(perl_meta_build)
97 + $(perl_meta_runtime)
98 + test? ( $(perl_meta_test) )
99 +"
100 +RDEPEND="
101 + $(perl_meta_runtime)
102 +"
103 +SRC_TEST="do"