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-Plugin-Cache/
Date: Sat, 02 Mar 2013 07:02:04
Message-Id: 1361925401.29dd093ce1ef270f345db92f10127a191ef84f59.kent@gentoo
1 commit: 29dd093ce1ef270f345db92f10127a191ef84f59
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 27 00:36:41 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 27 00:36:41 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=29dd093c
7
8 [newversion] Catalyst-Plugin-Cache-0.120.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 .../Catalyst-Plugin-Cache-0.120.0.ebuild | 46 ++++++++++++++++++++
15 dev-perl/Catalyst-Plugin-Cache/ChangeLog | 8 +++-
16 2 files changed, 53 insertions(+), 1 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild
19 new file mode 100644
20 index 0000000..5e9a5c1
21 --- /dev/null
22 +++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild
23 @@ -0,0 +1,46 @@
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=BOBTFISH
29 +MODULE_VERSION=0.12
30 +inherit perl-module
31 +
32 +DESCRIPTION='Flexible caching support for Catalyst.'
33 +LICENSE=" || ( Artistic GPL-2 )"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +perl_meta_configure() {
38 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
39 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
40 +}
41 +perl_meta_build() {
42 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
43 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
44 + # Test::Deep
45 + echo dev-perl/Test-Deep
46 + # Test::Exception
47 + echo dev-perl/Test-Exception
48 + # Test::More 0.88 ( 0.880.0 )
49 + echo \>=virtual/perl-Test-Simple-0.88
50 +}
51 +perl_meta_runtime() {
52 + # Catalyst 5.8 ( 5.800.0 )
53 + echo \>=dev-perl/Catalyst-Runtime-5.800.0
54 + # MRO::Compat
55 + echo dev-perl/MRO-Compat
56 + # Storable
57 + echo virtual/perl-Storable
58 + # Task::Weaken
59 + echo dev-perl/Task-Weaken
60 +}
61 +DEPEND="
62 + $(perl_meta_configure)
63 + $(perl_meta_build)
64 + $(perl_meta_runtime)
65 +"
66 +RDEPEND="
67 + $(perl_meta_runtime)
68 +"
69 +SRC_TEST="do"
70
71 diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
72 index f2bb125..a5167b0 100644
73 --- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
74 +++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
75 @@ -1,7 +1,13 @@
76 # ChangeLog for dev-perl/Catalyst-Plugin-Cache
77 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: $
80
81 +*Catalyst-Plugin-Cache-0.120.0 (27 Feb 2013)
82 +
83 + 27 Feb 2013; Kent Fredric <kentfredric@×××××.com>
84 + +Catalyst-Plugin-Cache-0.120.0.ebuild:
85 + Version Bump
86 +
87 *Catalyst-Plugin-Cache-0.110.0 (27 Mar 2012)
88
89 27 Mar 2012; Kent Fredric <kentfredric@×××××.com>