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/
@ 2011-06-09 19:04 Torsten Veller
  0 siblings, 0 replies; 10+ messages in thread
From: Torsten Veller @ 2011-06-09 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     24b5c6a4ad15640050faffd14ea14a092c0e5884
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 19:02:48 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 19:02:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24b5c6a4

[bump] dev-perl/Catalyst-Plugin-Session-0.320.0

(Portage version: 2.2.0_alpha38/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 .../Catalyst-Plugin-Session-0.320.0.ebuild         |   38 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Session/ChangeLog         |    8 ++++-
 2 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
new file mode 100644
index 0000000..6da2dc9
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.32
+inherit perl-module
+
+DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+RDEPEND="
+	>=dev-perl/Catalyst-Runtime-5.710.010
+	>=dev-perl/namespace-clean-0.10
+	virtual/perl-digest-base
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/Object-Signature
+	dev-perl/MRO-Compat
+	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.00801
+	>=dev-perl/Moose-0.76
+	>=dev-perl/Tie-RefHash-1.34
+	>=virtual/perl-Test-Simple-0.88
+
+"
+#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.03
+#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.02
+DEPEND="${RDEPEND}
+	test? (
+			dev-perl/Test-Deep
+			dev-perl/Test-Exception
+	)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index 2652831..f8589ea 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.320.0 (09 Jun 2011)
+
+  09 Jun 2011; Torsten Veller <tove@gentoo.org>
+  +Catalyst-Plugin-Session-0.320.0.ebuild:
+  Version bump
+
 *Catalyst-Plugin-Session-0.31 (22 Oct 2010)
 
   22 Oct 2010; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

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

[fixdep] Catalyst-Plugin-Session -> Catalyst-Runtime and MooseX-Emulate-Class-Accessor-Fast

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

---
 .../Catalyst-Plugin-Session-0.28.ebuild            |    6 +++---
 .../Catalyst-Plugin-Session-0.29.ebuild            |    6 +++---
 .../Catalyst-Plugin-Session-0.30.ebuild            |    6 +++---
 .../Catalyst-Plugin-Session-0.31.ebuild            |    6 +++---
 .../Catalyst-Plugin-Session-0.320.0.ebuild         |    4 ++--
 dev-perl/Catalyst-Plugin-Session/ChangeLog         |    6 ++++++
 6 files changed, 20 insertions(+), 14 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.28.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.28.ebuild
index 358b828..cfdbad0 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.28.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -13,14 +13,14 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.010
+	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.10
 	virtual/perl-digest-base
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature
 	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.00801
+	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
 	>=dev-perl/Moose-0.76
 "
 DEPEND="${RDEPEND}

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.29.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.29.ebuild
index 358b828..cfdbad0 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.29.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -13,14 +13,14 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.010
+	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.10
 	virtual/perl-digest-base
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature
 	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.00801
+	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
 	>=dev-perl/Moose-0.76
 "
 DEPEND="${RDEPEND}

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.30.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.30.ebuild
index 67ea105..789f723 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.30.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -13,14 +13,14 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.010
+	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.10
 	virtual/perl-digest-base
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature
 	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.00801
+	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
 	>=dev-perl/Moose-0.76
 	>=dev-perl/Tie-RefHash-1.34
 "

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.31.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.31.ebuild
index 4d13d8b..68acadf 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.31.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -13,14 +13,14 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.010
+	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.10
 	virtual/perl-digest-base
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature
 	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.00801
+	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
 	>=dev-perl/Moose-0.76
 	>=dev-perl/Tie-RefHash-1.34
 	>=virtual/perl-Test-Simple-0.88

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
index 6da2dc9..2ca5572 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
@@ -14,14 +14,14 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.010
+	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.10
 	virtual/perl-digest-base
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature
 	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.00801
+	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
 	>=dev-perl/Moose-0.76
 	>=dev-perl/Tie-RefHash-1.34
 	>=virtual/perl-Test-Simple-0.88

diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index f8589ea..740b73c 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Session-0.28.ebuild, Catalyst-Plugin-Session-0.29.ebuild,
+  Catalyst-Plugin-Session-0.30.ebuild, Catalyst-Plugin-Session-0.31.ebuild,
+  Catalyst-Plugin-Session-0.320.0.ebuild:
+  Fixdep on Catalyst-Runtime and MooseX-Emulate-Class-Accessor-Fast
+
 *Catalyst-Plugin-Session-0.320.0 (09 Jun 2011)
 
   09 Jun 2011; Torsten Veller <tove@gentoo.org>



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

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

commit:     dac23f76025e4f20ae47eff385542d0ba584e65d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 04:45:48 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=dac23f76

[migrate] Catalyst-Plugin-Session to x.y.z

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

---
 ...uild => Catalyst-Plugin-Session-0.280.0.ebuild} |    3 ++-
 ...uild => Catalyst-Plugin-Session-0.290.0.ebuild} |    3 ++-
 ...uild => Catalyst-Plugin-Session-0.300.0.ebuild} |    7 ++++---
 ...uild => Catalyst-Plugin-Session-0.310.0.ebuild} |    7 ++++---
 .../Catalyst-Plugin-Session-0.320.0.ebuild         |    4 ++--
 dev-perl/Catalyst-Plugin-Session/ChangeLog         |   16 +++++++++++++++-
 6 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.28.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild
