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-Runtime/
Date: Sun, 31 Jul 2011 05:02:23
Message-Id: b4b2e8d14794d5c0b040eab60a38a6b5191eaac9.kent@gentoo
1 commit: b4b2e8d14794d5c0b040eab60a38a6b5191eaac9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 03:26:32 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 03:26:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b4b2e8d1
7
8 [newversion] Catalyst-Runtime-5.890.30_rc
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 .../Catalyst-Runtime-5.890.30_rc.ebuild | 112 ++++++++++++++++++++
14 dev-perl/Catalyst-Runtime/ChangeLog | 6 +
15 2 files changed, 118 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Runtime/Catalyst-Runtime-5.890.30_rc.ebuild b/dev-perl/Catalyst-Runtime/Catalyst-Runtime-5.890.30_rc.ebuild
18 new file mode 100644
19 index 0000000..5c5a6f3
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Runtime/Catalyst-Runtime-5.890.30_rc.ebuild
22 @@ -0,0 +1,112 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=4
28 +
29 +MODULE_AUTHOR=BOBTFISH
30 +MODULE_VERSION="5.89003-TRIAL"
31 +MODULE_DZIL_TRIAL=1
32 +inherit perl-module perl-declaredeps
33 +
34 +DESCRIPTION="The Elegant MVC Web Application Framework - runtime version"
35 +
36 +SLOT="0"
37 +KEYWORDS=""
38 +IUSE=""
39 +
40 +#PATCHES=(
41 +# "${FILESDIR}/${MODULE_VERSION}/0001_known_broken_tests.patch"
42 +#)
43 +
44 +depend List-MoreUtils
45 +depend namespace-autoclean 0.90.0
46 +depend namespace-clean 0.130.0
47 +depend B-Hooks-EndOfScope 0.08 # 0.80.0
48 +depend MooseX-Emulate-Class-Accessor-Fast 0.00903 # 0.9.30
49 +# Class::MOP 0.95
50 +RDEPEND+=" || ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.95 )"
51 +DEPEND+=" || ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.95 )"
52 +depend Data-OptList
53 +depend Moose 1.03 # 1.30.0
54 +depend MooseX-MethodAttributes 0.240.0 # MooseX::MethodAttributes::Inheritable 0.240.0
55 +depend MooseX-Role-WithOverloading 0.090 # 0.90.0
56 +depend MooseX-Types-LoadableClass 0.3 # 0.3.0
57 +# depend-virtual Carp # CORE
58 +depend Class-C3-Adopt-NEXT 0.07 # 0.70.0
59 +depend Cgi-Simple 1.109 # CGI::Simple::Cookie 1.109.0
60 +depend Data-Dump
61 +depend Data-OptList
62 +depend HTML-Parser # HTML::Entities
63 +depend HTML-Parser # HTML::HeadParser
64 +depend HTTP-Body 1.60.0
65 +# HTTP::Headers 1.640.0
66 +RDEPEND+=" || ( >=dev-perl/HTTP-Message-1.640.0 >=dev-perl/libwww-perl-1.640 )"
67 +DEPEND+=" || ( >=dev-perl/HTTP-Message-1.640.0 >=dev-perl/libwww-perl-1.640 )"
68 +# HTTP::Request 5.814.0
69 +RDEPEND+=" || ( >=dev-perl/HTTP-Message-5.814.0 >=dev-perl/libwww-perl-5.814.0 )"
70 +DEPEND+=" || ( >=dev-perl/HTTP-Message-5.814.0 >=dev-perl/libwww-perl-5.814.0 )"
71 +#HTTP::Response 5.813
72 +RDEPEND+=" || ( >=dev-perl/HTTP-Message-1.640.0 >=dev-perl/libwww-perl-1.640 )"
73 +DEPEND+=" || ( >=dev-perl/HTTP-Message-1.640.0 >=dev-perl/libwww-perl-1.640 )"
74 +depend HTTP-Request-AsCGI 1.0 # 1.0.0
75 +depend libwww-perl # LWP::UserAgent
76 +depend-virtual Module-Pluggable 3.900.0
77 +depend Path-Class 0.90.0
78 +depend-virtual Scalar-List-Utils # Scalar-Util
79 +depend Sub-Exporter
80 +depend Text-SimpleTable 0.03 # 0.30.0
81 +depend-virtual Time-HiRes
82 +depend Tree-Simple 1.15 # 1.150.0
83 +depend Tree-Simple-VisitorFactory # Tree-Simple-Visitor-FindByPath
84 +depend Try-Tiny
85 +depend URI 1.35 # 1.350.0
86 +depend Task-Weaken
87 +depend-virtual Text-Balanced
88 +depend MRO-Compat
89 +depend MooseX-Getopt 0.30 # 0.300.0
90 +depend MooseX-Types
91 +depend MooseX-Types-Common # MooseX::Types::Common::Numeric
92 +depend String-RewritePrefix 0.004 # 0.4.0
93 +depend Plack 0.993.500
94 +depend Plack-Middleware-ReverseProxy 0.40.0
95 +depend Plack-Test-ExternalServer
96 +
97 +test-depend Class-Data-Inheritable
98 +test-depend Test-Exception
99 +test-depend-virtual Test-Simple 0.88 # Test::More 0.880.0
100 +test-depend Data-Dump
101 +#HTTP::Request::Common
102 +DEPEND+=" test? ( || ( dev-perl/HTTP-Message dev-perl/libwww-perl ) )"
103 +
104 +conflict Catalyst-Plugin-SubRequest 0.140.0
105 +conflict Catalyst-Model-Akismet 0.02 # 0.20.0
106 +conflict Catalyst-Component-ACCEPT_CONTEXT 0.06 # 0.60.0
107 +conflict Catalyst-Plugin-ENV
108 +conflict Catalyst-Plugin-Unicode-Encoding 0.2 # 0.200.0
109 +conflict Catalyst-Plugin-Authentication 0.100.100
110 +conflict Catalyst-Authentication-Credential-HTTP 1.009 # 1.9.0
111 +conflict Catalyst-Plugin-Session-Store-File 0.16 # 0.160.0
112 +conflict Catalyst-Plugin-Session 0.21 # 0.210.0
113 +conflict Catalyst-Plugin-Session-State-Cookie 0.10 # 0.100.0
114 +conflict Catalyst-Plugin-Session-Store-FastMmap 0.90.0
115 +conflict Catalyst-Controller-AllowDisable 0.03 # 0.30.0
116 +conflict Reaction 0.001999 # 0.1.999
117 +conflict Catalyst-Plugin-Upload-Image-Magick 0.03 # 0.30.0
118 +conflict Catalyst-Plugin-ConfigLoader 0.22 # 0.220.0
119 +conflict Catalyst-Devel 1.190.0
120 +conflict Catalyst-Plugin-SmartURI 0.032 # 0.32.0
121 +conflict CatalystX-CRUD 0.37 # 0.370.0
122 +conflict Catalyst-Action-RenderView 0.07 # 0.70.0
123 +conflict Catalyst-Action-DebugCookie 0.999002 # 0.999.2
124 +conflict Catalyst-Plugin-Authentication 0.100.91
125 +conflict CatalystX-Imports 0.03 # 0.30.0
126 +conflict Catalyst-Plugins-HashedCookies 1.03 # 1.30.0
127 +conflict Catalyst-Action-REST 0.670.0
128 +conflict CatalystX-CRUD 0.42 # 0.420.0
129 +conflict CatalystX-CRUD-Model-RDBO 0.20 # 0.200.0
130 +conflict Catalyst-View-Mason 0.17 # 0.170.0
131 +
132 +ddep_setup
133 +
134 +SRC_TEST=do
135
136 diff --git a/dev-perl/Catalyst-Runtime/ChangeLog b/dev-perl/Catalyst-Runtime/ChangeLog
137 index a038427..774dc82 100644
138 --- a/dev-perl/Catalyst-Runtime/ChangeLog
139 +++ b/dev-perl/Catalyst-Runtime/ChangeLog
140 @@ -2,6 +2,12 @@
141 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
142 # $Header: $
143
144 +*Catalyst-Runtime-5.890.30_rc (31 Jul 2011)
145 +
146 + 31 Jul 2011; Kent Fredric <kentfredric@×××××.com>
147 + +Catalyst-Runtime-5.890.30_rc.ebuild:
148 + Version Bump
149 +
150 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
151 Catalyst-Runtime-5.800.240.ebuild, Catalyst-Runtime-5.800.250.ebuild,
152 Catalyst-Runtime-5.800.290.ebuild, Catalyst-Runtime-5.800.300.ebuild,