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/Test-WWW-Mechanize-Catalyst/
Date: Wed, 29 Feb 2012 12:08:30
Message-Id: 1330504370.647ee3792f8a14592673df40a9138c64bf76b889.kent@gentoo
1 commit: 647ee3792f8a14592673df40a9138c64bf76b889
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 08:32:50 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 08:32:50 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=647ee379
7
8 [newversion] Test-WWW-Mechanize-Catalyst-0.560.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Test-WWW-Mechanize-Catalyst/ChangeLog | 8 +++-
14 .../Test-WWW-Mechanize-Catalyst-0.560.0.ebuild | 54 ++++++++++++++++++++
15 2 files changed, 61 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Test-WWW-Mechanize-Catalyst/ChangeLog b/dev-perl/Test-WWW-Mechanize-Catalyst/ChangeLog
18 index 81fdab1..fd48fab 100644
19 --- a/dev-perl/Test-WWW-Mechanize-Catalyst/ChangeLog
20 +++ b/dev-perl/Test-WWW-Mechanize-Catalyst/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Test-WWW-Mechanize-Catalyst
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Test-WWW-Mechanize-Catalyst-0.560.0 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Test-WWW-Mechanize-Catalyst-0.560.0.ebuild:
31 + Version Bump
32 +
33 11 Nov 2011; Kent Fredric <kentfredric@×××××.com>
34 Test-WWW-Mechanize-Catalyst-0.510.0.ebuild,
35 Test-WWW-Mechanize-Catalyst-0.520.0.ebuild,
36
37 diff --git a/dev-perl/Test-WWW-Mechanize-Catalyst/Test-WWW-Mechanize-Catalyst-0.560.0.ebuild b/dev-perl/Test-WWW-Mechanize-Catalyst/Test-WWW-Mechanize-Catalyst-0.560.0.ebuild
38 new file mode 100644
39 index 0000000..c0bbf6b
40 --- /dev/null
41 +++ b/dev-perl/Test-WWW-Mechanize-Catalyst/Test-WWW-Mechanize-Catalyst-0.560.0.ebuild
42 @@ -0,0 +1,54 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=EDENC
48 +MODULE_VERSION=0.56
49 +inherit perl-module
50 +
51 +DESCRIPTION='Test::WWW::Mechanize for Catalyst'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
59 +}
60 +perl_meta_build() {
61 + # Catalyst::Plugin::Session::State::Cookie
62 + echo dev-perl/Catalyst-Plugin-Session-State-Cookie
63 + # Catalyst::Plugin::Session::Store::Dummy
64 + echo dev-perl/Catalyst-Plugin-Session
65 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
66 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
67 + # Test::Exception
68 + echo dev-perl/Test-Exception
69 + # Test::More
70 + echo virtual/perl-Test-Simple
71 +}
72 +perl_meta_runtime() {
73 + # Catalyst 5.00 ( 5.0.0 )
74 + echo \>=dev-perl/Catalyst-Runtime-5.0.0
75 + # LWP 5.816 ( 5.816.0 )
76 + echo \>=dev-perl/libwww-perl-5.816.0
77 + # Moose 0.67 ( 0.670.0 )
78 + echo \>=dev-perl/Moose-0.670
79 + # Test::WWW::Mechanize 1.14 ( 1.140.0 )
80 + echo \>=dev-perl/Test-WWW-Mechanize-1.14
81 + # WWW::Mechanize 1.54 ( 1.540.0 )
82 + echo \>=dev-perl/WWW-Mechanize-1.54
83 + # namespace::clean 0.09 ( 0.90.0 )
84 + echo \>=dev-perl/namespace-clean-0.090
85 + # perl v5.8.4 ( 5.8.4 )
86 + echo \>=dev-lang/perl-5.8.4
87 +}
88 +DEPEND="
89 + $(perl_meta_configure)
90 + $(perl_meta_build)
91 + $(perl_meta_runtime)
92 +"
93 +RDEPEND="
94 + $(perl_meta_runtime)
95 +"
96 +SRC_TEST="do"