similarity index 92%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.28.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild
index cfdbad0..6c04c5c 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.28.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.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.28"
 inherit perl-module
 
 DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.29.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild
similarity index 92%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.29.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild
index cfdbad0..056981c 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.29.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.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.29"
 inherit perl-module
 
 DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.30.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild
similarity index 81%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.30.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild
index 789f723..a2de38a 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.30.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.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.30"
 inherit perl-module
 
 DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
@@ -24,8 +25,8 @@ RDEPEND="
 	>=dev-perl/Moose-0.76
 	>=dev-perl/Tie-RefHash-1.34
 "
-#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.03
-#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.02
+#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.30.0
+#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.20.0
 DEPEND="${RDEPEND}
 	test? (
 			dev-perl/Test-Deep

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.31.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild
similarity index 81%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.31.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild
index 68acadf..f2a4192 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.31.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.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.31"
 inherit perl-module
 
 DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
@@ -26,8 +27,8 @@ RDEPEND="
 	>=virtual/perl-Test-Simple-0.88
 
 "
-#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.03
-#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.02
+#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.30.0
+#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.20.0
 DEPEND="${RDEPEND}
 	test? (
 			dev-perl/Test-Deep

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
index 2ca5572..fb82285 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
@@ -27,8 +27,8 @@ RDEPEND="
 	>=virtual/perl-Test-Simple-0.88
 
 "
-#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.03
-#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.02
+#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.30.0
+#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.20.0
 DEPEND="${RDEPEND}
 	test? (
 			dev-perl/Test-Deep

diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index 740b73c..3893082 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -1,7 +1,21 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.310.0 (12 Feb 2012)
+*Catalyst-Plugin-Session-0.300.0 (12 Feb 2012)
+*Catalyst-Plugin-Session-0.290.0 (12 Feb 2012)
+*Catalyst-Plugin-Session-0.280.0 (12 Feb 2012)
+
+  12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Session-0.28.ebuild, -Catalyst-Plugin-Session-0.29.ebuild,
+  -Catalyst-Plugin-Session-0.30.ebuild, -Catalyst-Plugin-Session-0.31.ebuild,
+  +Catalyst-Plugin-Session-0.280.0.ebuild,
+  +Catalyst-Plugin-Session-0.290.0.ebuild,
+  +Catalyst-Plugin-Session-0.300.0.ebuild,
+  +Catalyst-Plugin-Session-0.310.0.ebuild:
+  Migrate to x.y.z
+
   11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Session-0.28.ebuild, Catalyst-Plugin-Session-0.29.ebuild,
   Catalyst-Plugin-Session-0.30.ebuild, Catalyst-Plugin-Session-0.31.ebuild,



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     115666715fb204d3803ecd298890f2711ed6e591
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 04:27:44 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 04:27:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=11566671

[newversion] Catalyst-Plugin-Session-0.330.0 / Tests = broken

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

---
 .../Catalyst-Plugin-Session-0.330.0.ebuild         |   60 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Session/ChangeLog         |    6 ++
 2 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild
new file mode 100644
index 0000000..a433e8f
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild
@@ -0,0 +1,60 @@
+# 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.33
+inherit perl-module
+
+DESCRIPTION='Session plugin ties together server side storage and client side state required to maintain session'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::Deep
+	echo dev-perl/Test-Deep
+	# Test::Exception
+	echo dev-perl/Test-Exception
+}
+perl_meta_runtime() {
+	# Catalyst::Runtime 5.71001 ( 5.710.10 )
+	echo \>=dev-perl/Catalyst-Runtime-5.710.10
+	# Digest
+	echo virtual/perl-digest-base
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Moose 0.76 ( 0.760.0 )
+	echo \>=dev-perl/Moose-0.760
+	# MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
+	echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
+	# Object::Signature
+	echo dev-perl/Object-Signature
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Tie::RefHash 1.34 ( 1.340.0 )
+	echo \>=dev-perl/Tie-RefHash-1.34
+	# namespace::clean 0.10 ( 0.100.0 )
+	echo \>=dev-perl/namespace-clean-0.100
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="broken"

diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index 3893082..518fd73 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.330.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-Session-0.330.0.ebuild:
+  Version Bump
+
 *Catalyst-Plugin-Session-0.310.0 (12 Feb 2012)
 *Catalyst-Plugin-Session-0.300.0 (12 Feb 2012)
 *Catalyst-Plugin-Session-0.290.0 (12 Feb 2012)



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
@ 2012-04-06 20:42 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-06 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     50fb6f9f90b50890ea62bf7c73a3b506a9531f53
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 10:44:17 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 10:44:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=50fb6f9f

[newversion] Catalyst-Plugin-Session-0.340.0

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

---
 .../Catalyst-Plugin-Session-0.340.0.ebuild         |   64 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Session/ChangeLog         |    6 ++
 2 files changed, 70 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
new file mode 100644
index 0000000..965aecf
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
@@ -0,0 +1,64 @@
+# 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.34
+inherit perl-module
+
+DESCRIPTION='Session plugin ties together server side storage and client side state required to maintain session'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+	# Plack::Middleware::ForceEnv
+	echo dev-perl/Plack-Middleware-ForceEnv
+	# Test::Deep
+	echo dev-perl/Test-Deep
+	# Test::Exception
+	echo dev-perl/Test-Exception
+	# Test::WWW::Mechanize::PSGI
+	echo dev-perl/Test-WWW-Mechanize-PSGI
+}
+perl_meta_runtime() {
+	# Catalyst::Runtime 5.71001 ( 5.710.10 )
+	echo \>=dev-perl/Catalyst-Runtime-5.710.10
+	# Digest
+	echo virtual/perl-digest-base
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Moose 0.76 ( 0.760.0 )
+	echo \>=dev-perl/Moose-0.760
+	# MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
+	echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
+	# Object::Signature
+	echo dev-perl/Object-Signature
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Tie::RefHash 1.34 ( 1.340.0 )
+	echo \>=dev-perl/Tie-RefHash-1.34
+	# namespace::clean 0.10 ( 0.100.0 )
+	echo \>=dev-perl/namespace-clean-0.100
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+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/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index 518fd73..8b43f18 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.340.0 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-Session-0.340.0.ebuild:
+  Version Bump
+
 *Catalyst-Plugin-Session-0.330.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
@ 2012-05-27  7:47 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-05-27  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     be39224159a3ccc09f4da2445593e59265781389
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 04:06:50 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 04:06:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=be392241

[newversion] Catalyst-Plugin-Session-0.350.0

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

---
 .../Catalyst-Plugin-Session-0.340.0.ebuild         |    2 +-
 ...uild => Catalyst-Plugin-Session-0.350.0.ebuild} |   12 ++++++------
 dev-perl/Catalyst-Plugin-Session/ChangeLog         |    7 +++++++
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
index 965aecf..00f854b 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
@@ -49,7 +49,7 @@ perl_meta_runtime() {
 	# Tie::RefHash 1.34 ( 1.340.0 )
 	echo \>=dev-perl/Tie-RefHash-1.34
 	# namespace::clean 0.10 ( 0.100.0 )
-	echo \>=dev-perl/namespace-clean-0.100
+	echo \>=dev-perl/namespace-clean-0.100.0
 	# perl v5.8.0 ( 5.8.0 )
 	echo \>=dev-lang/perl-5.8.0
 }

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild
similarity index 86%
copy from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
copy to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild
index 965aecf..cb35ac9 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 EAPI=4
 MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.34
+MODULE_VERSION=0.35
 inherit perl-module
 
 DESCRIPTION='Session plugin ties together server side storage and client side state required to maintain session'
@@ -12,12 +12,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
 }
 perl_meta_build() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
 	# Plack::Middleware::ForceEnv
 	echo dev-perl/Plack-Middleware-ForceEnv
 	# Test::Deep
@@ -49,7 +49,7 @@ perl_meta_runtime() {
 	# Tie::RefHash 1.34 ( 1.340.0 )
 	echo \>=dev-perl/Tie-RefHash-1.34
 	# namespace::clean 0.10 ( 0.100.0 )
-	echo \>=dev-perl/namespace-clean-0.100
+	echo \>=dev-perl/namespace-clean-0.100.0
 	# perl v5.8.0 ( 5.8.0 )
 	echo \>=dev-lang/perl-5.8.0
 }

diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index 8b43f18..8eca6c4 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.350.0 (27 May 2012)
+
+  27 May 2012; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Session-0.340.0.ebuild,
+  +Catalyst-Plugin-Session-0.350.0.ebuild:
+  Version Bump
+
 *Catalyst-Plugin-Session-0.340.0 (06 Apr 2012)
 
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
@ 2013-03-02  7:02 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-03-02  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7b4f3d43beb50b4bdd4fc1867ad7f4067c7f5ce4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar  1 21:39:01 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar  1 21:39:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7b4f3d43

[newversion] Catalyst-Plugin-Session-0.370.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 .../Catalyst-Plugin-Session-0.370.0.ebuild         |   62 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Session/ChangeLog         |    6 ++
 2 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild
new file mode 100644
index 0000000..aed9b11
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION='Generic Session plugin - connect server side storage and client side state to maintain session data'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::Deep
+	echo dev-perl/Test-Deep
+	# Test::Exception
+	echo dev-perl/Test-Exception
+	# Test::WWW::Mechanize::PSGI
+	echo dev-perl/Test-WWW-Mechanize-PSGI
+}
+perl_meta_runtime() {
+	# Catalyst::Runtime 5.71001 ( 5.710.10 )
+	echo \>=dev-perl/Catalyst-Runtime-5.710.10
+	# Digest
+	echo virtual/perl-digest-base
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# MRO::Compat
+	echo dev-perl/MRO-Compat
+	# Moose 0.76 ( 0.760.0 )
+	echo \>=dev-perl/Moose-0.760.0
+	# MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
+	echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
+	# Object::Signature
+	echo dev-perl/Object-Signature
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Tie::RefHash 1.34 ( 1.340.0 )
+	echo \>=dev-perl/Tie-RefHash-1.340.0
+	# namespace::clean 0.10 ( 0.100.0 )
+	echo \>=dev-perl/namespace-clean-0.100.0
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+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/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index a8856e1..3d8bdac 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.370.0 (01 Mar 2013)
+
+  01 Mar 2013; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-Session-0.370.0.ebuild:
+  Version Bump
+
   07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Session-0.280.0.ebuild,
   Catalyst-Plugin-Session-0.290.0.ebuild,


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
@ 2014-07-24  3:01 Kent Fredric
  2014-08-20 11:03 ` Kent Fredric
  0 siblings, 1 reply; 10+ messages in thread
From: Kent Fredric @ 2014-07-24  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8145dbe2a60233b5be047e589793243a7ad8956f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 02:36:50 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 02:56:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8145dbe2

[fix] dev-perl/Catalyst-Plugin-Session Fix dep on digest-base -> Digest

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 ...d => Catalyst-Plugin-Session-0.280.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.290.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.300.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.310.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.320.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.330.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.340.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.350.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.360.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.370.0-r1.ebuild} |  4 +--
 dev-perl/Catalyst-Plugin-Session/ChangeLog         | 36 +++++++++++++++++++++-
 11 files changed, 55 insertions(+), 21 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
similarity index 91%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
index 6e77169..0c06c34 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
similarity index 91%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
index c81e3a3..dcd8c49 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
similarity index 93%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
index 67d621a..84ae4a4 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
similarity index 93%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
index eab9631..3b92ddb 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
similarity index 93%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
index 1290861..9dd5635 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
index 99deeeb..98cefa3 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -27,7 +27,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
index 68c9cb3..6557414 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -31,7 +31,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
index 918ef1e..bd8976c 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -31,7 +31,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
index aef257f..056b485 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -29,7 +29,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0-r1.ebuild
index 0cbe998..56fadb4 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -29,7 +29,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index ae00379..5494681 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -1,7 +1,41 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.370.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.360.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.350.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.340.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.330.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.320.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.310.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.300.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.290.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.280.0-r1 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Session-0.280.0.ebuild,
+  +Catalyst-Plugin-Session-0.280.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.290.0.ebuild,
+  +Catalyst-Plugin-Session-0.290.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.300.0.ebuild,
+  +Catalyst-Plugin-Session-0.300.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.310.0.ebuild,
+  +Catalyst-Plugin-Session-0.310.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.320.0.ebuild,
+  +Catalyst-Plugin-Session-0.320.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.330.0.ebuild,
+  +Catalyst-Plugin-Session-0.330.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.340.0.ebuild,
+  +Catalyst-Plugin-Session-0.340.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.350.0.ebuild,
+  +Catalyst-Plugin-Session-0.350.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.360.0.ebuild,
+  +Catalyst-Plugin-Session-0.360.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.370.0.ebuild,
+  +Catalyst-Plugin-Session-0.370.0-r1.ebuild:
+  Fix dep on digest-base -> Digest
+
   02 Mar 2013; Torsten Veller <tove@gentoo.org>
   Catalyst-Plugin-Session-0.300.0.ebuild,
   Catalyst-Plugin-Session-0.310.0.ebuild,


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
  2014-07-24  3:01 Kent Fredric
@ 2014-08-20 11:03 ` Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-08-20 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8145dbe2a60233b5be047e589793243a7ad8956f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 02:36:50 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 02:56:56 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8145dbe2

[fix] dev-perl/Catalyst-Plugin-Session Fix dep on digest-base -> Digest

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 ...d => Catalyst-Plugin-Session-0.280.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.290.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.300.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.310.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.320.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.330.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.340.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.350.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.360.0-r1.ebuild} |  4 +--
 ...d => Catalyst-Plugin-Session-0.370.0-r1.ebuild} |  4 +--
 dev-perl/Catalyst-Plugin-Session/ChangeLog         | 36 +++++++++++++++++++++-
 11 files changed, 55 insertions(+), 21 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
