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: Wed, 27 Aug 2014 05:37:40
Message-Id: 1409117742.aeb44fd653d506d08575dc27cb82d01f295b940f.kent@gentoo
1 commit: aeb44fd653d506d08575dc27cb82d01f295b940f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 05:35:42 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 05:35:42 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=aeb44fd6
7
8 [fixup] dev-perl/Catalyst-Plugin-Session-Store-Memcached EAPI5, Dependency cleanup, test cleanup
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...Plugin-Session-Store-Memcached-0.50.0-r1.ebuild | 32 +++++++++++++++
14 ...st-Plugin-Session-Store-Memcached-0.50.0.ebuild | 46 ----------------------
15 .../ChangeLog | 7 ++++
16 3 files changed, 39 insertions(+), 46 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1.ebuild
19 new file mode 100644
20 index 0000000..66c59ca
21 --- /dev/null
22 +++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1.ebuild
23 @@ -0,0 +1,32 @@
24 +# Copyright 1999-2014 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.05
30 +inherit perl-module
31 +
32 +DESCRIPTION='Memcached storage backend for'
33 +LICENSE=" || ( Artistic GPL-2 )"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +# Catalyst::ClassData -> Catalyst-Runtime
38 +RDEPEND="
39 + dev-perl/Cache-Memcached-Managed
40 + dev-perl/Catalyst-Runtime
41 + >=dev-perl/Catalyst-Plugin-Session-0.260.0
42 + dev-perl/MRO-Compat
43 + dev-perl/Moose
44 + dev-perl/MooseX-Emulate-Class-Accessor-Fast
45 + dev-perl/namespace-clean
46 +"
47 +DEPEND="
48 + ${RDEPEND}
49 + >=virtual/perl-ExtUtils-MakeMaker-6.360.0
50 +"
51 +PERL_RM_FILES=(
52 + t/02pod.t
53 + t/03podcoverage.t
54 +)
55 +SRC_TEST="do"
56
57 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
58 deleted file mode 100644
59 index 1ee1c36..0000000
60 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild
61 +++ /dev/null
62 @@ -1,46 +0,0 @@
63 -# Copyright 1999-2012 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -# $Header: $
66 -EAPI=4
67 -MODULE_AUTHOR=BOBTFISH
68 -MODULE_VERSION=0.05
69 -inherit perl-module
70 -
71 -DESCRIPTION='Memcached storage backend for'
72 -LICENSE=" || ( Artistic GPL-2 )"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE=""
76 -perl_meta_configure() {
77 - # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
78 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
79 -}
80 -perl_meta_build() {
81 - # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
82 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
83 -}
84 -perl_meta_runtime() {
85 - # Cache::Memcached::Managed
86 - echo dev-perl/Cache-Memcached-Managed
87 - # Catalyst::ClassData
88 - echo dev-perl/Catalyst-Runtime
89 - # Catalyst::Plugin::Session 0.26 ( 0.260.0 )
90 - echo \>=dev-perl/Catalyst-Plugin-Session-0.260.0
91 - # MRO::Compat
92 - echo dev-perl/MRO-Compat
93 - # Moose
94 - echo dev-perl/Moose
95 - # MooseX::Emulate::Class::Accessor::Fast
96 - echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
97 - # namespace::clean
98 - echo dev-perl/namespace-clean
99 -}
100 -DEPEND="
101 - $(perl_meta_configure)
102 - $(perl_meta_build)
103 - $(perl_meta_runtime)
104 -"
105 -RDEPEND="
106 - $(perl_meta_runtime)
107 -"
108 -SRC_TEST="do"
109
110 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
111 index 4bb3899..3951b26 100644
112 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
113 +++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
114 @@ -2,6 +2,13 @@
115 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
116 # $Header: $
117
118 +*Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1 (27 Aug 2014)
119 +
120 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
121 + -Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild,
122 + +Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1.ebuild:
123 + EAPI5, Dependency cleanup, test cleanup
124 +
125 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
126 -Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild,
127 -Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild: