From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7065A138CCA for ; Thu, 26 Mar 2015 03:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AB76E08AD; Thu, 26 Mar 2015 03:21:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3121BE08AD for ; Thu, 26 Mar 2015 03:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A0AD340955 for ; Thu, 26 Mar 2015 03:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A91DE148C9 for ; Thu, 26 Mar 2015 03:21:14 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1427335506.466d742c7465af58d37d69f4ea857b149088a7fd.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Getopt-Euclid/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.3.ebuild dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.4.ebuild dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.7.ebuild dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.0.ebuild dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.5-r1.ebuild dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.6-r1.ebuild dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.7-r1.ebuild dev-perl/Getopt-Euclid/Getopt-Euclid-0.3.9-r1.ebuild X-VCS-Directories: dev-perl/Getopt-Euclid/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 466d742c7465af58d37d69f4ea857b149088a7fd X-VCS-Branch: master Date: Thu, 26 Mar 2015 03:21:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a940052-efe1-4fc9-80f0-432510e9f3f6 X-Archives-Hash: 3cbb36795278fa3aca333cee9a3579c1 commit: 466d742c7465af58d37d69f4ea857b149088a7fd Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 02:05:06 2015 +0000 Commit: Kent Fredric gmail 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"