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-AttributeShortcuts/
Date: Thu, 23 Aug 2012 12:38:35
Message-Id: 1345719490.66b796714430ab02e9ec10170204ddb5f7f9f3b6.kent@gentoo
1 commit: 66b796714430ab02e9ec10170204ddb5f7f9f3b6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 10:58:10 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 10:58:10 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66b79671
7
8 [newversion] MooseX-AttributeShortcuts-0.14.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/MooseX-AttributeShortcuts/ChangeLog | 6 ++
14 .../MooseX-AttributeShortcuts-0.14.0.ebuild | 64 ++++++++++++++++++++
15 2 files changed, 70 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/MooseX-AttributeShortcuts/ChangeLog b/dev-perl/MooseX-AttributeShortcuts/ChangeLog
18 index 8babaab..119a22a 100644
19 --- a/dev-perl/MooseX-AttributeShortcuts/ChangeLog
20 +++ b/dev-perl/MooseX-AttributeShortcuts/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*MooseX-AttributeShortcuts-0.14.0 (23 Aug 2012)
26 +
27 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
28 + +MooseX-AttributeShortcuts-0.14.0.ebuild:
29 + Version Bump
30 +
31 *MooseX-AttributeShortcuts-0.13.0 (25 Jul 2012)
32
33 25 Jul 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/MooseX-AttributeShortcuts/MooseX-AttributeShortcuts-0.14.0.ebuild b/dev-perl/MooseX-AttributeShortcuts/MooseX-AttributeShortcuts-0.14.0.ebuild
36 new file mode 100644
37 index 0000000..7bf1225
38 --- /dev/null
39 +++ b/dev-perl/MooseX-AttributeShortcuts/MooseX-AttributeShortcuts-0.14.0.ebuild
40 @@ -0,0 +1,64 @@
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=RSRCHBOY
46 +MODULE_VERSION=0.014
47 +inherit perl-module
48 +
49 +DESCRIPTION='Shorthand for common attribute options'
50 +LICENSE=" LGPL-2.1"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
57 +}
58 +perl_meta_runtime() {
59 + # Moose
60 + echo dev-perl/Moose
61 + # Moose::Exporter
62 + echo dev-perl/Moose
63 + # Moose::Util::MetaRole
64 + echo dev-perl/Moose
65 + # MooseX::Role::Parameterized
66 + echo dev-perl/MooseX-Role-Parameterized
67 + # MooseX::Types::Common::String
68 + echo dev-perl/MooseX-Types-Common
69 + # MooseX::Types::Moose
70 + echo dev-perl/MooseX-Types
71 + # namespace::autoclean
72 + echo dev-perl/namespace-autoclean
73 + # perl 5.006 ( 5.6.0 )
74 + echo \>=dev-lang/perl-5.6.0
75 + # strict
76 + echo dev-lang/perl
77 + # warnings
78 + echo dev-lang/perl
79 +}
80 +perl_meta_test() {
81 + # File::Find
82 + echo dev-lang/perl
83 + # File::Temp
84 + echo virtual/perl-File-Temp
85 + # Moose::Role
86 + echo dev-perl/Moose
87 + # Test::Fatal
88 + echo dev-perl/Test-Fatal
89 + # Test::Moose
90 + echo dev-perl/Moose
91 + # Test::More 0.88 ( 0.880.0 )
92 + echo \>=virtual/perl-Test-Simple-0.880.0
93 + # constant
94 + # echo virtual/perl-constant
95 +}
96 +DEPEND="
97 + $(perl_meta_configure)
98 + $(perl_meta_runtime)
99 + test? ( $(perl_meta_test) )
100 +"
101 +RDEPEND="
102 + $(perl_meta_runtime)
103 +"
104 +SRC_TEST="do"