commit: e64ebe3a1cc754b384edc51f1c955190c721aa1b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 17:59:59 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 29 17:59:59 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e64ebe3a
[cleanup] Config-GitLike: Remove old versions
Package-Manager: portage-2.2.17
.../Config-GitLike/Config-GitLike-1.30.0.ebuild | 27 ---------------
.../Config-GitLike/Config-GitLike-1.40.0.ebuild | 27 ---------------
.../Config-GitLike/Config-GitLike-1.50.0.ebuild | 27 ---------------
.../Config-GitLike/Config-GitLike-1.70.0.ebuild | 38 ----------------------
.../Config-GitLike/Config-GitLike-1.80.0.ebuild | 38 ----------------------
.../Config-GitLike/Config-GitLike-1.90.0.ebuild | 38 ----------------------
6 files changed, 195 deletions(-)
diff --git a/dev-perl/Config-GitLike/Config-GitLike-1.30.0.ebuild
b/dev-perl/Config-GitLike/Config-GitLike-1.30.0.ebuild
deleted file mode 100644
index 606f416..0000000
--- a/dev-perl/Config-GitLike/Config-GitLike-1.30.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=SPANG
-MODULE_VERSION="1.03"
-inherit perl-module
-
-DESCRIPTION="git-compatible config file parsing"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Any-Moose
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
- virtual/perl-File-Spec
- virtual/perl-File-Temp
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Config-GitLike/Config-GitLike-1.40.0.ebuild
b/dev-perl/Config-GitLike/Config-GitLike-1.40.0.ebuild
deleted file mode 100644
index 90edd6e..0000000
--- a/dev-perl/Config-GitLike/Config-GitLike-1.40.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION="1.04"
-inherit perl-module
-
-DESCRIPTION="git-compatible config file parsing"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Any-Moose
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
- virtual/perl-File-Spec
- virtual/perl-File-Temp
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Config-GitLike/Config-GitLike-1.50.0.ebuild
b/dev-perl/Config-GitLike/Config-GitLike-1.50.0.ebuild
deleted file mode 100644
index f3fb5b3..0000000
--- a/dev-perl/Config-GitLike/Config-GitLike-1.50.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=SPANG
-MODULE_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="git-compatible config file parsing"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- dev-perl/Any-Moose
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-Test-Simple
- dev-perl/Test-Exception
- virtual/perl-File-Spec
- virtual/perl-File-Temp
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Config-GitLike/Config-GitLike-1.70.0.ebuild
b/dev-perl/Config-GitLike/Config-GitLike-1.70.0.ebuild
deleted file mode 100644
index 5ae87b0..0000000
--- a/dev-perl/Config-GitLike/Config-GitLike-1.70.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=1.07
-inherit perl-module
-
-DESCRIPTION='git-compatible config file parsing'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
- # Test::Exception
- echo dev-perl/Test-Exception
-}
-perl_meta_runtime() {
- # Any::Moose
- echo dev-perl/Any-Moose
- # perl v5.8.0 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Config-GitLike/Config-GitLike-1.80.0.ebuild
b/dev-perl/Config-GitLike/Config-GitLike-1.80.0.ebuild
deleted file mode 100644
index f35e754..0000000
--- a/dev-perl/Config-GitLike/Config-GitLike-1.80.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=1.08
-inherit perl-module
-
-DESCRIPTION='git-compatible config file parsing'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
- # Test::Exception
- echo dev-perl/Test-Exception
-}
-perl_meta_runtime() {
- # Any::Moose
- echo dev-perl/Any-Moose
- # perl v5.8.0 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Config-GitLike/Config-GitLike-1.90.0.ebuild
b/dev-perl/Config-GitLike/Config-GitLike-1.90.0.ebuild
deleted file mode 100644
index db4842b..0000000
--- a/dev-perl/Config-GitLike/Config-GitLike-1.90.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=1.09
-inherit perl-module
-
-DESCRIPTION='git-compatible config file parsing'
-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::Exception
- echo dev-perl/Test-Exception
-}
-perl_meta_runtime() {
- # Any::Moose
- echo dev-perl/Any-Moose
- # perl v5.8.0 ( 5.8.0 )
- echo \>=dev-lang/perl-5.8.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"