* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Catalyst-Manual/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-16 0:26 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] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Catalyst-Manual/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-16 0:26 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] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Catalyst-Manual/
@ 2012-02-16 0:26 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-16 0:26 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] 3+ messages in thread
end of thread, other threads:[~2012-02-16 0:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Catalyst-Manual/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-02-16 0:26 Kent Fredric
2012-02-16 0:26 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox