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-View-TT/
Date: Sat, 02 Mar 2013 07:02:11
Message-Id: 1362174287.d08587eb9dc3664fcd67e048b532f2354d48c2e7.kent@gentoo
1 commit: d08587eb9dc3664fcd67e048b532f2354d48c2e7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 1 21:44:47 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Mar 1 21:44:47 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d08587eb
7
8 [newversion] Catalyst-View-TT-0.410.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 .../Catalyst-View-TT-0.410.0.ebuild | 48 ++++++++++++++++++++
15 dev-perl/Catalyst-View-TT/ChangeLog | 6 +++
16 2 files changed, 54 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild
19 new file mode 100644
20 index 0000000..59cdbaf
21 --- /dev/null
22 +++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild
23 @@ -0,0 +1,48 @@
24 +# Copyright 1999-2013 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=5
28 +MODULE_AUTHOR=JJNAPIORK
29 +MODULE_VERSION=0.41
30 +inherit perl-module
31 +
32 +DESCRIPTION='Template View Class'
33 +LICENSE=" || ( Artistic GPL-2 )"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +perl_meta_configure() {
38 + # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
39 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
40 +}
41 +perl_meta_build() {
42 + # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
43 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
44 + # Test::More
45 + echo virtual/perl-Test-Simple
46 +}
47 +perl_meta_runtime() {
48 + # Catalyst 5.7 ( 5.700.0 )
49 + echo \>=dev-perl/Catalyst-Runtime-5.700.0
50 + # Class::Accessor
51 + echo dev-perl/Class-Accessor
52 + # MRO::Compat
53 + echo dev-perl/MRO-Compat
54 + # Path::Class
55 + echo dev-perl/Path-Class
56 + # Template
57 + echo dev-perl/Template-Toolkit
58 + # Template::Timer
59 + echo dev-perl/Template-Timer
60 + # perl v5.8.1 ( 5.8.1 )
61 + echo \>=dev-lang/perl-5.8.1
62 +}
63 +DEPEND="
64 + $(perl_meta_configure)
65 + $(perl_meta_build)
66 + $(perl_meta_runtime)
67 +"
68 +RDEPEND="
69 + $(perl_meta_runtime)
70 +"
71 +SRC_TEST="do"
72
73 diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog
74 index 0c3b0d2..542922f 100644
75 --- a/dev-perl/Catalyst-View-TT/ChangeLog
76 +++ b/dev-perl/Catalyst-View-TT/ChangeLog
77 @@ -2,6 +2,12 @@
78 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: $
80
81 +*Catalyst-View-TT-0.410.0 (01 Mar 2013)
82 +
83 + 01 Mar 2013; Kent Fredric <kentfredric@×××××.com>
84 + +Catalyst-View-TT-0.410.0.ebuild:
85 + Version Bump
86 +
87 *Catalyst-View-TT-0.400.0 (07 Feb 2013)
88
89 07 Feb 2013; Kent Fredric <kentfredric@×××××.com>