* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-YAML-Meta/
@ 2011-02-17 11:30 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-02-17 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 2131ff050e5bc273d30fb1d496d45c438f9230cd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 15 05:42:18 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 15 05:42:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2131ff05
[migrate] Test-YAML-Meta
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-YAML-Meta/ChangeLog | 8 +++++++-
...eta-0.16.ebuild => Test-YAML-Meta-0.160.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-YAML-Meta/ChangeLog b/dev-perl/Test-YAML-Meta/ChangeLog
index ad4a69f..9c5309e 100644
--- a/dev-perl/Test-YAML-Meta/ChangeLog
+++ b/dev-perl/Test-YAML-Meta/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Test-YAML-Meta
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-YAML-Meta-0.160 (15 Feb 2011)
+
+ 15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+ -Test-YAML-Meta-0.16.ebuild, +Test-YAML-Meta-0.160.ebuild:
+ migrate to new version scheme
+
18 Aug 2010; Kent Fredric <kentfredric@gmail.com>
Test-YAML-Meta-0.16.ebuild:
Clean deps. EAPI Bump
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.16.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.ebuild
similarity index 87%
rename from dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.16.ebuild
rename to dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.ebuild
index 6edd373..f2dba20 100644
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.16.ebuild
+++ b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MODULE_AUTHOR=BARBIE
+MODULE_VERSION="0.16"
inherit perl-module
DESCRIPTION="Validation of the META.yml file in a distribution"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-YAML-Meta/
@ 2011-02-17 11:30 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-02-17 11:30 UTC (permalink / raw
To: gentoo-commits
commit: e3911050e9c6d73686ea91056df0741dee672e6e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 15 09:41:49 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 15 09:41:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e3911050
[newversion] Test-YAML-Meta-0.180
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-YAML-Meta/ChangeLog | 6 +++++
.../Test-YAML-Meta/Test-YAML-Meta-0.180.ebuild | 24 ++++++++++++++++++++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-YAML-Meta/ChangeLog b/dev-perl/Test-YAML-Meta/ChangeLog
index 9c5309e..de2a741 100644
--- a/dev-perl/Test-YAML-Meta/ChangeLog
+++ b/dev-perl/Test-YAML-Meta/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-YAML-Meta-0.180 (15 Feb 2011)
+
+ 15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+ +Test-YAML-Meta-0.180.ebuild:
+ Bump
+
*Test-YAML-Meta-0.160 (15 Feb 2011)
15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.ebuild
new file mode 100644
index 0000000..6451719
--- /dev/null
+++ b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=3
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="Validation of the META.yml file in a distribution"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+ >=virtual/perl-Test-Simple-0.70
+ >=dev-perl/Test-CPAN-Meta-YAML-0.100
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-YAML-Meta/
@ 2011-02-19 8:12 Torsten Veller
0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller @ 2011-02-19 8:12 UTC (permalink / raw
To: gentoo-commits
commit: 0d0ded263f19629283ff5b065d414ca50bd321ac
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:42:48 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:42:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0d0ded26
[bump] dev-perl/Test-YAML-Meta-0.190
(Portage version: 2.2.0_alpha23/git/Linux x86_64, unsigned Manifest commit)
---
.../Test-YAML-Meta/Test-YAML-Meta-0.190.ebuild | 27 ++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.ebuild
new file mode 100644
index 0000000..700162f
--- /dev/null
+++ b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=BARBIE
+MODULE_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="Validation of the META.yml file in a distribution"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+ >=virtual/perl-Test-Simple-0.70
+ >=dev-perl/Test-CPAN-Meta-YAML-0.170
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-YAML-Meta/
@ 2012-04-16 19:33 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-04-16 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 15d7a1ef42a1e53f49b60f17ee15afa1b9e38bc3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 16 18:38:41 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 16 18:38:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=15d7a1ef
[addzero/fixdep(addzero)] Test-YAML-Meta / => Test-CPAN-Meta-YAML
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-YAML-Meta/ChangeLog | 13 ++++++++++++-
...-0.160.ebuild => Test-YAML-Meta-0.160.0.ebuild} | 2 +-
...-0.180.ebuild => Test-YAML-Meta-0.180.0.ebuild} | 4 ++--
...-0.190.ebuild => Test-YAML-Meta-0.190.0.ebuild} | 4 ++--
4 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Test-YAML-Meta/ChangeLog b/dev-perl/Test-YAML-Meta/ChangeLog
index de2a741..1e7dbbf 100644
--- a/dev-perl/Test-YAML-Meta/ChangeLog
+++ b/dev-perl/Test-YAML-Meta/ChangeLog
@@ -1,7 +1,18 @@
# ChangeLog for dev-perl/Test-YAML-Meta
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-YAML-Meta-0.190.0 (16 Apr 2012)
+*Test-YAML-Meta-0.180.0 (16 Apr 2012)
+*Test-YAML-Meta-0.160.0 (16 Apr 2012)
+
+ 16 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ -Test-YAML-Meta-0.160.ebuild, +Test-YAML-Meta-0.160.0.ebuild,
+ -Test-YAML-Meta-0.180.ebuild, +Test-YAML-Meta-0.180.0.ebuild,
+ -Test-YAML-Meta-0.190.ebuild, +Test-YAML-Meta-0.190.0.ebuild:
+ Finish migration adding a zero, fix dep on Test-CPAN-Meta-YAML by adding a
+ zero
+
*Test-YAML-Meta-0.180 (15 Feb 2011)
15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild
similarity index 91%
rename from dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.ebuild
rename to dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild
index f2dba20..9436e0f 100644
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.ebuild
+++ b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.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=3
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.0.ebuild
similarity index 83%
rename from dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.ebuild
rename to dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.0.ebuild
index 6451719..739b5a6 100644
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.ebuild
+++ b/dev-perl/Test-YAML-Meta/Test-YAML-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=3
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
COMMON_DEPEND="
>=virtual/perl-Test-Simple-0.70
- >=dev-perl/Test-CPAN-Meta-YAML-0.100
+ >=dev-perl/Test-CPAN-Meta-YAML-0.100.0
"
DEPEND="
${COMMON_DEPEND}
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.0.ebuild
similarity index 82%
rename from dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.ebuild
rename to dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.0.ebuild
index 700162f..1617ae7 100644
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.ebuild
+++ b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.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: $
@@ -16,7 +16,7 @@ IUSE="test"
COMMON_DEPEND="
>=virtual/perl-Test-Simple-0.70
- >=dev-perl/Test-CPAN-Meta-YAML-0.170
+ >=dev-perl/Test-CPAN-Meta-YAML-0.170.0
"
DEPEND="
${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-YAML-Meta/
@ 2012-04-22 20:40 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-04-22 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 7d80cac3d7399501a07a49a657b5b182e51142b4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 22 20:31:49 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 22 20:31:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7d80cac3
[fixdep] Test-YAML-Meta -> Test-YAML-Valid
(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Test-YAML-Meta/ChangeLog | 4 ++++
.../Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Test-YAML-Meta/ChangeLog b/dev-perl/Test-YAML-Meta/ChangeLog
index 1e7dbbf..a0cb5d0 100644
--- a/dev-perl/Test-YAML-Meta/ChangeLog
+++ b/dev-perl/Test-YAML-Meta/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+ Test-YAML-Meta-0.160.0.ebuild:
+ Fixdep Test-YAML-Valid
+
*Test-YAML-Meta-0.190.0 (16 Apr 2012)
*Test-YAML-Meta-0.180.0 (16 Apr 2012)
*Test-YAML-Meta-0.160.0 (16 Apr 2012)
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild
index 9436e0f..c3152cd 100644
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild
+++ b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
COMMON_DEPEND="
>=virtual/perl-Test-Simple-0.70
- >=dev-perl/Test-YAML-Valid-0.03
+ >=dev-perl/Test-YAML-Valid-0.30.0
"
DEPEND="
${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-YAML-Meta/
@ 2012-09-17 10:30 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 0f7d481f2f9b71f6f932aca0dd0743d6b40368aa
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 09:49:29 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 09:49:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0f7d481f
[cpanclean] Test-YAML-Meta-0.160.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Test-YAML-Meta/ChangeLog | 4 +++
.../Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild | 24 --------------------
2 files changed, 4 insertions(+), 24 deletions(-)
diff --git a/dev-perl/Test-YAML-Meta/ChangeLog b/dev-perl/Test-YAML-Meta/ChangeLog
index a0cb5d0..789510c 100644
--- a/dev-perl/Test-YAML-Meta/ChangeLog
+++ b/dev-perl/Test-YAML-Meta/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+ -Test-YAML-Meta-0.160.0.ebuild:
+ Gone on CPAN
+
22 Apr 2012; Kent Fredric <kentfredric@gmail.com>
Test-YAML-Meta-0.160.0.ebuild:
Fixdep Test-YAML-Valid
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild
deleted file mode 100644
index c3152cd..0000000
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.160.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION="0.16"
-inherit perl-module
-
-DESCRIPTION="Validation of the META.yml file in a distribution"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=virtual/perl-Test-Simple-0.70
- >=dev-perl/Test-YAML-Valid-0.30.0
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-YAML-Meta/
@ 2015-06-09 8:14 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-06-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: ae03ffa0d2fcaed7db4b600dcab3e375107d9fc9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:13:44 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:13:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ae03ffa0
[cleanup] Test-YAML-Meta: Remove old versions
Package-Manager: portage-2.2.17
.../Test-YAML-Meta/Test-YAML-Meta-0.180.0.ebuild | 24 -------------------
.../Test-YAML-Meta/Test-YAML-Meta-0.190.0.ebuild | 27 ----------------------
2 files changed, 51 deletions(-)
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.0.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.0.ebuild
deleted file mode 100644
index 739b5a6..0000000
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.180.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="Validation of the META.yml file in a distribution"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=virtual/perl-Test-Simple-0.70
- >=dev-perl/Test-CPAN-Meta-YAML-0.100.0
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.0.ebuild b/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.0.ebuild
deleted file mode 100644
index 1617ae7..0000000
--- a/dev-perl/Test-YAML-Meta/Test-YAML-Meta-0.190.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=BARBIE
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION="Validation of the META.yml file in a distribution"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
- >=virtual/perl-Test-Simple-0.70
- >=dev-perl/Test-CPAN-Meta-YAML-0.170.0
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-06-09 8:15 UTC | newest]
Thread overview: 7+ 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-YAML-Meta/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-09-17 10:30 Kent Fredric
2012-04-22 20:40 Kent Fredric
2012-04-16 19:33 Kent Fredric
2011-02-19 8:12 Torsten Veller
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