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-Store-File/
@ 2013-05-03  4:12 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-05-03  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e20d63ad12b718ff31558769db64f5a59524d985
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 04:01:55 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 04:01:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e20d63ad

[fixdep] dev-perl/Catalyst-Plugin-Session-Store-File -> Class-Data-Inheritable ( normalize )

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

---
 ...talyst-Plugin-Session-Store-File-0.180.0.ebuild |    2 +-
 .../Catalyst-Plugin-Session-Store-File/ChangeLog   |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
index 6069b92..5900ba6 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-	>=dev-perl/Class-Data-Inheritable-0.04
+	>=dev-perl/Class-Data-Inheritable-0.40.0
 	>=dev-perl/Catalyst-Runtime-5.700.0
 	>=dev-perl/Cache-Cache-1.02
 	>=dev-perl/Catalyst-Plugin-Session-0.270.0

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
index 8717c28..d701335 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 May 2013; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:
+  Fix dependency on Class-Data-Inheritable ( normalize )
+
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:
   Fix dependency on MRO-Compat ( normalize )


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-File/
@ 2014-08-27  5:37 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-08-27  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e5dbeb86be3962c5ac8d679d78ada9cc114afbf9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 05:28:33 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 05:28:33 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5dbeb86

[fixup] dev-perl/Catalyst-Plugin-Session-Store-File EAPI5, Test and dep fixups

Package-Manager: portage-2.2.10

---
 ... Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild} | 15 +++++++++++----
 dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog     |  9 ++++++++-
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild
similarity index 70%
rename from dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
rename to dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild
index 5900ba6..72b4461 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 MODULE_AUTHOR=FLORA
 MODULE_VERSION="0.18"
 inherit perl-module
@@ -17,8 +17,15 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	>=dev-perl/Class-Data-Inheritable-0.40.0
 	>=dev-perl/Catalyst-Runtime-5.700.0
-	>=dev-perl/Cache-Cache-1.02
+	>=dev-perl/Cache-Cache-1.20.0
 	>=dev-perl/Catalyst-Plugin-Session-0.270.0
 	>=dev-perl/MRO-Compat-0.100.0
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	virtual/perl-Test-Simple
+"
+PERL_RM_FILES=(
+	t/02pod.t
+	t/03podcoverage.t
+)
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
index d701335..ad55535 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-File
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Session-Store-File-0.180.0-r1 (27 Aug 2014)
+
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Session-Store-File-0.180.0.ebuild,
+  +Catalyst-Plugin-Session-Store-File-0.180.0-r1.ebuild:
+  EAPI5, Test and dep fixups
+
   03 May 2013; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:
   Fix dependency on Class-Data-Inheritable ( normalize )


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-File/
@ 2013-04-28 22:52 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2013-04-28 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ed3486baf9cf3fa1772827f76787927d823fa9e9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 22:35:31 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 22:35:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ed3486ba

[fixdep] Catalyst-Plugin-Session-Store-File -> MRO-Compat ( normalize )

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

---
 ...talyst-Plugin-Session-Store-File-0.180.0.ebuild |    4 ++--
 .../Catalyst-Plugin-Session-Store-File/ChangeLog   |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
index 912d1e6..6069b92 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -19,6 +19,6 @@ RDEPEND="
 	>=dev-perl/Catalyst-Runtime-5.700.0
 	>=dev-perl/Cache-Cache-1.02
 	>=dev-perl/Catalyst-Plugin-Session-0.270.0
-	>=dev-perl/MRO-Compat-0.10
+	>=dev-perl/MRO-Compat-0.100.0
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
index 4c0c1b8..8717c28 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-File
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:
+  Fix dependency on MRO-Compat ( normalize )
+
   10 Sep 2012; Torsten Veller <tove@gentoo.org>
   -Catalyst-Plugin-Session-Store-File-0.170.0.ebuild,
   Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-File/
@ 2012-09-10 15:31 Torsten Veller
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller @ 2012-09-10 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     02b2466504ab613c73188a96d9ffe00fda5c71a3
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 15:31:22 2012 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 15:31:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=02b24665

[fix] dev-perl/Catalyst-Plugin-Session-Store-File RDEPEND

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

---
 ...talyst-Plugin-Session-Store-File-0.170.0.ebuild |   24 --------------------
 ...talyst-Plugin-Session-Store-File-0.180.0.ebuild |    2 +-
 .../Catalyst-Plugin-Session-Store-File/ChangeLog   |    5 ++++
 3 files changed, 6 insertions(+), 25 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.170.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.170.0.ebuild
