* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2012-02-22 22:30 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2012-02-22 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 6230e678a9c770f29c5608f4c908a65538109eba
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 22 18:59:49 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 22 18:59:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6230e678
[newversion] Catalyst-Manual-5.900.300
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../Catalyst-Manual-5.900.300.ebuild | 31 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 8 ++++-
2 files changed, 38 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.300.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.300.ebuild
new file mode 100644
index 0000000..c0d5528
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.300.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=5.9003
+inherit perl-module
+
+DESCRIPTION="The Catalyst developer's manual"
+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::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index 049776f..1665c19 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Catalyst-Manual
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.900.300 (22 Feb 2012)
+
+ 22 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.900.300.ebuild:
+ Version Bump
+
*Catalyst-Manual-5.900.200 (22 Sep 2011)
22 Sep 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2015-04-29 18:02 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2015-04-29 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 1f185070a71158e1b1ead0983ecbc328c96499dd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 14:52:37 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 29 14:52:37 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1f185070
[cleanup] Catalyst-Manual: Remove old versions
Package-Manager: portage-2.2.17
.../Catalyst-Manual-5.800.400.ebuild | 23 ----------------
.../Catalyst-Manual-5.800.500.ebuild | 23 ----------------
.../Catalyst-Manual-5.800.700.ebuild | 23 ----------------
.../Catalyst-Manual-5.800.800.ebuild | 23 ----------------
.../Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild | 23 ----------------
.../Catalyst-Manual-5.900.200.ebuild | 24 -----------------
.../Catalyst-Manual-5.900.300.ebuild | 31 ----------------------
.../Catalyst-Manual-5.900.400.ebuild | 31 ----------------------
.../Catalyst-Manual-5.900.500.ebuild | 31 ----------------------
.../Catalyst-Manual-5.900.600.ebuild | 31 ----------------------
10 files changed, 263 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
deleted file mode 100644
index f8f2c96..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=HKCLARK
-MODULE_VERSION="5.8004"
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
deleted file mode 100644
index 9b9fff1..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=ZARQUON
-MODULE_VERSION="5.8005"
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild
deleted file mode 100644
index bbedde5..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=5.8007
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.800.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.800.ebuild
deleted file mode 100644
index 5885a34..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.800.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=5.8008
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild
deleted file mode 100644
index f8d2e33..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=5.9000
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.200.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.200.ebuild
deleted file mode 100644
index 2cc5b9d..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.200.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=HKCLARK
-MODULE_VERSION=5.9002
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { true;}
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- $(comment Test::More)
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.300.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.300.ebuild
deleted file mode 100644
index c0d5528..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.300.ebuild
+++ /dev/null
@@ -1,31 +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=5.9003
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-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::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.400.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.400.ebuild
deleted file mode 100644
index 31dfb1f..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.400.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ZARQUON
-MODULE_VERSION=5.9004
-inherit perl-module
-
-DESCRIPTION='The Catalyst developer'\''s manual'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
- # Test::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild
deleted file mode 100644
index 18b2b92..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ZARQUON
-MODULE_VERSION=5.9005
-inherit perl-module
-
-DESCRIPTION='The Catalyst developer'\''s manual'
-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::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.600.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.600.ebuild
deleted file mode 100644
index 9c214a9..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.600.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=HKCLARK
-MODULE_VERSION=5.9006
-inherit perl-module
-
-DESCRIPTION='The Catalyst developer'\''s manual'
-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::More
- echo virtual/perl-Test-Simple
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2013-05-09 11:44 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2013-05-09 11:44 UTC (permalink / raw
To: gentoo-commits
commit: 74be9dfebe239626e1980fb681e51c974a59bc97
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 9 09:35:20 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 9 09:35:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=74be9dfe
[newversion] dev-perl/Catalyst-Manual-5.900.700
Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../Catalyst-Manual-5.900.700.ebuild | 31 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 8 ++++-
2 files changed, 38 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.700.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.700.ebuild
new file mode 100644
index 0000000..6d75e7d
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.700.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=5.9007
+inherit perl-module
+
+DESCRIPTION='The Catalyst developer'\''s manual'
+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::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do parallel"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index e81db06..7ae2d29 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Catalyst-Manual
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.900.700 (09 May 2013)
+
+ 09 May 2013; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.900.700.ebuild:
+ Version Bump
+
*Catalyst-Manual-5.900.600 (10 Nov 2012)
10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2012-11-10 15:05 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2012-11-10 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 93a72c04c33a3010b97fb599fd72bddc8e8041c3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 06:54:39 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Nov 10 06:54:39 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=93a72c04
[newversion] Catalyst-Manual-5.900.600
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../Catalyst-Manual-5.900.600.ebuild | 31 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 ++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.600.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.600.ebuild
new file mode 100644
index 0000000..9c214a9
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.600.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=HKCLARK
+MODULE_VERSION=5.9006
+inherit perl-module
+
+DESCRIPTION='The Catalyst developer'\''s manual'
+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::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index ac605a6..e81db06 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.900.600 (10 Nov 2012)
+
+ 10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.900.600.ebuild:
+ Version Bump
+
*Catalyst-Manual-5.900.500 (04 Nov 2012)
04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2012-11-04 13:51 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2012-11-04 13:51 UTC (permalink / raw
To: gentoo-commits
commit: e5082155d3b9e93ee0b61d60f031be946b0a3832
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov 4 12:05:51 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov 4 12:05:51 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5082155
[newversion] Catalyst-Manual-5.900.500
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../Catalyst-Manual-5.900.500.ebuild | 31 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 ++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild
new file mode 100644
index 0000000..18b2b92
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ZARQUON
+MODULE_VERSION=5.9005
+inherit perl-module
+
+DESCRIPTION='The Catalyst developer'\''s manual'
+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::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index adc3c93..ac605a6 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.900.500 (04 Nov 2012)
+
+ 04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.900.500.ebuild:
+ Version Bump
+
*Catalyst-Manual-5.900.400 (06 May 2012)
06 May 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2012-05-07 5:19 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2012-05-07 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 9a309d4d15f200f5c5ed7155354a9202f8b65192
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 6 21:07:55 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 6 21:07:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9a309d4d
[newversion] Catalyst-Manual 5.900.400
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../Catalyst-Manual-5.900.400.ebuild | 31 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 ++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.400.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.400.ebuild
new file mode 100644
index 0000000..31dfb1f
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.400.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ZARQUON
+MODULE_VERSION=5.9004
+inherit perl-module
+
+DESCRIPTION='The Catalyst developer'\''s manual'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index 1665c19..adc3c93 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.900.400 (06 May 2012)
+
+ 06 May 2012; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.900.400.ebuild:
+ Version Bump
+
*Catalyst-Manual-5.900.300 (22 Feb 2012)
22 Feb 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2011-09-23 6:17 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2011-09-23 6:17 UTC (permalink / raw
To: gentoo-commits
commit: 4f077ffa01e8137c7cb0a2e947a679f8de8ffed0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Sep 22 07:35:06 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep 22 07:35:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4f077ffa
[newversion] Catalyst-Manual-5.900.200
(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Manual-5.900.200.ebuild | 24 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 +++++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.200.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.200.ebuild
new file mode 100644
index 0000000..2cc5b9d
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.200.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=HKCLARK
+MODULE_VERSION=5.9002
+inherit perl-module
+
+DESCRIPTION="The Catalyst developer's manual"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { true;}
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ test? (
+ $(comment Test::More)
+ virtual/perl-Test-Simple
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index 8a3bf6b..049776f 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.900.200 (22 Sep 2011)
+
+ 22 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.900.200.ebuild:
+ Version Bump
+
22 Sep 2011; Kent Fredric <kentfredric@gmail.com>
-Catalyst-Manual-5.800.300.ebuild:
Gone on CPAN
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2011-09-23 6:17 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2011-09-23 6:17 UTC (permalink / raw
To: gentoo-commits
commit: d7c449e9643b2ca67c7f250c58b681b337e99f36
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Sep 22 07:28:32 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep 22 07:28:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d7c449e9
[cpanclean] Catalyst-Manual-5.800.300
(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Manual-5.800.300.ebuild | 23 --------------------
dev-perl/Catalyst-Manual/ChangeLog | 4 +++
2 files changed, 4 insertions(+), 23 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
deleted file mode 100644
index 8177e8e..0000000
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=HKCLARK
-MODULE_VERSION="5.8003"
-inherit perl-module
-
-DESCRIPTION="The Catalyst developer's manual"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index 39a6d23..8a3bf6b 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+ -Catalyst-Manual-5.800.300.ebuild:
+ Gone on CPAN
+
*Catalyst-Manual-5.900.0 (26 Aug 2011)
26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2011-08-26 12:14 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2011-08-26 12:14 UTC (permalink / raw
To: gentoo-commits
commit: 341147a72496bb4b34108ab22b81cf4e1dc47654
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 12:07:23 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 12:07:23 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=341147a7
[newversion] Catalyst-Manual-5.900.0
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild | 23 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 +++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild
new file mode 100644
index 0000000..f8d2e33
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=5.9000
+inherit perl-module
+
+DESCRIPTION="The Catalyst developer's manual"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index e3246d3..39a6d23 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.900.0 (26 Aug 2011)
+
+ 26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.900.0.ebuild:
+ Version Bump
+
*Catalyst-Manual-5.800.800 (03 Aug 2011)
03 Aug 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
@ 2011-08-03 18:19 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2011-08-03 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 6a1e19c0b4e8c8fab1d60ace2e963bb88c88d89a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 3 18:15:42 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 3 18:15:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6a1e19c0
[newversion] Catalyst-Manual-5.800.800
(Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Catalyst-Manual-5.800.800.ebuild | 23 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 +++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.800.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.800.ebuild
new file mode 100644
index 0000000..5885a34
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.800.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=5.8008
+inherit perl-module
+
+DESCRIPTION="The Catalyst developer's manual"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index 4bf033a..e3246d3 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.800.800 (03 Aug 2011)
+
+ 03 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.800.800.ebuild:
+ Version Bump
+
*Catalyst-Manual-5.800.700 (05 May 2011)
05 May 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Catalyst-Manual/
@ 2011-05-05 18:16 Kent Fredric
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
0 siblings, 1 reply; 12+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 6dd38885f94b1e3766c36da50bd1a29fdef647f8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:17:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:17:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6dd38885
[migrate] Catalyst-Manual
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...003.ebuild => Catalyst-Manual-5.800.300.ebuild} | 3 ++-
...004.ebuild => Catalyst-Manual-5.800.400.ebuild} | 3 ++-
...005.ebuild => Catalyst-Manual-5.800.500.ebuild} | 3 ++-
dev-perl/Catalyst-Manual/ChangeLog | 12 +++++++++++-
4 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8003.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Manual/Catalyst-Manual-5.8003.ebuild
rename to dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
index 6aa98c3..8177e8e 100644
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8003.ebuild
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=HKCLARK
+MODULE_VERSION="5.8003"
inherit perl-module
DESCRIPTION="The Catalyst developer's manual"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8004.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Manual/Catalyst-Manual-5.8004.ebuild
rename to dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
index 6aa98c3..f8f2c96 100644
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8004.ebuild
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=HKCLARK
+MODULE_VERSION="5.8004"
inherit perl-module
DESCRIPTION="The Catalyst developer's manual"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8005.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Manual/Catalyst-Manual-5.8005.ebuild
rename to dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
index a2fa9ae..9b9fff1 100644
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8005.ebuild
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=ZARQUON
+MODULE_VERSION="5.8005"
inherit perl-module
DESCRIPTION="The Catalyst developer's manual"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index f18667d..0c37d6a 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -1,7 +1,17 @@
# ChangeLog for dev-perl/Catalyst-Manual
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.800.500 (05 May 2011)
+*Catalyst-Manual-5.800.400 (05 May 2011)
+*Catalyst-Manual-5.800.300 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.800.300.ebuild, +Catalyst-Manual-5.800.400.ebuild,
+ +Catalyst-Manual-5.800.500.ebuild, -Catalyst-Manual-5.8003.ebuild,
+ -Catalyst-Manual-5.8004.ebuild, -Catalyst-Manual-5.8005.ebuild:
+ Migrate
+
*Catalyst-Manual-5.8005 (17 Dec 2010)
17 Dec 2010; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-05-05 8:43 ` Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2011-05-05 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 6dd38885f94b1e3766c36da50bd1a29fdef647f8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:17:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:17:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6dd38885
[migrate] Catalyst-Manual
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...003.ebuild => Catalyst-Manual-5.800.300.ebuild} | 3 ++-
...004.ebuild => Catalyst-Manual-5.800.400.ebuild} | 3 ++-
...005.ebuild => Catalyst-Manual-5.800.500.ebuild} | 3 ++-
dev-perl/Catalyst-Manual/ChangeLog | 12 +++++++++++-
4 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8003.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Manual/Catalyst-Manual-5.8003.ebuild
rename to dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
index 6aa98c3..8177e8e 100644
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8003.ebuild
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.300.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=HKCLARK
+MODULE_VERSION="5.8003"
inherit perl-module
DESCRIPTION="The Catalyst developer's manual"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8004.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Manual/Catalyst-Manual-5.8004.ebuild
rename to dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
index 6aa98c3..f8f2c96 100644
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8004.ebuild
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.400.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=HKCLARK
+MODULE_VERSION="5.8004"
inherit perl-module
DESCRIPTION="The Catalyst developer's manual"
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8005.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
similarity index 84%
rename from dev-perl/Catalyst-Manual/Catalyst-Manual-5.8005.ebuild
rename to dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
index a2fa9ae..9b9fff1 100644
--- a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.8005.ebuild
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.500.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=ZARQUON
+MODULE_VERSION="5.8005"
inherit perl-module
DESCRIPTION="The Catalyst developer's manual"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index f18667d..0c37d6a 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -1,7 +1,17 @@
# ChangeLog for dev-perl/Catalyst-Manual
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.800.500 (05 May 2011)
+*Catalyst-Manual-5.800.400 (05 May 2011)
+*Catalyst-Manual-5.800.300 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.800.300.ebuild, +Catalyst-Manual-5.800.400.ebuild,
+ +Catalyst-Manual-5.800.500.ebuild, -Catalyst-Manual-5.8003.ebuild,
+ -Catalyst-Manual-5.8004.ebuild, -Catalyst-Manual-5.8005.ebuild:
+ Migrate
+
*Catalyst-Manual-5.8005 (17 Dec 2010)
17 Dec 2010; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Catalyst-Manual/
@ 2011-05-05 18:16 Kent Fredric
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
0 siblings, 1 reply; 12+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 71c0d918c5f596069514abc556874133ff601952
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:24:49 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:24:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=71c0d918
[newversion] Catalyst-Manual-5.800.700
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../Catalyst-Manual-5.800.700.ebuild | 23 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 +++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild
new file mode 100644
index 0000000..bbedde5
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=5.8007
+inherit perl-module
+
+DESCRIPTION="The Catalyst developer's manual"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index 0c37d6a..4bf033a 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.800.700 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.800.700.ebuild:
+ Bump
+
*Catalyst-Manual-5.800.500 (05 May 2011)
*Catalyst-Manual-5.800.400 (05 May 2011)
*Catalyst-Manual-5.800.300 (05 May 2011)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-05 8:43 ` Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2011-05-05 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 71c0d918c5f596069514abc556874133ff601952
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 07:24:49 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 07:24:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=71c0d918
[newversion] Catalyst-Manual-5.800.700
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../Catalyst-Manual-5.800.700.ebuild | 23 ++++++++++++++++++++
dev-perl/Catalyst-Manual/ChangeLog | 6 +++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild
new file mode 100644
index 0000000..bbedde5
--- /dev/null
+++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.800.700.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=5.8007
+inherit perl-module
+
+DESCRIPTION="The Catalyst developer's manual"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
index 0c37d6a..4bf033a 100644
--- a/dev-perl/Catalyst-Manual/ChangeLog
+++ b/dev-perl/Catalyst-Manual/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-Manual-5.800.700 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Catalyst-Manual-5.800.700.ebuild:
+ Bump
+
*Catalyst-Manual-5.800.500 (05 May 2011)
*Catalyst-Manual-5.800.400 (05 May 2011)
*Catalyst-Manual-5.800.300 (05 May 2011)
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-04-29 18:02 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 22:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-04-29 18:02 Kent Fredric
2013-05-09 11:44 Kent Fredric
2012-11-10 15:05 Kent Fredric
2012-11-04 13:51 Kent Fredric
2012-05-07 5:19 Kent Fredric
2011-09-23 6:17 Kent Fredric
2011-09-23 6:17 Kent Fredric
2011-08-26 12:14 Kent Fredric
2011-08-03 18:19 Kent Fredric
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox