commit:     466d742c7465af58d37d69f4ea857b149088a7fd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 02:05:06 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 02:05:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=466d742c

[cleanup] Getopt-Euclid-0.{2,3}.*: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild  | 25 ----------
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild  | 25 ----------
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild  | 28 ------------
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild  | 43 ------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild    | 52 ---------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild    | 52 ---------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild    | 52 ---------------------
 .../Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild    | 53 ----------------------
 8 files changed, 330 deletions(-)

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
deleted file mode 100644
index 21dadbd..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=KGALINSKY
-MODULE_VERSION=v0.2.3
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-       virtual/perl-Test-Simple
-       virtual/perl-version
-       virtual/perl-File-Spec  $(comment File::Spec::Functions)
-       virtual/perl-Scalar-List-Utils $(comment List::Util)
-"
-DEPEND="${RDEPEND}
-       virtual/perl-Module-Build
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
deleted file mode 100644
index 425835d..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.2.4
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-       virtual/perl-Test-Simple
-       virtual/perl-version
-       virtual/perl-File-Spec  $(comment File::Spec::Functions)
-       virtual/perl-Scalar-List-Utils $(comment List::Util)
-"
-DEPEND="${RDEPEND}
-       virtual/perl-Module-Build
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild
deleted file mode 100644
index 7f0a421..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.2.7
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-RDEPEND="
-       virtual/perl-Test-Simple
-       virtual/perl-version
-       $(comment virtual/perl-File-Basename)
-       virtual/perl-File-Spec  $(comment File::Spec::Functions)
-       virtual/perl-Scalar-List-Utils $(comment List::Util)
-       virtual/perl-Text-Balanced
-       dev-perl/perltidy $(comment Perl::Tidy)
-"
-DEPEND="${RDEPEND}
-       virtual/perl-Module-Build
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild
deleted file mode 100644
index 7a742eb..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.0
-inherit perl-module
-
-DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-perl_mb_requires() {
-       #Test::More
-       echo virtual/perl-Test-Simple
-       #version
-       echo virtual/perl-version
-       #File::Basename
-
-       #File::Spec::Functions
-       echo virtual/perl-File-Spec
-       #List::Util
-       echo virtual/perl-Scalar-List-Utils
-       #Text::Balanced
-       echo virtual/perl-Text-Balanced
-       #Perl::Tidy
-       echo dev-perl/perltidy
-}
-perl_mb_configure() {
-       #Module::Build
-       echo virtual/perl-Module-Build
-}
-RDEPEND="
-       $(perl_mb_requires)
-"
-DEPEND="
-       $(perl_mb_requires)
-       $(perl_mb_configure)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
deleted file mode 100644
index ab97cbc..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.5
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-       # Pod::Checker
-       echo virtual/perl-Pod-Parser
-       # Test::More
-       echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-       # File::Basename
-       echo dev-lang/perl
-       # File::Spec::Functions
-       echo virtual/perl-File-Spec
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Pod::PlainText
-       echo virtual/perl-Pod-Parser
-       # Pod::Select
-       echo virtual/perl-Pod-Parser
-       # Text::Balanced
-       echo virtual/perl-Text-Balanced
-       # perl 5.005 ( 5.5.0 )
-       echo \>=dev-lang/perl-5.5.0
-       # version
-       echo virtual/perl-version
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
deleted file mode 100644
index 5671aae..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.6
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-       # Pod::Checker
-       echo virtual/perl-Pod-Parser
-       # Test::More
-       echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-       # File::Basename
-       echo dev-lang/perl
-       # File::Spec::Functions
-       echo virtual/perl-File-Spec
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Pod::PlainText
-       echo virtual/perl-Pod-Parser
-       # Pod::Select
-       echo virtual/perl-Pod-Parser
-       # Text::Balanced
-       echo virtual/perl-Text-Balanced
-       # perl 5.005 ( 5.5.0 )
-       echo \>=dev-lang/perl-5.5.0
-       # version
-       echo virtual/perl-version
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
deleted file mode 100644
index e1af829..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.7
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       echo " || ( virtual/perl-Module-Build 
>=virtual/perl-ExtUtils-MakeMaker-6.36 )"
-       # Pod::Checker
-       echo virtual/perl-Pod-Parser
-       # Test::More
-       echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-       # File::Basename
-       echo dev-lang/perl
-       # File::Spec::Functions
-       echo virtual/perl-File-Spec
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Pod::PlainText
-       echo virtual/perl-Pod-Parser
-       # Pod::Select
-       echo virtual/perl-Pod-Parser
-       # Text::Balanced
-       echo virtual/perl-Text-Balanced
-       # perl 5.005 ( 5.5.0 )
-       echo \>=dev-lang/perl-5.5.0
-       # version
-       echo virtual/perl-version
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild 
b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild
deleted file mode 100644
index 98b8271..0000000
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FANGLY
-MODULE_VERSION=0.3.9
-inherit perl-module
-
-DESCRIPTION='Executable Uniform Command-Line Interface Descriptions'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-       echo virtual/perl-Module-Build
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       # echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-       # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-       # Pod::Checker
-       echo virtual/perl-Pod-Checker
-       # Test::More
-       echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-       # File::Basename
-       echo dev-lang/perl
-       # File::Spec::Functions
-       echo virtual/perl-File-Spec
-       # List::Util
-       echo virtual/perl-Scalar-List-Utils
-       # Pod::PlainText
-       echo virtual/perl-Pod-Parser
-       # Pod::Select
-       echo virtual/perl-Pod-Parser
-       # Text::Balanced
-       echo virtual/perl-Text-Balanced
-       # perl 5.005 ( 5.5.0 )
-       echo \>=dev-lang/perl-5.5.0
-       # version
-       echo virtual/perl-version
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_build)
-       $(perl_meta_runtime)
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

Reply via email to