From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-Memcached/
Date: Wed, 27 Aug 2014 05:37:36 +0000 (UTC) [thread overview]
Message-ID: <1409117742.aeb44fd653d506d08575dc27cb82d01f295b940f.kent@gentoo> (raw)
commit: aeb44fd653d506d08575dc27cb82d01f295b940f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 05:35:42 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 05:35:42 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=aeb44fd6
[fixup] dev-perl/Catalyst-Plugin-Session-Store-Memcached EAPI5, Dependency cleanup, test cleanup
Package-Manager: portage-2.2.10
---
...Plugin-Session-Store-Memcached-0.50.0-r1.ebuild | 32 +++++++++++++++
...st-Plugin-Session-Store-Memcached-0.50.0.ebuild | 46 ----------------------
.../ChangeLog | 7 ++++
3 files changed, 39 insertions(+), 46 deletions(-)
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
new file mode 100644
index 0000000..66c59ca
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION='Memcached storage backend for'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Catalyst::ClassData -> Catalyst-Runtime
+RDEPEND="
+ dev-perl/Cache-Memcached-Managed
+ dev-perl/Catalyst-Runtime
+ >=dev-perl/Catalyst-Plugin-Session-0.260.0
+ dev-perl/MRO-Compat
+ dev-perl/Moose
+ dev-perl/MooseX-Emulate-Class-Accessor-Fast
+ dev-perl/namespace-clean
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.360.0
+"
+PERL_RM_FILES=(
+ t/02pod.t
+ t/03podcoverage.t
+)
+SRC_TEST="do"
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
deleted file mode 100644
index 1ee1c36..0000000
--- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION='Memcached storage backend for'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_runtime() {
- # Cache::Memcached::Managed
- echo dev-perl/Cache-Memcached-Managed
- # Catalyst::ClassData
- echo dev-perl/Catalyst-Runtime
- # Catalyst::Plugin::Session 0.26 ( 0.260.0 )
- echo \>=dev-perl/Catalyst-Plugin-Session-0.260.0
- # MRO::Compat
- echo dev-perl/MRO-Compat
- # Moose
- echo dev-perl/Moose
- # MooseX::Emulate::Class::Accessor::Fast
- echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
- # namespace::clean
- echo dev-perl/namespace-clean
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
index 4bb3899..3951b26 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1 (27 Aug 2014)
+
+ 27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Plugin-Session-Store-Memcached-0.50.0.ebuild,
+ +Catalyst-Plugin-Session-Store-Memcached-0.50.0-r1.ebuild:
+ EAPI5, Dependency cleanup, test cleanup
+
27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
-Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild,
-Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild:
next reply other threads:[~2014-08-27 5:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-27 5:37 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-27 5:37 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-Memcached/ Kent Fredric
2012-04-06 20:42 Kent Fredric
2012-02-12 7:22 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1409117742.aeb44fd653d506d08575dc27cb82d01f295b940f.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox