* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/
@ 2011-11-11 14:38 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 5980296e2927550b811a7b6b8d7e981bea1f4d1a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:27:43 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:27:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5980296e
[fixdep] Catalyst-Plugin-Cache -> Catalyst-Runtime
(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Plugin-Cache-0.09.ebuild | 4 ++--
.../Catalyst-Plugin-Cache-0.10.ebuild | 4 ++--
dev-perl/Catalyst-Plugin-Cache/ChangeLog | 6 +++++-
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.09.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.09.ebuild
index f22a1bb..018a480 100644
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.09.ebuild
+++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.09.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: $
@@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
DEPEND="
- >=dev-perl/Catalyst-Runtime-5.700
+ >=dev-perl/Catalyst-Runtime-5.700.0
dev-perl/Test-Deep
dev-perl/Test-Exception
dev-perl/MRO-Compat
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.10.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.10.ebuild
index 97072f5..b820065 100644
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.10.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: $
@@ -16,7 +16,7 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
- >=dev-perl/Catalyst-Runtime-5.700
+ >=dev-perl/Catalyst-Runtime-5.700.0
dev-perl/MRO-Compat
dev-perl/Task-Weaken
"
diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
index 9590107..4dd849d 100644
--- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Cache
-# 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-Cache-0.09.ebuild, Catalyst-Plugin-Cache-0.10.ebuild:
+ Fixdep Catalyst-Runtime
+
*Catalyst-Plugin-Cache-0.10 (09 Aug 2010)
09 Aug 2010; Michele Beltrame <m@cattlegrid.info>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/
@ 2012-02-27 21:01 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 520726e65f1f03e043b461e155f258d3bb127481
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 19:57:04 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 19:57:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=520726e6
[migrate] Catalyst-Plugin-Cache
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
...ebuild => Catalyst-Plugin-Cache-0.100.0.ebuild} | 3 ++-
....ebuild => Catalyst-Plugin-Cache-0.90.0.ebuild} | 3 ++-
dev-perl/Catalyst-Plugin-Cache/ChangeLog | 10 +++++++++-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.10.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
similarity index 88%
rename from dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.10.ebuild
rename to dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
index b820065..e8c63a2 100644
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.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=2
MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION="0.10"
inherit perl-module
DESCRIPTION="Flexible caching support for Catalyst"
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.09.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
similarity index 85%
rename from dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.09.ebuild
rename to dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
index 018a480..4a698c4 100644
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.09.ebuild
+++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.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=BOBTFISH
+MODULE_VERSION="0.09"
inherit perl-module
DESCRIPTION="Flexible caching support for Catalyst"
diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
index 4dd849d..d117c9f 100644
--- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Cache
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Cache-0.100.0 (27 Feb 2012)
+*Catalyst-Plugin-Cache-0.90.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Plugin-Cache-0.09.ebuild, -Catalyst-Plugin-Cache-0.10.ebuild,
+ +Catalyst-Plugin-Cache-0.90.0.ebuild, +Catalyst-Plugin-Cache-0.100.0.ebuild:
+ Migrate to x.y.z
+
11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
Catalyst-Plugin-Cache-0.09.ebuild, Catalyst-Plugin-Cache-0.10.ebuild:
Fixdep Catalyst-Runtime
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/
@ 2012-03-27 9:30 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-03-27 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 45f24489d66b48b423e3eb2338296bccee00dd6e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 04:18:31 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 04:18:31 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=45f24489
[newversion] Catalyst-Plugin-Cache-0.110.0
(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../Catalyst-Plugin-Cache-0.110.0.ebuild | 46 ++++++++++++++++++++
dev-perl/Catalyst-Plugin-Cache/ChangeLog | 6 +++
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
new file mode 100644
index 0000000..10dc5fa
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
@@ -0,0 +1,46 @@
+# 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.11
+inherit perl-module
+
+DESCRIPTION='Flexible caching support for Catalyst.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+ # Test::Deep
+ echo dev-perl/Test-Deep
+ # Test::Exception
+ echo dev-perl/Test-Exception
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+ # Catalyst 5.8 ( 5.800.0 )
+ echo \>=dev-perl/Catalyst-Runtime-5.800.0
+ # MRO::Compat
+ echo dev-perl/MRO-Compat
+ # Storable
+ echo virtual/perl-Storable
+ # Task::Weaken
+ echo dev-perl/Task-Weaken
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
index d117c9f..f2bb125 100644
--- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Cache-0.110.0 (27 Mar 2012)
+
+ 27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Plugin-Cache-0.110.0.ebuild:
+ Version Bump
+
*Catalyst-Plugin-Cache-0.100.0 (27 Feb 2012)
*Catalyst-Plugin-Cache-0.90.0 (27 Feb 2012)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/
@ 2013-03-02 7:01 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-03-02 7:01 UTC (permalink / raw
To: gentoo-commits
commit: 29dd093ce1ef270f345db92f10127a191ef84f59
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 27 00:36:41 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 27 00:36:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=29dd093c
[newversion] Catalyst-Plugin-Cache-0.120.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../Catalyst-Plugin-Cache-0.120.0.ebuild | 46 ++++++++++++++++++++
dev-perl/Catalyst-Plugin-Cache/ChangeLog | 8 +++-
2 files changed, 53 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild
new file mode 100644
index 0000000..5e9a5c1
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild
@@ -0,0 +1,46 @@
+# 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.12
+inherit perl-module
+
+DESCRIPTION='Flexible caching support for Catalyst.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+ # Test::Deep
+ echo dev-perl/Test-Deep
+ # Test::Exception
+ echo dev-perl/Test-Exception
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+ # Catalyst 5.8 ( 5.800.0 )
+ echo \>=dev-perl/Catalyst-Runtime-5.800.0
+ # MRO::Compat
+ echo dev-perl/MRO-Compat
+ # Storable
+ echo virtual/perl-Storable
+ # Task::Weaken
+ echo dev-perl/Task-Weaken
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
index f2bb125..a5167b0 100644
--- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Cache
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Plugin-Cache-0.120.0 (27 Feb 2013)
+
+ 27 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Plugin-Cache-0.120.0.ebuild:
+ Version Bump
+
*Catalyst-Plugin-Cache-0.110.0 (27 Mar 2012)
27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/
@ 2014-08-26 19:06 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-08-26 19:06 UTC (permalink / raw
To: gentoo-commits
commit: beb22561b2e84fae54c98addd3d1ee29084adb1b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 18:57:03 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 18:57:03 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=beb22561
[cleanup] dev-perl/Catalyst-Plugin-Cache Remove old EAPIS
Package-Manager: portage-2.2.10
---
.../Catalyst-Plugin-Cache-0.100.0.ebuild | 33 ----------------
.../Catalyst-Plugin-Cache-0.110.0.ebuild | 46 ----------------------
.../Catalyst-Plugin-Cache-0.90.0.ebuild | 22 -----------
dev-perl/Catalyst-Plugin-Cache/ChangeLog | 7 +++-
4 files changed, 6 insertions(+), 102 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
deleted file mode 100644
index e8c63a2..0000000
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.10"
-inherit perl-module
-
-DESCRIPTION="Flexible caching support for Catalyst"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
- >=dev-perl/Catalyst-Runtime-5.700.0
- dev-perl/MRO-Compat
- dev-perl/Task-Weaken
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-DEPEND="
- ${COMMON_DEPEND}
- dev-perl/Test-Deep
- dev-perl/Test-Exception
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
deleted file mode 100644
index 10dc5fa..0000000
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.11
-inherit perl-module
-
-DESCRIPTION='Flexible caching support for Catalyst.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
- # Test::Deep
- echo dev-perl/Test-Deep
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
- # Catalyst 5.8 ( 5.800.0 )
- echo \>=dev-perl/Catalyst-Runtime-5.800.0
- # MRO::Compat
- echo dev-perl/MRO-Compat
- # Storable
- echo virtual/perl-Storable
- # Task::Weaken
- echo dev-perl/Task-Weaken
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
deleted file mode 100644
index 4a698c4..0000000
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.09"
-inherit perl-module
-
-DESCRIPTION="Flexible caching support for Catalyst"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- >=dev-perl/Catalyst-Runtime-5.700.0
- dev-perl/Test-Deep
- dev-perl/Test-Exception
- dev-perl/MRO-Compat
-"
diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
index a5167b0..832ebf7 100644
--- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Catalyst-Plugin-Cache
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Plugin-Cache-0.90.0.ebuild, -Catalyst-Plugin-Cache-0.100.0.ebuild,
+ -Catalyst-Plugin-Cache-0.110.0.ebuild:
+ Remove old EAPIS
+
*Catalyst-Plugin-Cache-0.120.0 (27 Feb 2013)
27 Feb 2013; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-26 19:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 21:01 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-08-26 19:06 Kent Fredric
2013-03-02 7:01 Kent Fredric
2012-03-27 9:30 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