public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-State-Cookie/
@ 2015-06-09 11:21 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-09 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e3630d2546974851147e1a443f35758f12c5d739
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 11:20:52 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 11:20:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e3630d25

[fixup] Catalyst-Plugin-Session-State-Cookie: EAPI5, fixup deps and tests

Package-Manager: portage-2.2.17

 ...> Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild} | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild
similarity index 78%
rename from dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild
index 260d107..acf613e 100644
--- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/Catalyst-Plugin-Session-State-Cookie-0.170.0-r1.ebuild
@@ -1,19 +1,21 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
-EAPI=2
+EAPI=5
 MODULE_AUTHOR=MSTROUT
 MODULE_VERSION="0.17"
 inherit perl-module
 
 DESCRIPTION="Catalyst plugin: maintain session IDs using cookies"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
+PERL_RM_FILES=(
+	t/02pod.t
+	t/03podcoverage.t
+)
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.800.50
 	>=dev-perl/Catalyst-Plugin-Session-0.270.0
@@ -22,9 +24,9 @@ RDEPEND="
 	dev-perl/namespace-autoclean
 "
 DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
 	test? (
 		dev-perl/Moose
 		virtual/perl-Test-Simple
 	)
 "
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-State-Cookie/
@ 2012-02-12  7:22 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-12  7:22 UTC (permalink / raw
  To: gentoo-commits

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:



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-State-Cookie/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     553406c72712747e11800eb98b09aa287a55a28b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 12:33:18 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 12:33:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=553406c7

[fixdep] Catalyst-Plugin-Session-State-Cookie -> Catalyst-Runtime

(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 ...atalyst-Plugin-Session-State-Cookie-0.15.ebuild |    4 ++--
 ...atalyst-Plugin-Session-State-Cookie-0.17.ebuild |    4 ++--
 .../Catalyst-Plugin-Session-State-Cookie/ChangeLog |    7 ++++++-
 3 files changed, 10 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.15.ebuild
index 0baed3d..4a67c9b 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.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.050
+	>=dev-perl/Catalyst-Runtime-5.800.50
 	>=dev-perl/Catalyst-Plugin-Session-0.19
 	dev-perl/MRO-Compat
 	dev-perl/Moose

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.17.ebuild
index bd5d339..9b15bdb 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.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.050
+	>=dev-perl/Catalyst-Runtime-5.800.50
 	>=dev-perl/Catalyst-Plugin-Session-0.27
 	dev-perl/MRO-Compat
 	dev-perl/Moose

diff --git a/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog b/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog
index caac254..ecce819 100644
--- a/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-State-Cookie/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session-State-Cookie
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Session-State-Cookie-0.15.ebuild,
+  Catalyst-Plugin-Session-State-Cookie-0.17.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Plugin-Session-State-Cookie-0.17 (02 Nov 2009)
 
   02 Nov 2009; Michele Beltrame <m@cattlegrid.info>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-09 11:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 11:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-State-Cookie/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-12  7:22 Kent Fredric
2011-11-11 14:38 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox