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, 03 Aug 2011 04:14:51
Message-Id: fff55c2ff33dea522f1f7bc446cc8e14ad33528b.kent@gentoo
1 commit: fff55c2ff33dea522f1f7bc446cc8e14ad33528b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 3 04:13:59 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 3 04:13:59 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fff55c2f
7
8 [newversion] Test-WWW-Mechanize-Catalyst-0.540.0
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Test-WWW-Mechanize-Catalyst/ChangeLog | 6 +++
14 .../Test-WWW-Mechanize-Catalyst-0.540.0.ebuild | 34 ++++++++++++++++++++
15 2 files changed, 40 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 cca214e..0685dee 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-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Test-WWW-Mechanize-Catalyst-0.540.0 (03 Aug 2011)
26 +
27 + 03 Aug 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Test-WWW-Mechanize-Catalyst-0.540.0.ebuild:
29 + Version Bump
30 +
31 *Test-WWW-Mechanize-Catalyst-0.520.0 (03 Aug 2011)
32 *Test-WWW-Mechanize-Catalyst-0.510.0 (03 Aug 2011)
33
34
35 diff --git a/dev-perl/Test-WWW-Mechanize-Catalyst/Test-WWW-Mechanize-Catalyst-0.540.0.ebuild b/dev-perl/Test-WWW-Mechanize-Catalyst/Test-WWW-Mechanize-Catalyst-0.540.0.ebuild
36 new file mode 100644
37 index 0000000..9ec33b5
38 --- /dev/null
39 +++ b/dev-perl/Test-WWW-Mechanize-Catalyst/Test-WWW-Mechanize-Catalyst-0.540.0.ebuild
40 @@ -0,0 +1,34 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=BOBTFISH
48 +MODULE_VERSION=0.54
49 +inherit perl-module
50 +
51 +DESCRIPTION="Test::WWW::Mechanize for Catalyst"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +comment() { echo ''; }
57 +RDEPEND="
58 + >=dev-perl/Catalyst-Runtime-5.0.0
59 + >=dev-perl/libwww-perl-5.816 $(comment 5.816.0)
60 + >=dev-perl/Test-WWW-Mechanize-1.14 $(comment 1.140.0)
61 + >=dev-perl/WWW-Mechanize-1.54 $(comment 1.540.0)
62 + >=dev-perl/Moose-0.67 $(comment 0.670.0)
63 + >=dev-perl/namespace-clean-0.90 $(comment 0.90.0)
64 +"
65 +DEPEND="
66 + ${RDEPEND}
67 + test? (
68 + dev-perl/Catalyst-Plugin-Session-State-Cookie
69 + dev-perl/Catalyst-Plugin-Session $(comment Session::Store::Dummy)
70 + dev-perl/Test-Exception
71 + virtual/perl-Test-Simple $(comment Test::More)
72 + )
73 +"
74 +SRC_TEST=do