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: Sat, 11 Feb 2012 13:46:59
Message-Id: 30beba9a97e897b0b8839ce3aaf706d6f5e870bf.kent@gentoo
1 commit: 30beba9a97e897b0b8839ce3aaf706d6f5e870bf
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 11 13:31:37 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 11 13:31:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=30beba9a
7
8 [newversion] Catalyst-Action-REST 0.96
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Catalyst-Action-REST-0.960.0.ebuild | 72 ++++++++++++++++++++
14 dev-perl/Catalyst-Action-REST/ChangeLog | 8 ++-
15 2 files changed, 79 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.960.0.ebuild b/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.960.0.ebuild
18 new file mode 100644
19 index 0000000..48ade2e
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.960.0.ebuild
22 @@ -0,0 +1,72 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=BOBTFISH
28 +MODULE_VERSION=0.96
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 + # HTML::Parser
58 + echo dev-perl/HTML-Parser
59 + # JSON 2.12 ( 2.120.0 )
60 + echo \>=dev-perl/JSON-2.12
61 + # JSON::XS 2.2222 ( 2.222.200 )
62 + echo \>=dev-perl/JSON-XS-2.222.200
63 + # LWP::UserAgent 2.033 ( 2.33.0 )
64 + echo \>=dev-perl/libwww-perl-2.33.0
65 + # MRO::Compat 0.10 ( 0.100.0 )
66 + echo \>=dev-perl/MRO-Compat-0.100.0
67 + # Module::Pluggable::Object
68 + echo virtual/perl-Module-Pluggable
69 + # Moose 1.03 ( 1.30.0 )
70 + echo \>=dev-perl/Moose-1.30.0
71 + # PHP::Serialization
72 + echo dev-perl/PHP-Serialization
73 + # Params::Validate 0.76 ( 0.760.0 )
74 + echo \>=dev-perl/Params-Validate-0.76
75 + # URI::Find
76 + echo dev-perl/URI-Find
77 + # XML::Simple
78 + echo dev-perl/XML-Simple
79 + # YAML::Syck 0.67 ( 0.670.0 )
80 + echo \>=dev-perl/YAML-Syck-0.67
81 + # namespace::autoclean
82 + echo dev-perl/namespace-autoclean
83 + # perl v5.8.1 ( 5.8.1 )
84 + echo \>=dev-lang/perl-5.8.1
85 +}
86 +DEPEND="
87 + $(perl_meta_configure)
88 + $(perl_meta_build)
89 + $(perl_meta_runtime)
90 +"
91 +RDEPEND="
92 + $(perl_meta_runtime)
93 +"
94 +SRC_TEST="do"
95
96 diff --git a/dev-perl/Catalyst-Action-REST/ChangeLog b/dev-perl/Catalyst-Action-REST/ChangeLog
97 index f767775..f0732b0 100644
98 --- a/dev-perl/Catalyst-Action-REST/ChangeLog
99 +++ b/dev-perl/Catalyst-Action-REST/ChangeLog
100 @@ -1,7 +1,13 @@
101 # ChangeLog for dev-perl/Catalyst-Action-REST
102 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
103 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
104 # $Header: $
105
106 +*Catalyst-Action-REST-0.960.0 (11 Feb 2012)
107 +
108 + 11 Feb 2012; Kent Fredric <kentfredric@×××××.com>
109 + +Catalyst-Action-REST-0.960.0.ebuild:
110 + Version Bump
111 +
112 *Catalyst-Action-REST-0.930.0 (31 Oct 2011)
113
114 31 Oct 2011; Kent Fredric <kentfredric@×××××.com>