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-Session/
Date: Fri, 06 Apr 2012 20:46:40
Message-Id: 1333709057.50fb6f9f90b50890ea62bf7c73a3b506a9531f53.kent@gentoo
1 commit: 50fb6f9f90b50890ea62bf7c73a3b506a9531f53
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 10:44:17 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 10:44:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=50fb6f9f
7
8 [newversion] Catalyst-Plugin-Session-0.340.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Catalyst-Plugin-Session-0.340.0.ebuild | 64 ++++++++++++++++++++
14 dev-perl/Catalyst-Plugin-Session/ChangeLog | 6 ++
15 2 files changed, 70 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
18 new file mode 100644
19 index 0000000..965aecf
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
22 @@ -0,0 +1,64 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=BOBTFISH
28 +MODULE_VERSION=0.34
29 +inherit perl-module
30 +
31 +DESCRIPTION='Session plugin ties together server side storage and client side state required to maintain session'
32 +LICENSE=" || ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
43 + # Plack::Middleware::ForceEnv
44 + echo dev-perl/Plack-Middleware-ForceEnv
45 + # Test::Deep
46 + echo dev-perl/Test-Deep
47 + # Test::Exception
48 + echo dev-perl/Test-Exception
49 + # Test::WWW::Mechanize::PSGI
50 + echo dev-perl/Test-WWW-Mechanize-PSGI
51 +}
52 +perl_meta_runtime() {
53 + # Catalyst::Runtime 5.71001 ( 5.710.10 )
54 + echo \>=dev-perl/Catalyst-Runtime-5.710.10
55 + # Digest
56 + echo virtual/perl-digest-base
57 + # File::Spec
58 + echo virtual/perl-File-Spec
59 + # File::Temp
60 + echo virtual/perl-File-Temp
61 + # MRO::Compat
62 + echo dev-perl/MRO-Compat
63 + # Moose 0.76 ( 0.760.0 )
64 + echo \>=dev-perl/Moose-0.760
65 + # MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
66 + echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
67 + # Object::Signature
68 + echo dev-perl/Object-Signature
69 + # Test::More 0.88 ( 0.880.0 )
70 + echo \>=virtual/perl-Test-Simple-0.88
71 + # Tie::RefHash 1.34 ( 1.340.0 )
72 + echo \>=dev-perl/Tie-RefHash-1.34
73 + # namespace::clean 0.10 ( 0.100.0 )
74 + echo \>=dev-perl/namespace-clean-0.100
75 + # perl v5.8.0 ( 5.8.0 )
76 + echo \>=dev-lang/perl-5.8.0
77 +}
78 +DEPEND="
79 + $(perl_meta_configure)
80 + $(perl_meta_build)
81 + $(perl_meta_runtime)
82 +"
83 +RDEPEND="
84 + $(perl_meta_runtime)
85 +"
86 +SRC_TEST="do"
87
88 diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
89 index 518fd73..8b43f18 100644
90 --- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
91 +++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
92 @@ -2,6 +2,12 @@
93 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
94 # $Header: $
95
96 +*Catalyst-Plugin-Session-0.340.0 (06 Apr 2012)
97 +
98 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
99 + +Catalyst-Plugin-Session-0.340.0.ebuild:
100 + Version Bump
101 +
102 *Catalyst-Plugin-Session-0.330.0 (27 Mar 2012)
103
104 27 Mar 2012; Kent Fredric <kentfredric@×××××.com>