* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-06-09 8:14 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-06-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 2948278602b74bbca29b1e9a8e67ecbe3fdbc5a2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:13:18 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:13:18 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=29482786
[cleanup] Test-CPAN-Meta: Remove old versions
Package-Manager: portage-2.2.17
.../Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild | 35 --------------------
.../Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild | 37 ----------------------
2 files changed, 72 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild
deleted file mode 100644
index bd8bf6c..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION='A test module to validate a CPAN META.yml file.'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Builder::Tester
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-perl_meta_runtime() {
- # Parse::CPAN::Meta 0.02 ( 0.20.0 )
- echo \>=virtual/perl-Parse-CPAN-Meta-0.20
- # Test::Builder
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-DEPEND="
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild
deleted file mode 100644
index 4030bf5..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION='Validate your CPAN META.yml file'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # IO::File
- echo virtual/perl-IO
- # Test::Builder::Tester
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-perl_meta_runtime() {
- # Parse::CPAN::Meta 0.02 ( 0.20.0 )
- echo \>=virtual/perl-Parse-CPAN-Meta-0.20
- # Test::Builder
- echo virtual/perl-Test-Simple
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2016-11-22 6:54 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2016-11-22 6:54 UTC (permalink / raw
To: gentoo-commits
commit: e1b4dd3aa768c7575e971a959314fdd75b857fb3
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 06:53:21 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 22 06:53:21 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e1b4dd3a
dev-perl/Test-CPAN-Meta: Gone to ::gentoo
.../Test-CPAN-Meta/Test-CPAN-Meta-0.230.0.ebuild | 37 ----------------------
dev-perl/Test-CPAN-Meta/metadata.xml | 17 ----------
2 files changed, 54 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.230.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.230.0.ebuild
deleted file mode 100644
index 91ff38b..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.230.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.23
-inherit perl-module
-
-DESCRIPTION='Validate your CPAN META.yml files'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # IO::File
- echo virtual/perl-IO
- # Test::Builder::Tester
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-perl_meta_runtime() {
- # Parse::CPAN::Meta 0.02 ( 0.20.0 )
- echo \>=virtual/perl-Parse-CPAN-Meta-0.20
- # Test::Builder
- echo virtual/perl-Test-Simple
- # perl 5.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-CPAN-Meta/metadata.xml b/dev-perl/Test-CPAN-Meta/metadata.xml
deleted file mode 100644
index 02058fe..0000000
--- a/dev-perl/Test-CPAN-Meta/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Test-CPAN-Meta</remote-id>
- <remote-id type="cpan-module">Test::CPAN::Meta</remote-id>
- <remote-id type="cpan-module">Test::CPAN::Meta::Version</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2012-09-17 10:30 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
To: gentoo-commits
commit: af4316bfa79da9281aaa3f4555257404e0f024c4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 09:21:35 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 09:21:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=af4316bf
[cpanclean] Test-CPAN-Meta-0.{17,18,19,20}0.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 5 +++
.../Test-CPAN-Meta/Test-CPAN-Meta-0.170.0.ebuild | 25 --------------
.../Test-CPAN-Meta/Test-CPAN-Meta-0.180.0.ebuild | 25 --------------
.../Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild | 35 --------------------
.../Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild | 35 --------------------
5 files changed, 5 insertions(+), 120 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index c64c446..622455a 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+ -Test-CPAN-Meta-0.170.0.ebuild, -Test-CPAN-Meta-0.180.0.ebuild,
+ -Test-CPAN-Meta-0.190.0.ebuild, -Test-CPAN-Meta-0.200.0.ebuild:
+ Gone on CPAN
+
*Test-CPAN-Meta-0.220.0 (12 Aug 2012)
12 Aug 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.0.ebuild
deleted file mode 100644
index 5857263..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION="0.17"
-inherit perl-module
-
-DESCRIPTION="A test module to validate a CPAN META.yml file.
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- >=virtual/perl-Parse-CPAN-Meta-0.02
- >=virtual/perl-Test-Simple-0.70
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.0.ebuild
deleted file mode 100644
index b85be71..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="A test module to validate a CPAN META.yml file.
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- >=virtual/perl-Parse-CPAN-Meta-0.02
- >=virtual/perl-Test-Simple-0.70
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild
deleted file mode 100644
index 8774eb2..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION='A test module to validate a CPAN META.yml file.'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Builder::Tester
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-perl_meta_runtime() {
- # Parse::CPAN::Meta 0.02 ( 0.20.0 )
- echo \>=virtual/perl-Parse-CPAN-Meta-0.20
- # Test::Builder
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-DEPEND="
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild
deleted file mode 100644
index c5b266d..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION='A test module to validate a CPAN META.yml file.'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Builder::Tester
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-perl_meta_runtime() {
- # Parse::CPAN::Meta 0.02 ( 0.20.0 )
- echo \>=virtual/perl-Parse-CPAN-Meta-0.20
- # Test::Builder
- echo virtual/perl-Test-Simple
- # Test::More 0.70 ( 0.700.0 )
- echo \>=virtual/perl-Test-Simple-0.70
-}
-DEPEND="
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2012-08-12 12:07 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-08-12 12:07 UTC (permalink / raw
To: gentoo-commits
commit: e2fa1ec99865e8855dbe785572ae6c6c07161184
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 12 11:24:18 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 12 11:24:18 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e2fa1ec9
[newversion] Test-CPAN-Meta-0.220.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 6 +++
.../Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild | 37 ++++++++++++++++++++
2 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index 5da4921..c64c446 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-CPAN-Meta-0.220.0 (12 Aug 2012)
+
+ 12 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-CPAN-Meta-0.220.0.ebuild:
+ Version Bump
+
*Test-CPAN-Meta-0.210.0 (20 Apr 2012)
20 Apr 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild
new file mode 100644
index 0000000..4030bf5
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.220.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION='Validate your CPAN META.yml file'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # IO::File
+ echo virtual/perl-IO
+ # Test::Builder::Tester
+ echo virtual/perl-Test-Simple
+ # Test::More 0.70 ( 0.700.0 )
+ echo \>=virtual/perl-Test-Simple-0.70
+}
+perl_meta_runtime() {
+ # Parse::CPAN::Meta 0.02 ( 0.20.0 )
+ echo \>=virtual/perl-Parse-CPAN-Meta-0.20
+ # Test::Builder
+ echo virtual/perl-Test-Simple
+ # perl 5.006 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2012-04-20 12:58 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-20 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 71b8c84f2560d4c8b7aa0395cf87d97e64901268
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 20 12:25:34 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 12:25:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=71b8c84f
[newversion] Test-CPAN-Meta-0.210.0
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 6 +++
.../Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild | 35 ++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index 832262a..5da4921 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-CPAN-Meta-0.210.0 (20 Apr 2012)
+
+ 20 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-CPAN-Meta-0.210.0.ebuild:
+ Version Bump
+
*Test-CPAN-Meta-0.200.0 (18 Apr 2012)
18 Apr 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild
new file mode 100644
index 0000000..bd8bf6c
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.210.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION='A test module to validate a CPAN META.yml file.'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Builder::Tester
+ echo virtual/perl-Test-Simple
+ # Test::More 0.70 ( 0.700.0 )
+ echo \>=virtual/perl-Test-Simple-0.70
+}
+perl_meta_runtime() {
+ # Parse::CPAN::Meta 0.02 ( 0.20.0 )
+ echo \>=virtual/perl-Parse-CPAN-Meta-0.20
+ # Test::Builder
+ echo virtual/perl-Test-Simple
+ # Test::More 0.70 ( 0.700.0 )
+ echo \>=virtual/perl-Test-Simple-0.70
+}
+DEPEND="
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2012-04-18 4:43 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-18 4:43 UTC (permalink / raw
To: gentoo-commits
commit: 5ff17b5cc91d93fd9d7d9f99f4ff5a7f79e3edea
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 04:38:56 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 18 04:38:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ff17b5c
[newversion] Test-CPAN-Meta-0.200.0
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 6 +++
.../Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild | 35 ++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index 398418f..832262a 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-CPAN-Meta-0.200.0 (18 Apr 2012)
+
+ 18 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-CPAN-Meta-0.200.0.ebuild:
+ Version Bump
+
*Test-CPAN-Meta-0.190.0 (16 Apr 2012)
16 Apr 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild
new file mode 100644
index 0000000..c5b266d
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.200.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.20
+inherit perl-module
+
+DESCRIPTION='A test module to validate a CPAN META.yml file.'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Builder::Tester
+ echo virtual/perl-Test-Simple
+ # Test::More 0.70 ( 0.700.0 )
+ echo \>=virtual/perl-Test-Simple-0.70
+}
+perl_meta_runtime() {
+ # Parse::CPAN::Meta 0.02 ( 0.20.0 )
+ echo \>=virtual/perl-Parse-CPAN-Meta-0.20
+ # Test::Builder
+ echo virtual/perl-Test-Simple
+ # Test::More 0.70 ( 0.700.0 )
+ echo \>=virtual/perl-Test-Simple-0.70
+}
+DEPEND="
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2012-04-16 19:33 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-16 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 7093e21374ffb52d1351bf9dce567dc9d1b2c18c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 16 19:07:02 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 16 19:07:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7093e213
[newversion] Test-CPAN-Meta-0.190.0
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 6 +++
.../Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild | 35 ++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index 4337e3c..398418f 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-CPAN-Meta-0.190.0 (16 Apr 2012)
+
+ 16 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ +Test-CPAN-Meta-0.190.0.ebuild:
+ Version Bump
+
*Test-CPAN-Meta-0.180.0 (16 Apr 2012)
*Test-CPAN-Meta-0.170.0 (16 Apr 2012)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild
new file mode 100644
index 0000000..8774eb2
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.190.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION='A test module to validate a CPAN META.yml file.'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Builder::Tester
+ echo virtual/perl-Test-Simple
+ # Test::More 0.70 ( 0.700.0 )
+ echo \>=virtual/perl-Test-Simple-0.70
+}
+perl_meta_runtime() {
+ # Parse::CPAN::Meta 0.02 ( 0.20.0 )
+ echo \>=virtual/perl-Parse-CPAN-Meta-0.20
+ # Test::Builder
+ echo virtual/perl-Test-Simple
+ # Test::More 0.70 ( 0.700.0 )
+ echo \>=virtual/perl-Test-Simple-0.70
+}
+DEPEND="
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2012-04-16 19:33 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-16 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 91b683520d89bee5d137abe2d0007c021efd892a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 16 18:34:40 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 16 18:34:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=91b68352
[addzero] Test-CPAN-Meta
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 10 +++++++++-
...-0.170.ebuild => Test-CPAN-Meta-0.170.0.ebuild} | 2 +-
...-0.180.ebuild => Test-CPAN-Meta-0.180.0.ebuild} | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index 80c080c..4337e3c 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Test-CPAN-Meta
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-CPAN-Meta-0.180.0 (16 Apr 2012)
+*Test-CPAN-Meta-0.170.0 (16 Apr 2012)
+
+ 16 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ -Test-CPAN-Meta-0.170.ebuild, +Test-CPAN-Meta-0.170.0.ebuild,
+ -Test-CPAN-Meta-0.180.ebuild, +Test-CPAN-Meta-0.180.0.ebuild:
+ Add Zero to complete versioning migration
+
*Test-CPAN-Meta-0.180 (15 Feb 2011)
15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.0.ebuild
similarity index 91%
rename from dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.ebuild
rename to dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.0.ebuild
index e178f4f..5857263 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.0.ebuild
similarity index 91%
rename from dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.ebuild
rename to dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.0.ebuild
index f82b1ce..b85be71 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2011-02-17 11:30 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-02-17 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 3b0a1e22c5f88ff7691178fbcdd17e7d1d1d8417
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 15 05:41:31 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 15 05:41:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3b0a1e22
[newversion] Test-CPAN-Meta-0.180
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 6 ++++
.../Test-CPAN-Meta/Test-CPAN-Meta-0.180.ebuild | 25 ++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index 19fbdf2..80c080c 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-CPAN-Meta-0.180 (15 Feb 2011)
+
+ 15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+ +Test-CPAN-Meta-0.180.ebuild:
+ bump
+
*Test-CPAN-Meta-0.170 (15 Feb 2011)
15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.ebuild
new file mode 100644
index 0000000..f82b1ce
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.180.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="A test module to validate a CPAN META.yml file.
+"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+ >=virtual/perl-Parse-CPAN-Meta-0.02
+ >=virtual/perl-Test-Simple-0.70
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/
@ 2011-02-17 11:30 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-02-17 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 3b54acae28dd7f34370ec42c0a3a270091bc2615
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 15 04:56:56 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 15 04:56:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3b54acae
[migrate] Test-CPAN-Meta
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-CPAN-Meta/ChangeLog | 8 +++++++-
...eta-0.17.ebuild => Test-CPAN-Meta-0.170.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/ChangeLog b/dev-perl/Test-CPAN-Meta/ChangeLog
index 8e65547..19fbdf2 100644
--- a/dev-perl/Test-CPAN-Meta/ChangeLog
+++ b/dev-perl/Test-CPAN-Meta/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Test-CPAN-Meta
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-CPAN-Meta-0.170 (15 Feb 2011)
+
+ 15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+ -Test-CPAN-Meta-0.17.ebuild, +Test-CPAN-Meta-0.170.ebuild:
+ move to new version scheme
+
15 Aug 2010; Kent Fredric <kentfredric@gmail.com>
-Test-CPAN-Meta-0.12.ebuild, -Test-CPAN-Meta-0.13.ebuild:
Gone on CPAN
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.17.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.ebuild
similarity index 87%
rename from dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.17.ebuild
rename to dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.ebuild
index c8c9fb6..e178f4f 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.17.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.170.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=2
MODULE_AUTHOR=BARBIE
+MODULE_VERSION="0.17"
inherit perl-module
DESCRIPTION="A test module to validate a CPAN META.yml file.
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2016-11-22 6:55 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 8:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-CPAN-Meta/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-11-22 6:54 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-08-12 12:07 Kent Fredric
2012-04-20 12:58 Kent Fredric
2012-04-18 4:43 Kent Fredric
2012-04-16 19:33 Kent Fredric
2012-04-16 19:33 Kent Fredric
2011-02-17 11:30 Kent Fredric
2011-02-17 11:30 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox