* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-05 22:32 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2015-11-05 22:32 UTC (permalink / raw
To: gentoo-commits
commit: 1e4a6bcfd080933cf6a824e90fe58df262b8fae2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 5 21:56:50 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 5 22:30:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4a6bcf
dev-perl/Test-CPAN-Meta: Initial import. Fixes bug 564688.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Test-CPAN-Meta/Manifest | 1 +
.../Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild | 23 ++++++++++++++++++++++
dev-perl/Test-CPAN-Meta/metadata.xml | 12 +++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-perl/Test-CPAN-Meta/Manifest b/dev-perl/Test-CPAN-Meta/Manifest
new file mode 100644
index 0000000..35dd301
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Manifest
@@ -0,0 +1 @@
+DIST Test-CPAN-Meta-0.25.tar.gz 17671 SHA256 f55b4f9cf6bc396d0fe8027267685cb2ac4affce897d0967a317fac6db5a8db5 SHA512 60a3414e1e0f9aaa1a9459aedd76a6d937742a4197d0d5ce9330348138997d372ca3f454c262fb6dd757699168aa7d1c2653c4066060c9c5685a6fe407260580 WHIRLPOOL 2534e2ddffee175032416dd0ebb248de8f9fcfb40d4d53daf73085c0543a9265155b259560e57c7c2aa5827fe4c365415b66d0c446b822ac320392ea45c156e4
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
new file mode 100644
index 0000000..b346b19
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="Validate your CPAN META.yml file"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${REPEND}
+ test? (
+ dev-perl/Parse-CPAN-Meta
+ )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Test-CPAN-Meta/metadata.xml b/dev-perl/Test-CPAN-Meta/metadata.xml
new file mode 100644
index 0000000..a98e1bb
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>monsieurp@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Mo</remote-id>
+ <remote-id type="cpan-module">Mo</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-06 13:13 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2015-11-06 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 19e644568bee50989cfcd5df017c6ae277726045
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 13:08:43 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 13:08:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e64456
dev-perl/Test-CPAN-Meta: Fix data in metadata.xml file.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Test-CPAN-Meta/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/metadata.xml b/dev-perl/Test-CPAN-Meta/metadata.xml
index a98e1bb..e9362f0 100644
--- a/dev-perl/Test-CPAN-Meta/metadata.xml
+++ b/dev-perl/Test-CPAN-Meta/metadata.xml
@@ -6,7 +6,7 @@
<email>monsieurp@gentoo.org</email>
</maintainer>
<upstream>
- <remote-id type="cpan">Mo</remote-id>
- <remote-id type="cpan-module">Mo</remote-id>
+ <remote-id type="cpan">Test-CPAN-Meta</remote-id>
+ <remote-id type="cpan-module">Test::CPAN::Meta</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-06 13:13 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2015-11-06 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 68ad183f1746e34f4433699dee4a583fd57c264e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 13:04:19 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 13:04:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ad183f
dev-perl/Test-CPAN-Meta: Typo in RDEPEND.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
index b346b19..047f545 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND=""
-DEPEND="${REPEND}
+DEPEND="${RDEPEND}
test? (
dev-perl/Parse-CPAN-Meta
)"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-06 13:43 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2015-11-06 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 9c97e9f1857773b2a03466950eda483cabb42e13
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 6 13:43:48 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 6 13:43:48 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c97e9f1
dev-perl/Test-CPAN-Meta: amd64 stable wrt bug #564688
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
index 047f545..75114bb 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Validate your CPAN META.yml file"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-07 21:18 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2015-11-07 21:18 UTC (permalink / raw
To: gentoo-commits
commit: f04539da6cf58644b0486121c55ca09bb826e60a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 7 21:03:16 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 7 21:03:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04539da
dev-perl/Test-CPAN-Meta: Swap dependency on dev-perl/Parse-CPAN-Meta for virtual/perl-Parse-CPAN-Meta.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
new file mode 100644
index 0000000..bedf740
--- /dev/null
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="Validate your CPAN META.yml file"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Parse-CPAN-Meta
+ )"
+
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-08 7:40 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2015-11-08 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 6143a58e35be05d6a1823fc2ca6f8e560f00ca50
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 07:37:27 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 07:37:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6143a58e
dev-perl/Test-CPAN-Meta: Clean up old.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild | 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
deleted file mode 100644
index 75114bb..0000000
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.25
-inherit perl-module
-
-DESCRIPTION="Validate your CPAN META.yml file"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Parse-CPAN-Meta
- )"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-08 14:42 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2015-11-08 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 19a2b4029187a7479159297334b00d301f09cb24
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 14:40:22 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 14:40:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a2b402
dev-perl/Test-CPAN-Meta: Stable for amd64. Fixes security bug 564688.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
index bedf740..b8d5398 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Validate your CPAN META.yml file"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-09 4:48 Jeroen Roovers
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers @ 2015-11-09 4:48 UTC (permalink / raw
To: gentoo-commits
commit: 922042683b94037504aca8e23a0b8bee499fbca1
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 04:43:46 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 04:43:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92204268
dev-perl/Test-CPAN-Meta: Stable for PPC64 (bug #564688).
Package-Manager: portage-2.2.24
RepoMan-Options: --ignore-arches
dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
index b8d5398..7de24af 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Validate your CPAN META.yml file"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-12 10:25 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2015-11-12 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 6b1ba3764ded408c7bf5b78360e142aac3e546ba
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 10:25:39 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 10:25:39 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1ba376
dev-perl/Test-CPAN-Meta: ppc stable wrt bug #564688
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
index 7de24af..4470338 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Validate your CPAN META.yml file"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2015-11-12 10:27 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2015-11-12 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 3f2f35162ab22c23072b487ae90cd56f728dd84b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 10:27:21 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 10:27:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2f3516
dev-perl/Test-CPAN-Meta: x86 stable wrt bug #564688
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
index 4470338..22750e8 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Validate your CPAN META.yml file"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2016-04-15 19:56 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2016-04-15 19:56 UTC (permalink / raw
To: gentoo-commits
commit: a2d36e7c8830331546c57fddfd24542b71a9e037
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 05:26:35 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:55:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d36e7c
dev-perl/Test-CPAN-Meta: Fix version normalisation.
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
.../{Test-CPAN-Meta-0.25.0-r1.ebuild => Test-CPAN-Meta-0.250.0.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0.ebuild
similarity index 89%
rename from dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
rename to dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0.ebuild
index 22750e8..12a0f66 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.25.0-r1.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2017-09-18 16:50 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2017-09-18 16:50 UTC (permalink / raw
To: gentoo-commits
commit: 0352e77a629349435876677ffe4b8ce185b07df8
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:41:16 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:50:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0352e77a
dev-perl/Test-CPAN-Meta: fix mixed metadata.xml indentation
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Test-CPAN-Meta/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-CPAN-Meta/metadata.xml b/dev-perl/Test-CPAN-Meta/metadata.xml
index 32cf0d7bf2b..54fe9657560 100644
--- a/dev-perl/Test-CPAN-Meta/metadata.xml
+++ b/dev-perl/Test-CPAN-Meta/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>monsieurp@gentoo.org</email>
+ <email>monsieurp@gentoo.org</email>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/
@ 2021-08-16 21:12 Andreas K. Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-08-16 21:12 UTC (permalink / raw
To: gentoo-commits
commit: f5fe7708baef84e0a442465fd4b75278471eff93
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 21:06:20 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 21:11:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fe7708
dev-perl/Test-CPAN-Meta: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...eta-0.250.0.ebuild => Test-CPAN-Meta-0.250.0-r1.ebuild} | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0.ebuild b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0-r1.ebuild
similarity index 59%
rename from dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0.ebuild
rename to dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0-r1.ebuild
index 4cdddf828bb..02b181ea965 100644
--- a/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0.ebuild
+++ b/dev-perl/Test-CPAN-Meta/Test-CPAN-Meta-0.250.0-r1.ebuild
@@ -1,23 +1,19 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.25
+DIST_AUTHOR=BARBIE
+DIST_VERSION=0.25
inherit perl-module
DESCRIPTION="Validate your CPAN META.yml file"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
virtual/perl-Parse-CPAN-Meta
)"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2021-08-16 21:12 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-08 14:42 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CPAN-Meta/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2021-08-16 21:12 Andreas K. Hüttel
2017-09-18 16:50 Kent Fredric
2016-04-15 19:56 Andreas Hüttel
2015-11-12 10:27 Agostino Sarubbo
2015-11-12 10:25 Agostino Sarubbo
2015-11-09 4:48 Jeroen Roovers
2015-11-08 7:40 Patrice Clement
2015-11-07 21:18 Patrice Clement
2015-11-06 13:43 Agostino Sarubbo
2015-11-06 13:13 Patrice Clement
2015-11-06 13:13 Patrice Clement
2015-11-05 22:32 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox