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/Catalyst-Action-REST/
Date: Mon, 31 Oct 2011 08:47:24
Message-Id: 6cc894ed0df311ba6971f2067250cf7d4d60cafe.kent@gentoo
1 commit: 6cc894ed0df311ba6971f2067250cf7d4d60cafe
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 07:40:42 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 07:40:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6cc894ed
7
8 [newversion] Catalyst-Action-REST-0.930.0
9
10 (Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 .../Catalyst-Action-REST-0.930.0.ebuild | 70 ++++++++++++++++++++
14 dev-perl/Catalyst-Action-REST/ChangeLog | 6 ++
15 2 files changed, 76 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.930.0.ebuild b/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.930.0.ebuild
18 new file mode 100644
19 index 0000000..286a4d9
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.930.0.ebuild
22 @@ -0,0 +1,70 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=BPHILLIPS
28 +MODULE_VERSION=0.93
29 +inherit perl-module
30 +
31 +DESCRIPTION='Automated REST Method Dispatching'
32 +LICENSE=" || ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
43 +}
44 +perl_meta_runtime() {
45 + # Catalyst::Runtime 5.80030 ( 5.800.300 )
46 + echo \>=dev-perl/Catalyst-Runtime-5.800.300
47 + # Class::Inspector 1.13 ( 1.130.0 )
48 + echo \>=dev-perl/Class-Inspector-1.13
49 + # Config::General
50 + echo dev-perl/config-general
51 + # Data::Serializer 0.36 ( 0.360.0 )
52 + echo \>=dev-perl/Data-Serializer-0.360.0
53 + # Data::Taxi
54 + echo dev-perl/Data-Taxi
55 + # FreezeThaw
56 + echo dev-perl/FreezeThaw
57 + # JSON 2.12 ( 2.120.0 )
58 + echo \>=dev-perl/JSON-2.12
59 + # JSON::XS 2.2222 ( 2.222.200 )
60 + echo \>=dev-perl/JSON-XS-2.222.200
61 + # LWP::UserAgent 2.033 ( 2.33.0 )
62 + echo \>=dev-perl/libwww-perl-2.33.0
63 + # MRO::Compat 0.10 ( 0.100.0 )
64 + echo \>=dev-perl/MRO-Compat-0.100.0
65 + # Module::Pluggable::Object
66 + echo virtual/perl-Module-Pluggable
67 + # Moose 1.03 ( 1.30.0 )
68 + echo \>=dev-perl/Moose-1.30.0
69 + # PHP::Serialization
70 + echo dev-perl/PHP-Serialization
71 + # Params::Validate 0.76 ( 0.760.0 )
72 + echo \>=dev-perl/Params-Validate-0.76
73 + # URI::Find
74 + echo dev-perl/URI-Find
75 + # XML::Simple
76 + echo dev-perl/XML-Simple
77 + # YAML::Syck 0.67 ( 0.670.0 )
78 + echo \>=dev-perl/YAML-Syck-0.67
79 + # namespace::autoclean
80 + echo dev-perl/namespace-autoclean
81 + # perl v5.8.1 ( 5.8.1 )
82 + echo \>=dev-lang/perl-5.8.1
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"
93
94 diff --git a/dev-perl/Catalyst-Action-REST/ChangeLog b/dev-perl/Catalyst-Action-REST/ChangeLog
95 index 164c71c..f767775 100644
96 --- a/dev-perl/Catalyst-Action-REST/ChangeLog
97 +++ b/dev-perl/Catalyst-Action-REST/ChangeLog
98 @@ -2,6 +2,12 @@
99 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
100 # $Header: $
101
102 +*Catalyst-Action-REST-0.930.0 (31 Oct 2011)
103 +
104 + 31 Oct 2011; Kent Fredric <kentfredric@×××××.com>
105 + +Catalyst-Action-REST-0.930.0.ebuild:
106 + Version Bump
107 +
108 *Catalyst-Action-REST-0.910.0 (26 Aug 2011)
109
110 26 Aug 2011; Kent Fredric <kentfredric@×××××.com>