public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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-State-Cookie/
Date: Sun, 12 Feb 2012 07:22:58 +0000 (UTC)	[thread overview]
Message-ID: <7f55c872349cbc519418c60cc432acfc6863fca9.kent@gentoo> (raw)

commit:     7f55c872349cbc519418c60cc432acfc6863fca9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 04:56:19 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=7f55c872

[migrate/fix] Catalyst-Plugin-Session-State-Cookie to x.y.z, fixdep on Catalyst-Plugin-Session

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 ...yst-Plugin-Session-State-Cookie-0.150.0.ebuild} |    5 +++--
 ...yst-Plugin-Session-State-Cookie-0.170.0.ebuild} |    5 +++--
 .../Catalyst-Plugin-Session-State-Cookie/ChangeLog |   12 +++++++++++-
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.15.ebuild b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.150.0.ebuild
similarity index 82%
rename from dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.15.ebuild
rename to dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.150.0.ebuild
index 4a67c9b..7578b50 100644
--- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.15.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.150.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="0.15"
 inherit perl-module
 
 DESCRIPTION="Catalyst plugin: maintain session IDs using cookies"
@@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.800.50
-	>=dev-perl/Catalyst-Plugin-Session-0.19
+	>=dev-perl/Catalyst-Plugin-Session-0.190.0
 	dev-perl/MRO-Compat
 	dev-perl/Moose
 	dev-perl/namespace-autoclean

diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.17.ebuild b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
similarity index 82%
rename from dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.17.ebuild
rename to dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
index 9b15bdb..260d107 100644
--- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.17.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 MODULE_AUTHOR=MSTROUT
+MODULE_VERSION="0.17"
 inherit perl-module
 
 DESCRIPTION="Catalyst plugin: maintain session IDs using cookies"
@@ -15,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.800.50
-	>=dev-perl/Catalyst-Plugin-Session-0.27
+	>=dev-perl/Catalyst-Plugin-Session-0.270.0
 	dev-perl/MRO-Compat
 	dev-perl/Moose
 	dev-perl/namespace-autoclean

diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog b/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog
index ecce819..fbeddf1 100644
--- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog
@@ -1,7 +1,17 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session-State-Cookie
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-State-Cookie-0.170.0 (12 Feb 2012)
+*Catalyst-Plugin-Session-State-Cookie-0.150.0 (12 Feb 2012)
+
+  12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Session-State-Cookie-0.15.ebuild,
+  -Catalyst-Plugin-Session-State-Cookie-0.17.ebuild,
+  +Catalyst-Plugin-Session-State-Cookie-0.150.0.ebuild,
+  +Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild:
+  Migrate to x.y.z, fixdep on Catalyst-Plugin-Session
+
   11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Session-State-Cookie-0.15.ebuild,
   Catalyst-Plugin-Session-State-Cookie-0.17.ebuild:



             reply	other threads:[~2012-02-12  7:24 UTC|newest]

Thread overview: 3+ 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 --
2015-06-09 11:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-State-Cookie/ Kent Fredric
2011-11-11 14:38 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=7f55c872349cbc519418c60cc432acfc6863fca9.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