* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-DBI/
@ 2012-02-12 7:22 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-12 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 87e8c538449581904aa2c6a37b21c920ac47e932
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 06:47:37 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 07:14:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=87e8c538
[migrate,fixdep] Catalyst-Plugin-Session-Store-DBI to x.y.z, fixdep on Cat-Plug-Session
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
...talyst-Plugin-Session-Store-DBI-0.160.0.ebuild} | 5 +++--
.../Catalyst-Plugin-Session-Store-DBI/ChangeLog | 9 ++++++++-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0.ebuild
similarity index 81%
rename from dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16.ebuild
rename to dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0.ebuild
index 1e3b713..a3b9ec9 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=FLORA
+MODULE_VERSION="0.16"
inherit perl-module
DESCRIPTION="Store your sessions in a database"
@@ -16,7 +17,7 @@ SRC_TEST="do"
IUSE="test"
RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
- >=dev-perl/Catalyst-Plugin-Session-0.27
+ >=dev-perl/Catalyst-Plugin-Session-0.270.0
dev-perl/DBI
virtual/perl-MIME-Base64
virtual/perl-Storable
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog
index b983dae..dd9f0e8 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-DBI
-# 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-DBI-0.160.0 (12 Feb 2012)
+
+ 12 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Plugin-Session-Store-DBI-0.16.ebuild,
+ +Catalyst-Plugin-Session-Store-DBI-0.160.0.ebuild:
+ Migrate, fixdep on Catalyst-Plugin-Session
+
11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
Catalyst-Plugin-Session-Store-DBI-0.16.ebuild:
Fixdep Catalyst-Runtime
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-DBI/
@ 2015-06-20 9:37 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-20 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 59f7474260e5bd246aadfcbd3c3f843f16d3c33b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 08:33:06 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 08:33:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=59f74742
[fixup] Catalyst-Plugin-Session-Store-DBI: Fix parallel test failures
Package-Manager: portage-2.2.17
.../Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
index 89c1863..ebab3fb 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.160.0-r1.ebuild
@@ -15,6 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+PERL_RM_FILES=(
+ t/02pod.t
+ t/03podcoverage.t
+ t/04critic.t
+)
+PERL_RESTRICT="parallel-test"
RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
>=dev-perl/Catalyst-Plugin-Session-0.270.0
dev-perl/DBI
@@ -22,4 +28,6 @@ RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
virtual/perl-Storable
dev-perl/MRO-Compat"
DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )"
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? ( virtual/perl-Test-Simple )
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-DBI/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 1d5081f2c09fde404da2390fed5be501a8e10a5d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:06:21 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:06:21 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1d5081f2
[fixdep] Catalyst-Plugin-Session-Store-DBI -> Catalyst-Runtime
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Plugin-Session-Store-DBI-0.16.ebuild | 4 ++--
.../Catalyst-Plugin-Session-Store-DBI/ChangeLog | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16.ebuild
index 3b10d26..1e3b713 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16.ebuild
+++ b/dev-perl/Catalyst-Plugin-Session-Store-DBI/Catalyst-Plugin-Session-Store-DBI-0.16.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: $
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE="test"
-RDEPEND=">=dev-perl/Catalyst-Runtime-5.490
+RDEPEND=">=dev-perl/Catalyst-Runtime-5.490.0
>=dev-perl/Catalyst-Plugin-Session-0.27
dev-perl/DBI
virtual/perl-MIME-Base64
diff --git a/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog
index 5b77383..b983dae 100644
--- a/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Session-Store-DBI/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-DBI
-# Copyright 1999-2010 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-DBI-0.16.ebuild:
+ Fixdep Catalyst-Runtime
+
23 Aug 2010; Kent Fredric <kentfredric@gmail.com>
Catalyst-Plugin-Session-Store-DBI-0.16.ebuild:
EAPI=3, Tweak, Check
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-20 9:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-12 7:22 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-DBI/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-20 9:37 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