* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2011-10-24 23:12 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-10-24 23:12 UTC (permalink / raw
To: gentoo-commits
commit: 2f3ac57c1844ab295b8d710adb4e5e701b08c9ab
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 24 23:09:22 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 24 23:09:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2f3ac57c
[newversion] BRICAS/CPAN-Changes-0.18 0.180.0
- Expand changes_file_ok() to accept arguments so that a specific version may be checked.
- Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain e.g Module::Install::AuthorRequres
(Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild | 34 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 12 +++++++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild
new file mode 100644
index 0000000..98429c6
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+meta_build_deps() {
+ # ExtUtils::MakeMaker 6.42 6.420.0
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+meta_configure_deps() {
+ # ExtUtils::MakeMaker 6.42 6.420.0
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+meta_runtime_deps() {
+ # Text::Wrap
+ echo virtual/perl-Text-Tabs+Wrap
+ # perl v5.10.0 5.10.0
+ echo \>=dev-lang/perl-5.10.0
+ # version 0.79 0.790
+ echo \>=virtual/perl-version-0.79
+}
+DEPEND="$(meta_build_deps) $(meta_configure_deps) $(meta_runtime_deps)"
+RDEPEND="$(meta_runtime_deps)"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index dd5a6b1..dadd980 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,18 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Changes-0.180.0 (24 Oct 2011)
+
+ 24 Oct 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.180.0.ebuild:
+ Version Bump
+
+ - Expand changes_file_ok() to accept arguments so that a specific version may
+ be checked
+
+ - Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain e.g
+ Module::Install::AuthorRequres
+
31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
-CPAN-Changes-0.110.0.ebuild, -CPAN-Changes-0.130.0.ebuild,
-CPAN-Changes-0.150.0.ebuild:
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2013-08-27 16:46 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-08-27 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 31362dd08b75ee6d1bf9d37927de53f13dd92030
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 27 16:25:23 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 27 16:25:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=31362dd0
Remove CPAN-Changes ( now in ::gentoo )
---
dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild | 30 ----------
dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild | 34 ------------
dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild | 40 --------------
dev-perl/CPAN-Changes/CPAN-Changes-0.200.0.ebuild | 40 --------------
dev-perl/CPAN-Changes/ChangeLog | 67 -----------------------
dev-perl/CPAN-Changes/metadata.xml | 15 -----
6 files changed, 226 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild
deleted file mode 100644
index dd2b094..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION="Read and write Changes files"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
- >=virtual/perl-version-0.79 $(comment 0.790.0)
- >=dev-lang/perl-5.10.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
- test? (
- virtual/perl-Test-Simple $(comment Test::More)
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild
deleted file mode 100644
index 98429c6..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.180.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="Read and write Changes files"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-meta_build_deps() {
- # ExtUtils::MakeMaker 6.42 6.420.0
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
- # Test::More
- echo virtual/perl-Test-Simple
-}
-meta_configure_deps() {
- # ExtUtils::MakeMaker 6.42 6.420.0
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-meta_runtime_deps() {
- # Text::Wrap
- echo virtual/perl-Text-Tabs+Wrap
- # perl v5.10.0 5.10.0
- echo \>=dev-lang/perl-5.10.0
- # version 0.79 0.790
- echo \>=virtual/perl-version-0.79
-}
-DEPEND="$(meta_build_deps) $(meta_configure_deps) $(meta_runtime_deps)"
-RDEPEND="$(meta_runtime_deps)"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild
deleted file mode 100644
index af49607..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION='Read and write Changes files'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # Text::Wrap
- echo virtual/perl-Text-Tabs+Wrap
- # perl v5.10.0 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
- # version 0.79 ( 0.790.0 )
- echo \>=virtual/perl-version-0.790.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.200.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.200.0.ebuild
deleted file mode 100644
index 5313a24..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.200.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION='Read and write Changes files'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # Text::Wrap
- echo virtual/perl-Text-Tabs+Wrap
- # perl v5.10.0 ( 5.10.0 )
- echo \>=dev-lang/perl-5.10.0
- # version 0.79 ( 0.790.0 )
- echo \>=virtual/perl-version-0.790.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
deleted file mode 100644
index 5359967..0000000
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ /dev/null
@@ -1,67 +0,0 @@
-# ChangeLog for dev-perl/CPAN-Changes
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*CPAN-Changes-0.200.0 (02 May 2013)
-
- 02 May 2013; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.200.0.ebuild:
- Version Bump
-
-*CPAN-Changes-0.190.0 (06 May 2012)
-
- 06 May 2012; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.190.0.ebuild:
- Version Bump
-
- 28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
- -CPAN-Changes-0.160.0.ebuild:
- Gone on CPAN
-
-*CPAN-Changes-0.180.0 (24 Oct 2011)
-
- 24 Oct 2011; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.180.0.ebuild:
- Version Bump
-
- - Expand changes_file_ok() to accept arguments so that a specific version may
- be checked
-
- - Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain e.g
- Module::Install::AuthorRequres
-
- 31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
- -CPAN-Changes-0.110.0.ebuild, -CPAN-Changes-0.130.0.ebuild,
- -CPAN-Changes-0.150.0.ebuild:
- Gone on CPAN
-
-*CPAN-Changes-0.170.0 (23 Apr 2011)
-
- 23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.170.0.ebuild:
- Bump
-
-*CPAN-Changes-0.160.0 (13 Apr 2011)
-
- 13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.160.0.ebuild:
- Bump
-
-*CPAN-Changes-0.150.0 (12 Apr 2011)
-
- 12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.150.0.ebuild:
- Bump
-
-*CPAN-Changes-0.130.0 (04 Apr 2011)
-
- 04 Apr 2011; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.130.0.ebuild:
- Bump
-
-*CPAN-Changes-0.110.0 (02 Apr 2011)
-
- 02 Apr 2011; Kent Fredric <kentfredric@gmail.com>
- +CPAN-Changes-0.110.0.ebuild, +metadata.xml:
- Added
-
diff --git a/dev-perl/CPAN-Changes/metadata.xml b/dev-perl/CPAN-Changes/metadata.xml
deleted file mode 100644
index b4d320e..0000000
--- a/dev-perl/CPAN-Changes/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <maintainer>
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">CPAN-Changes</remote-id>
- <remote-id type="cpan-module">CPAN::Changes</remote-id>
- <remote-id type="cpan-module">CPAN::Changes::Release</remote-id>
- <remote-id type="cpan-module">Test::CPAN::Changes</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2012-05-07 5:19 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-05-07 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 43664f9d5cf62a26c0c67bfb8e83125c82cc423d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 6 20:35:03 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 6 20:35:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=43664f9d
[newversion] CPAN-Changes 0.190.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild | 40 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 6 +++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild
new file mode 100644
index 0000000..af49607
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.190.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION='Read and write Changes files'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # Text::Wrap
+ echo virtual/perl-Text-Tabs+Wrap
+ # perl v5.10.0 ( 5.10.0 )
+ echo \>=dev-lang/perl-5.10.0
+ # version 0.79 ( 0.790.0 )
+ echo \>=virtual/perl-version-0.790.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index 6e7a630..48ee834 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Changes-0.190.0 (06 May 2012)
+
+ 06 May 2012; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.190.0.ebuild:
+ Version Bump
+
28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
-CPAN-Changes-0.160.0.ebuild:
Gone on CPAN
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2012-04-28 10:39 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-28 10:39 UTC (permalink / raw
To: gentoo-commits
commit: a7cddbda686d7fb3e3bcf21987afcef7b23c99bd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 00:19:09 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 28 10:30:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a7cddbda
[cpanclean] CPAN-Changes-0.160.0
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild | 30 ---------------------
dev-perl/CPAN-Changes/ChangeLog | 6 +++-
2 files changed, 5 insertions(+), 31 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild
deleted file mode 100644
index a8b2d3c..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="Read and write Changes files"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
- virtual/perl-version
- >=dev-lang/perl-5.10.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
- test? (
- virtual/perl-Test-Simple $(comment Test::More)
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index dadd980..6e7a630 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/CPAN-Changes
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ -CPAN-Changes-0.160.0.ebuild:
+ Gone on CPAN
+
*CPAN-Changes-0.180.0 (24 Oct 2011)
24 Oct 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2011-07-31 4:55 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-07-31 4:55 UTC (permalink / raw
To: gentoo-commits
commit: 62911acbf934c892119a745060b45b09fd4733d5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 04:44:16 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 31 04:44:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=62911acb
[cpanclean] CPAN-Changes-0.1{1,3,5}0.0
(Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild | 29 ---------------------
dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild | 29 ---------------------
dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild | 29 ---------------------
dev-perl/CPAN-Changes/ChangeLog | 5 +++
4 files changed, 5 insertions(+), 87 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild
deleted file mode 100644
index 500c715..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Read and write Changes files"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
- virtual/perl-version
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
- test? (
- virtual/perl-Test-Simple $(comment Test::More)
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild
deleted file mode 100644
index ff07066..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="Read and write Changes files"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
- virtual/perl-version
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
- test? (
- virtual/perl-Test-Simple $(comment Test::More)
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild
deleted file mode 100644
index 6236249..0000000
--- a/dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="Read and write Changes files"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
- virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
- virtual/perl-version
-"
-DEPEND="
- ${COMMON_DEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
- test? (
- virtual/perl-Test-Simple $(comment Test::More)
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index 17f9e58..dd5a6b1 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+ -CPAN-Changes-0.110.0.ebuild, -CPAN-Changes-0.130.0.ebuild,
+ -CPAN-Changes-0.150.0.ebuild:
+ Gone on CPAN
+
*CPAN-Changes-0.170.0 (23 Apr 2011)
23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/CPAN-Changes/
@ 2011-04-23 13:00 Kent Fredric
2011-04-23 12:48 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
0 siblings, 1 reply; 10+ messages in thread
From: Kent Fredric @ 2011-04-23 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 7938173c352f28d882a3eed488e1d094468a0604
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 12:27:38 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 12:27:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7938173c
[newversion] CPAN-Changes-0.170.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild | 30 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 6 ++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild
new file mode 100644
index 0000000..dd2b094
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+ virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
+ >=virtual/perl-version-0.79 $(comment 0.790.0)
+ >=dev-lang/perl-5.10.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index 7611cb3..17f9e58 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Changes-0.170.0 (23 Apr 2011)
+
+ 23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.170.0.ebuild:
+ Bump
+
*CPAN-Changes-0.160.0 (13 Apr 2011)
13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
2011-04-23 13:00 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-04-23 12:48 ` Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-23 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 7938173c352f28d882a3eed488e1d094468a0604
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 12:27:38 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 12:27:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7938173c
[newversion] CPAN-Changes-0.170.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild | 30 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 6 ++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild
new file mode 100644
index 0000000..dd2b094
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.170.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+ virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
+ >=virtual/perl-version-0.79 $(comment 0.790.0)
+ >=dev-lang/perl-5.10.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index 7611cb3..17f9e58 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Changes-0.170.0 (23 Apr 2011)
+
+ 23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.170.0.ebuild:
+ Bump
+
*CPAN-Changes-0.160.0 (13 Apr 2011)
13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2011-04-13 13:01 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-13 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 6311e2586dfcbf6a20ea7d21650e54a963824d15
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 12:20:16 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 13 12:20:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6311e258
[newversion] CPAN-Changes-0.160.0
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild | 30 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 6 ++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild
new file mode 100644
index 0000000..a8b2d3c
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.160.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+ virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
+ virtual/perl-version
+ >=dev-lang/perl-5.10.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index c2e67bd..7611cb3 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Changes-0.160.0 (13 Apr 2011)
+
+ 13 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.160.0.ebuild:
+ Bump
+
*CPAN-Changes-0.150.0 (12 Apr 2011)
12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2011-04-13 10:52 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-13 10:52 UTC (permalink / raw
To: gentoo-commits
commit: b70b5373e651326a71efd982bdc3453e5577ea24
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 13:21:24 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 13:21:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b70b5373
[newversion] CPAN-Changes-0.150.0
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild | 29 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 6 ++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild
new file mode 100644
index 0000000..6236249
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.150.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+ virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
+ virtual/perl-version
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index 89709b7..c2e67bd 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Changes-0.150.0 (12 Apr 2011)
+
+ 12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.150.0.ebuild:
+ Bump
+
*CPAN-Changes-0.130.0 (04 Apr 2011)
04 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2011-04-04 13:04 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-04 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 849e58c29aeb5e8951efb53fcee711396722990b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 4 13:03:42 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 4 13:03:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=849e58c2
[newversion] CPAN-Changes-0.130.0
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild | 29 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 6 ++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild
new file mode 100644
index 0000000..ff07066
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.130.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+ virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
+ virtual/perl-version
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
index c4ebfa8..89709b7 100644
--- a/dev-perl/CPAN-Changes/ChangeLog
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPAN-Changes-0.130.0 (04 Apr 2011)
+
+ 04 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.130.0.ebuild:
+ Bump
+
*CPAN-Changes-0.110.0 (02 Apr 2011)
02 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/
@ 2011-04-02 14:58 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-02 14:58 UTC (permalink / raw
To: gentoo-commits
commit: a71f237e2615b0a3bf87b30c0ddc7c0325bb9bf7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 2 14:55:36 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 2 14:55:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a71f237e
[added] CPAN-Changes-0.110.0
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild | 29 +++++++++++++++++++++
dev-perl/CPAN-Changes/ChangeLog | 10 +++++++
dev-perl/CPAN-Changes/metadata.xml | 9 ++++++
3 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild
new file mode 100644
index 0000000..500c715
--- /dev/null
+++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.110.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=BRICAS
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Read and write Changes files"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+ virtual/perl-Text-Tabs+Wrap $(comment Text::Wrap)
+ virtual/perl-version
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+ test? (
+ virtual/perl-Test-Simple $(comment Test::More)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/CPAN-Changes/ChangeLog b/dev-perl/CPAN-Changes/ChangeLog
new file mode 100644
index 0000000..c4ebfa8
--- /dev/null
+++ b/dev-perl/CPAN-Changes/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/CPAN-Changes
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*CPAN-Changes-0.110.0 (02 Apr 2011)
+
+ 02 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPAN-Changes-0.110.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/CPAN-Changes/metadata.xml b/dev-perl/CPAN-Changes/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/CPAN-Changes/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-08-27 16:46 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 23:12 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Changes/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2013-08-27 16:46 Kent Fredric
2012-05-07 5:19 Kent Fredric
2012-04-28 10:39 Kent Fredric
2011-07-31 4:55 Kent Fredric
2011-04-23 13:00 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-04-23 12:48 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-13 13:01 Kent Fredric
2011-04-13 10:52 Kent Fredric
2011-04-04 13:04 Kent Fredric
2011-04-02 14:58 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox