Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Action-REST/
Date: Sun, 27 Feb 2011 19:11:58
Message-Id: 8f751f0f42c4af2c89c2d80aa16997c6efd71322.tove@gentoo
1 commit: 8f751f0f42c4af2c89c2d80aa16997c6efd71322
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 19:07:38 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 19:07:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f751f0f
7
8 [bump] dev-perl/Catalyst-Action-REST-0.900.0
9
10 (Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 .../Catalyst-Action-REST-0.900.0.ebuild | 58 ++++++++++++++++++++
14 dev-perl/Catalyst-Action-REST/ChangeLog | 6 ++
15 2 files changed, 64 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.900.0.ebuild b/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.900.0.ebuild
18 new file mode 100644
19 index 0000000..a5050ed
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Action-REST/Catalyst-Action-REST-0.900.0.ebuild
22 @@ -0,0 +1,58 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=3
28 +
29 +MODULE_AUTHOR=BOBTFISH
30 +MODULE_VERSION=0.90
31 +inherit perl-module
32 +
33 +DESCRIPTION="Automated REST Method Dispatching"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="json data-taxi config-general php freezethaw xml test"
38 +
39 +COMMON_DEPEND="
40 + >=dev-perl/Moose-1.03
41 + dev-perl/namespace-autoclean
42 + >=dev-perl/Catalyst-Runtime-5.800.300
43 + >=dev-perl/Params-Validate-0.76
44 + >=dev-perl/YAML-Syck-0.67
45 + virtual/perl-Module-Pluggable
46 + >=dev-perl/libwww-perl-2.033
47 + >=dev-perl/Data-Serializer-0.360
48 + >=dev-perl/Class-Inspector-1.13
49 + dev-perl/URI-Find
50 + >=dev-perl/MRO-Compat-0.10
51 + json? (
52 + >=dev-perl/JSON-2.12
53 + >=dev-perl/JSON-XS-2.2.2
54 + )
55 + data-taxi? (
56 + dev-perl/Data-Taxi
57 + )
58 + config-general? (
59 + dev-perl/config-general
60 + )
61 + php? (
62 + dev-perl/PHP-Serialization
63 + )
64 + freezethaw? (
65 + dev-perl/FreezeThaw
66 + )
67 + xml? (
68 + dev-perl/XML-Simple
69 + )
70 +"
71 +DEPEND="
72 + ${COMMON_DEPEND}
73 + test? (
74 + >=virtual/perl-Test-Simple-0.88
75 + )
76 +"
77 +RDEPEND="
78 + ${COMMON_DEPEND}
79 +"
80 +SRC_TEST="do"
81
82 diff --git a/dev-perl/Catalyst-Action-REST/ChangeLog b/dev-perl/Catalyst-Action-REST/ChangeLog
83 index 05297b3..6a5c240 100644
84 --- a/dev-perl/Catalyst-Action-REST/ChangeLog
85 +++ b/dev-perl/Catalyst-Action-REST/ChangeLog
86 @@ -2,6 +2,12 @@
87 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 # $Header: $
89
90 +*Catalyst-Action-REST-0.900.0 (27 Feb 2011)
91 +
92 + 27 Feb 2011; Torsten Veller <tove@g.o>
93 + +Catalyst-Action-REST-0.900.0.ebuild:
94 + Version bump
95 +
96 30 Jan 2011; Kent Fredric <kentfredric@×××××.com>
97 Catalyst-Action-REST-0.800.ebuild, Catalyst-Action-REST-0.810.ebuild,
98 Catalyst-Action-REST-0.830.ebuild, Catalyst-Action-REST-0.850.ebuild,