similarity index 91%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
index 6e77169..0c06c34 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
similarity index 91%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
index c81e3a3..dcd8c49 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
similarity index 93%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
index 67d621a..84ae4a4 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
similarity index 93%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
index eab9631..3b92ddb 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
similarity index 93%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
index 1290861..9dd5635 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -16,7 +16,7 @@ IUSE="test"
 RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.710.10
 	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-digest-base
+	virtual/perl-Digest
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/Object-Signature

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
index 99deeeb..98cefa3 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -27,7 +27,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
index 68c9cb3..6557414 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -31,7 +31,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
index 918ef1e..bd8976c 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -31,7 +31,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
index aef257f..056b485 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -29,7 +29,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0-r1.ebuild
similarity index 95%
rename from dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0-r1.ebuild
index 0cbe998..56fadb4 100644
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.370.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -29,7 +29,7 @@ perl_meta_runtime() {
 	# Catalyst::Runtime 5.71001 ( 5.710.10 )
 	echo \>=dev-perl/Catalyst-Runtime-5.710.10
 	# Digest
-	echo virtual/perl-digest-base
+	echo virtual/perl-Digest
 	# File::Spec
 	echo virtual/perl-File-Spec
 	# File::Temp

diff --git a/dev-perl/Catalyst-Plugin-Session/ChangeLog b/dev-perl/Catalyst-Plugin-Session/ChangeLog
index ae00379..5494681 100644
--- a/dev-perl/Catalyst-Plugin-Session/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session/ChangeLog
@@ -1,7 +1,41 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-0.370.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.360.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.350.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.340.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.330.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.320.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.310.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.300.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.290.0-r1 (24 Jul 2014)
+*Catalyst-Plugin-Session-0.280.0-r1 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Session-0.280.0.ebuild,
+  +Catalyst-Plugin-Session-0.280.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.290.0.ebuild,
+  +Catalyst-Plugin-Session-0.290.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.300.0.ebuild,
+  +Catalyst-Plugin-Session-0.300.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.310.0.ebuild,
+  +Catalyst-Plugin-Session-0.310.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.320.0.ebuild,
+  +Catalyst-Plugin-Session-0.320.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.330.0.ebuild,
+  +Catalyst-Plugin-Session-0.330.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.340.0.ebuild,
+  +Catalyst-Plugin-Session-0.340.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.350.0.ebuild,
+  +Catalyst-Plugin-Session-0.350.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.360.0.ebuild,
+  +Catalyst-Plugin-Session-0.360.0-r1.ebuild,
+  -Catalyst-Plugin-Session-0.370.0.ebuild,
+  +Catalyst-Plugin-Session-0.370.0-r1.ebuild:
+  Fix dep on digest-base -> Digest
+
   02 Mar 2013; Torsten Veller <tove@gentoo.org>
   Catalyst-Plugin-Session-0.300.0.ebuild,
   Catalyst-Plugin-Session-0.310.0.ebuild,


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/
@ 2014-10-11 18:46 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-10-11 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     57cfb3e55775691b90142a2e956ed27596672fb2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:22:17 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:22:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=57cfb3e5

[cleanup] dev-perl/Catalyst-Plugin-Session remove old

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-Session-0.280.0-r1.ebuild      | 34 ------------
 .../Catalyst-Plugin-Session-0.290.0-r1.ebuild      | 34 ------------
 .../Catalyst-Plugin-Session-0.300.0-r1.ebuild      | 37 -------------
 .../Catalyst-Plugin-Session-0.310.0-r1.ebuild      | 38 -------------
 .../Catalyst-Plugin-Session-0.320.0-r1.ebuild      | 38 -------------
 .../Catalyst-Plugin-Session-0.330.0-r1.ebuild      | 60 --------------------
 .../Catalyst-Plugin-Session-0.340.0-r1.ebuild      | 64 ----------------------
 .../Catalyst-Plugin-Session-0.350.0-r1.ebuild      | 64 ----------------------
 .../Catalyst-Plugin-Session-0.360.0-r1.ebuild      | 62 ---------------------
 9 files changed, 431 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
deleted file mode 100644
index 0c06c34..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.280.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.28"
-inherit perl-module
-
-DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.10
-	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-Digest
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/Object-Signature
-	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	>=dev-perl/Moose-0.760.0
-"
-DEPEND="${RDEPEND}
-	test? (
-			dev-perl/Test-Deep
-			dev-perl/Test-Exception
-			virtual/perl-Test-Simple
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
deleted file mode 100644
index dcd8c49..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.290.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.29"
-inherit perl-module
-
-DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.10
-	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-Digest
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/Object-Signature
-	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	>=dev-perl/Moose-0.760.0
-"
-DEPEND="${RDEPEND}
-	test? (
-			dev-perl/Test-Deep
-			dev-perl/Test-Exception
-			virtual/perl-Test-Simple
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
deleted file mode 100644
index 84ae4a4..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.300.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.30"
-inherit perl-module
-
-DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.10
-	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-Digest
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/Object-Signature
-	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	>=dev-perl/Moose-0.760.0
-	>=virtual/perl-Tie-RefHash-1.340.0
-"
-#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.30.0
-#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.20.0
-DEPEND="${RDEPEND}
-	test? (
-			dev-perl/Test-Deep
-			dev-perl/Test-Exception
-			virtual/perl-Test-Simple
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
deleted file mode 100644
index 3b92ddb..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.310.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.31"
-inherit perl-module
-
-DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.10
-	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-Digest
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/Object-Signature
-	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	>=dev-perl/Moose-0.760.0
-	>=virtual/perl-Tie-RefHash-1.340.0
-	>=virtual/perl-Test-Simple-0.88
-
-"
-#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.30.0
-#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.20.0
-DEPEND="${RDEPEND}
-	test? (
-			dev-perl/Test-Deep
-			dev-perl/Test-Exception
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
deleted file mode 100644
index 9dd5635..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.320.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.32
-inherit perl-module
-
-DESCRIPTION="Generic session plugin joining server side storage and client side state to maintain session data"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.710.10
-	>=dev-perl/namespace-clean-0.100.0
-	virtual/perl-Digest
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/Object-Signature
-	dev-perl/MRO-Compat
-	>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	>=dev-perl/Moose-0.760.0
-	>=virtual/perl-Tie-RefHash-1.340.0
-	>=virtual/perl-Test-Simple-0.88
-
-"
-#	!<=dev-perl/Catalyst-Plugin-Session-State-Cookie-0.30.0
-#	!<=dev-perl/Catalyst-Plugin-Session-State-URI-0.20.0
-DEPEND="${RDEPEND}
-	test? (
-			dev-perl/Test-Deep
-			dev-perl/Test-Exception
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
deleted file mode 100644
index 98cefa3..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.330.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.33
-inherit perl-module
-
-DESCRIPTION='Session plugin ties together server side storage and client side state required to maintain session'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Test::Deep
-	echo dev-perl/Test-Deep
-	# Test::Exception
-	echo dev-perl/Test-Exception
-}
-perl_meta_runtime() {
-	# Catalyst::Runtime 5.71001 ( 5.710.10 )
-	echo \>=dev-perl/Catalyst-Runtime-5.710.10
-	# Digest
-	echo virtual/perl-Digest
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose 0.76 ( 0.760.0 )
-	echo \>=dev-perl/Moose-0.760.0
-	# MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
-	echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	# Object::Signature
-	echo dev-perl/Object-Signature
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Tie::RefHash 1.34 ( 1.340.0 )
-	echo \>=virtual/perl-Tie-RefHash-1.340.0
-	# namespace::clean 0.10 ( 0.100.0 )
-	echo \>=dev-perl/namespace-clean-0.100.0
-	# perl v5.8.0 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="broken"

diff --git a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
deleted file mode 100644
index 6557414..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.340.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.34
-inherit perl-module
-
-DESCRIPTION='Session plugin ties together server side storage and client side state required to maintain session'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
-	# Plack::Middleware::ForceEnv
-	echo dev-perl/Plack-Middleware-ForceEnv
-	# Test::Deep
-	echo dev-perl/Test-Deep
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::WWW::Mechanize::PSGI
-	echo dev-perl/Test-WWW-Mechanize-PSGI
-}
-perl_meta_runtime() {
-	# Catalyst::Runtime 5.71001 ( 5.710.10 )
-	echo \>=dev-perl/Catalyst-Runtime-5.710.10
-	# Digest
-	echo virtual/perl-Digest
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose 0.76 ( 0.760.0 )
-	echo \>=dev-perl/Moose-0.760.0
-	# MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
-	echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	# Object::Signature
-	echo dev-perl/Object-Signature
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Tie::RefHash 1.34 ( 1.340.0 )
-	echo \>=virtual/perl-Tie-RefHash-1.340.0
-	# namespace::clean 0.10 ( 0.100.0 )
-	echo \>=dev-perl/namespace-clean-0.100.0
-	# perl v5.8.0 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-}
-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/Catalyst-Plugin-Session-0.350.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
deleted file mode 100644
index bd8976c..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.350.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.35
-inherit perl-module
-
-DESCRIPTION='Session plugin ties together server side storage and client side state required to maintain session'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Plack::Middleware::ForceEnv
-	echo dev-perl/Plack-Middleware-ForceEnv
-	# Test::Deep
-	echo dev-perl/Test-Deep
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::WWW::Mechanize::PSGI
-	echo dev-perl/Test-WWW-Mechanize-PSGI
-}
-perl_meta_runtime() {
-	# Catalyst::Runtime 5.71001 ( 5.710.10 )
-	echo \>=dev-perl/Catalyst-Runtime-5.710.10
-	# Digest
-	echo virtual/perl-Digest
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose 0.76 ( 0.760.0 )
-	echo \>=dev-perl/Moose-0.760.0
-	# MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
-	echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	# Object::Signature
-	echo dev-perl/Object-Signature
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Tie::RefHash 1.34 ( 1.340.0 )
-	echo \>=virtual/perl-Tie-RefHash-1.340.0
-	# namespace::clean 0.10 ( 0.100.0 )
-	echo \>=dev-perl/namespace-clean-0.100.0
-	# perl v5.8.0 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-}
-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/Catalyst-Plugin-Session-0.360.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
deleted file mode 100644
index 056b485..0000000
--- a/dev-perl/Catalyst-Plugin-Session/Catalyst-Plugin-Session-0.360.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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.36
-inherit perl-module
-
-DESCRIPTION='Generic Session plugin - connect server side storage and client side state to maintain session data'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	# Test::Deep
-	echo dev-perl/Test-Deep
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::WWW::Mechanize::PSGI
-	echo dev-perl/Test-WWW-Mechanize-PSGI
-}
-perl_meta_runtime() {
-	# Catalyst::Runtime 5.71001 ( 5.710.10 )
-	echo \>=dev-perl/Catalyst-Runtime-5.710.10
-	# Digest
-	echo virtual/perl-Digest
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose 0.76 ( 0.760.0 )
-	echo \>=dev-perl/Moose-0.760.0
-	# MooseX::Emulate::Class::Accessor::Fast 0.00801 ( 0.8.10 )
-	echo \>=dev-perl/MooseX-Emulate-Class-Accessor-Fast-0.8.10
-	# Object::Signature
-	echo dev-perl/Object-Signature
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Tie::RefHash 1.34 ( 1.340.0 )
-	echo \>=virtual/perl-Tie-RefHash-1.340.0
-	# namespace::clean 0.10 ( 0.100.0 )
-	echo \>=dev-perl/namespace-clean-0.100.0
-	# perl v5.8.0 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2014-10-11 18:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 18:46 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-07-24  3:01 Kent Fredric
2014-08-20 11:03 ` Kent Fredric
2013-03-02  7:02 Kent Fredric
2012-05-27  7:47 Kent Fredric
2012-04-06 20:42 Kent Fredric
2012-03-27  9:30 Kent Fredric
2012-02-12  7:22 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-06-09 19:04 Torsten Veller

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