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-Store-Memcached/
Date: Fri, 06 Apr 2012 20:44:31
Message-Id: 1333720022.b236f2225be37dd0fdc0c9eea954e6c74bcdb23c.kent@gentoo
1 commit: b236f2225be37dd0fdc0c9eea954e6c74bcdb23c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 13:47:02 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 13:47:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b236f222
7
8 [newversion] Catalyst-Plugin-Session-Store-Memcached-0.50.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 ...st-Plugin-Session-Store-Memcached-0.50.0.ebuild | 46 ++++++++++++++++++++
14 .../ChangeLog | 6 +++
15 2 files changed, 52 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild
18 new file mode 100644
19 index 0000000..1ee1c36
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild
22 @@ -0,0 +1,46 @@
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.05
29 +inherit perl-module
30 +
31 +DESCRIPTION='Memcached storage backend for'
32 +LICENSE=" || ( Artistic GPL-2 )"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
43 +}
44 +perl_meta_runtime() {
45 + # Cache::Memcached::Managed
46 + echo dev-perl/Cache-Memcached-Managed
47 + # Catalyst::ClassData
48 + echo dev-perl/Catalyst-Runtime
49 + # Catalyst::Plugin::Session 0.26 ( 0.260.0 )
50 + echo \>=dev-perl/Catalyst-Plugin-Session-0.260.0
51 + # MRO::Compat
52 + echo dev-perl/MRO-Compat
53 + # Moose
54 + echo dev-perl/Moose
55 + # MooseX::Emulate::Class::Accessor::Fast
56 + echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
57 + # namespace::clean
58 + echo dev-perl/namespace-clean
59 +}
60 +DEPEND="
61 + $(perl_meta_configure)
62 + $(perl_meta_build)
63 + $(perl_meta_runtime)
64 +"
65 +RDEPEND="
66 + $(perl_meta_runtime)
67 +"
68 +SRC_TEST="do"
69
70 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
71 index 05f4c1d..3f0b5a1 100644
72 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
73 +++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
74 @@ -2,6 +2,12 @@
75 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 # $Header: $
77
78 +*Catalyst-Plugin-Session-Store-Memcached-0.50.0 (06 Apr 2012)
79 +
80 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
81 + +Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild:
82 + Version Bump
83 +
84 *Catalyst-Plugin-Session-Store-Memcached-0.40.0 (12 Feb 2012)
85 *Catalyst-Plugin-Session-Store-Memcached-0.30.0 (12 Feb 2012)