deleted file mode 100644
index a7477c1..0000000
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.170.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=MRAMBERG
-MODULE_VERSION="0.17"
-inherit perl-module
-
-DESCRIPTION="File storage backend for session data"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-perl/Class-Data-Inheritable-0.04
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	>=dev-perl/Cache-Cache-1.02
-	>=dev-perl/Catalyst-Plugin-Session-0.210.0
-	>=dev-perl/MRO-Compat-0.10
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
index 601c7d4..912d1e6 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
@@ -21,4 +21,4 @@ RDEPEND="
 	>=dev-perl/Catalyst-Plugin-Session-0.270.0
 	>=dev-perl/MRO-Compat-0.10
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
index b286db3..4c0c1b8 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Sep 2012; Torsten Veller <tove@gentoo.org>
+  -Catalyst-Plugin-Session-Store-File-0.170.0.ebuild,
+  Catalyst-Plugin-Session-Store-File-0.180.0.ebuild:
+  Fix RDEPEND. Cleanup
+
 *Catalyst-Plugin-Session-Store-File-0.180.0 (12 Feb 2012)
 *Catalyst-Plugin-Session-Store-File-0.170.0 (12 Feb 2012)
 


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

commit:     f5f40b75e6ad2c868108476d74047a1854ee2c3a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 05:01:36 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=f5f40b75

[migrate/fixdep/qa] Catalyst-Plugin-Session-Store-File , x.y.z , -> Catalyst-Plugin-Session, RDEPEND=DEPEND

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

---
 ...alyst-Plugin-Session-Store-File-0.170.0.ebuild} |    8 +++++---
 ...alyst-Plugin-Session-Store-File-0.180.0.ebuild} |    8 +++++---
 .../Catalyst-Plugin-Session-Store-File/ChangeLog   |   12 +++++++++++-
 3 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.17.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.170.0.ebuild
similarity index 74%
rename from dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.17.ebuild
rename to dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.170.0.ebuild
index 7bfd6d5..a7477c1 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.17.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.170.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: $
 
 MODULE_AUTHOR=MRAMBERG
+MODULE_VERSION="0.17"
 inherit perl-module
 
 DESCRIPTION="File storage backend for session data"
@@ -13,10 +14,11 @@ SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
+RDEPEND="
 	>=dev-perl/Class-Data-Inheritable-0.04
 	>=dev-perl/Catalyst-Runtime-5.700.0
 	>=dev-perl/Cache-Cache-1.02
-	>=dev-perl/Catalyst-Plugin-Session-0.21
+	>=dev-perl/Catalyst-Plugin-Session-0.210.0
 	>=dev-perl/MRO-Compat-0.10
 "
+DEPEND="${RDEPEND}"

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.18.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
similarity index 73%
rename from dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.18.ebuild
rename to dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild
index f34f1c1..601c7d4 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.18.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.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: $
 
 MODULE_AUTHOR=FLORA
+MODULE_VERSION="0.18"
 inherit perl-module
 
 DESCRIPTION="File storage backend for session data"
@@ -13,10 +14,11 @@ SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
+RDEPEND="
 	>=dev-perl/Class-Data-Inheritable-0.04
 	>=dev-perl/Catalyst-Runtime-5.700.0
 	>=dev-perl/Cache-Cache-1.02
-	>=dev-perl/Catalyst-Plugin-Session-0.27
+	>=dev-perl/Catalyst-Plugin-Session-0.270.0
 	>=dev-perl/MRO-Compat-0.10
 "
+RDEPEND="${DEPEND}"

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



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

commit:     69f5c18e3a04b13bded6f9c34f184f875c6c84dd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 13:46:09 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 13:46:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=69f5c18e

[fixdep] Catalyst-Plugin-Session-Store-File -> Catalyst-Runtime

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

---
 .../Catalyst-Plugin-Session-Store-File-0.17.ebuild |    4 ++--
 .../Catalyst-Plugin-Session-Store-File-0.18.ebuild |    4 ++--
 .../Catalyst-Plugin-Session-Store-File/ChangeLog   |    7 ++++++-
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.17.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.17.ebuild
index db1510f..7bfd6d5 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.17.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-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: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="
 	>=dev-perl/Class-Data-Inheritable-0.04
-	>=dev-perl/Catalyst-Runtime-5.700.000
+	>=dev-perl/Catalyst-Runtime-5.700.0
 	>=dev-perl/Cache-Cache-1.02
 	>=dev-perl/Catalyst-Plugin-Session-0.21
 	>=dev-perl/MRO-Compat-0.10

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.18.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.18.ebuild
index 2652355..f34f1c1 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.18.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.18.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: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="
 	>=dev-perl/Class-Data-Inheritable-0.04
-	>=dev-perl/Catalyst-Runtime-5.700.000
+	>=dev-perl/Catalyst-Runtime-5.700.0
 	>=dev-perl/Cache-Cache-1.02
 	>=dev-perl/Catalyst-Plugin-Session-0.27
 	>=dev-perl/MRO-Compat-0.10

diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
index 5f68bae..e1884bd 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-File
-# 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-Store-File-0.17.ebuild,
+  Catalyst-Plugin-Session-Store-File-0.18.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Plugin-Session-Store-File-0.18 (03 Nov 2009)
 
   03 Nov 2009; Michele Beltrame <m@cattlegrid.info>



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

end of thread, other threads:[~2014-08-27  5:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03  4:12 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-File/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-27  5:37 Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-09-10 15:31 Torsten Veller
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