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"