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: Sun, 12 Feb 2012 07:22:58 +0000 (UTC) [thread overview]
Message-ID: <57d164331d70d6fb7fb965059fb2e98afc233c32.kent@gentoo> (raw)
commit: 57d164331d70d6fb7fb965059fb2e98afc233c32
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 05:07:18 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 07:14:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=57d16433
[migrate,fixdep,qa] Catalyst-Plugin-Session-Store-Memcached , -> x.y.z , fixdep Catalyst-Plugin-Session, QA DEPEND=RDEPEND
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
...t-Plugin-Session-Store-Memcached-0.30.0.ebuild} | 9 +++++----
...t-Plugin-Session-Store-Memcached-0.40.0.ebuild} | 9 +++++----
.../ChangeLog | 12 +++++++++++-
3 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild
similarity index 70%
rename from dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild
rename to dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild
index 1552d27..a46e2f7 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="0.03"
inherit perl-module
DESCRIPTION="Memcached storage backend for session data."
-HOMEPAGE="http://search.cpan.org/dist/${P}/"
IUSE=""
@@ -14,8 +14,9 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-DEPEND="
- >=dev-perl/Catalyst-Plugin-Session-0.01
+RDEPEND="
+ >=dev-perl/Catalyst-Plugin-Session-0.10.0
dev-perl/Cache-Memcached-Managed
dev-perl/MRO-Compat
"
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.04.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild
similarity index 69%
rename from dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.04.ebuild
rename to dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild
index b440364..d5fdcac 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.04.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=FLORA
+MODULE_VERSION="0.04"
inherit perl-module
DESCRIPTION="Memcached storage backend for session data."
-HOMEPAGE="http://search.cpan.org/dist/${P}/"
IUSE=""
@@ -14,8 +14,9 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-DEPEND="
- >=dev-perl/Catalyst-Plugin-Session-0.26
+RDEPEND="
+ >=dev-perl/Catalyst-Plugin-Session-0.260.0
dev-perl/Cache-Memcached-Managed
dev-perl/MRO-Compat
"
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
index b7ef08a..05f4c1d 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
@@ -1,7 +1,17 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-Memcached
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Session-Store-Memcached-0.40.0 (12 Feb 2012)
+*Catalyst-Plugin-Session-Store-Memcached-0.30.0 (12 Feb 2012)
+
+ 12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Plugin-Session-Store-Memcached-0.03.ebuild,
+ -Catalyst-Plugin-Session-Store-Memcached-0.04.ebuild,
+ +Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild,
+ +Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild:
+ Migrate to x.y.z , fixdep Catalyst-Plugin-Session, QA
+
*Catalyst-Plugin-Session-Store-Memcached-0.04 (02 Nov 2009)
02 Nov 2009; Michele Beltrame <m@cattlegrid.info>
next reply other threads:[~2012-02-12 7:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-12 7:22 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-04-06 20:42 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-Memcached/ Kent Fredric
2014-08-27 5:37 Kent Fredric
2014-08-27 5:37 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=57d164331d70d6fb7fb965059fb2e98afc233c32.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