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