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 0BCF91381F3 for ; Wed, 15 May 2013 22:23:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B0C1E0897; Wed, 15 May 2013 22:23:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80711E0899 for ; Wed, 15 May 2013 22:23:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36F1A33E039 for ; Wed, 15 May 2013 22:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3A90CE5459 for ; Wed, 15 May 2013 22:23:35 +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: <1368644227.97437c74eef9beaf70e36c34f6007ec76049fbc7.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/File-Fetch/ChangeLog perl-core/File-Fetch/File-Fetch-0.220.0.ebuild perl-core/File-Fetch/File-Fetch-0.240.0.ebuild perl-core/File-Fetch/File-Fetch-0.280.0.ebuild perl-core/File-Fetch/File-Fetch-0.300.0.ebuild perl-core/File-Fetch/File-Fetch-0.340.0.ebuild perl-core/File-Fetch/File-Fetch-0.360.0.ebuild X-VCS-Directories: perl-core/File-Fetch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 97437c74eef9beaf70e36c34f6007ec76049fbc7 X-VCS-Branch: master Date: Wed, 15 May 2013 22:23:35 +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: 93daf63f-d771-43ec-98d5-41e96f4bc44b X-Archives-Hash: a4971b63d349c20d282f6ba1a6928d13 commit: 97437c74eef9beaf70e36c34f6007ec76049fbc7 Author: Kent Fredric gmail com> AuthorDate: Wed May 15 18:57:07 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed May 15 18:57:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=97437c74 [cpanclean] perl-core/File-Fetch-0.220.0 Package-Manager: portage-2.2.0_alpha174 Manifest-Sign-Key: ECD2C675C102CDA4 --- perl-core/File-Fetch/ChangeLog | 6 +++ perl-core/File-Fetch/File-Fetch-0.220.0.ebuild | 25 ------------ perl-core/File-Fetch/File-Fetch-0.240.0.ebuild | 25 ------------ perl-core/File-Fetch/File-Fetch-0.280.0.ebuild | 25 ------------ perl-core/File-Fetch/File-Fetch-0.300.0.ebuild | 25 ------------ perl-core/File-Fetch/File-Fetch-0.340.0.ebuild | 50 ------------------------ perl-core/File-Fetch/File-Fetch-0.360.0.ebuild | 50 ------------------------ 7 files changed, 6 insertions(+), 200 deletions(-) diff --git a/perl-core/File-Fetch/ChangeLog b/perl-core/File-Fetch/ChangeLog index c456ce1..8cf0d39 100644 --- a/perl-core/File-Fetch/ChangeLog +++ b/perl-core/File-Fetch/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 15 May 2013; Kent Fredric -File-Fetch-0.220.0.ebuild, + -File-Fetch-0.240.0.ebuild, -File-Fetch-0.280.0.ebuild, + -File-Fetch-0.300.0.ebuild, -File-Fetch-0.340.0.ebuild, + -File-Fetch-0.360.0.ebuild: + Gone on CPAN + *File-Fetch-0.420.0 (02 May 2013) 02 May 2013; Kent Fredric +File-Fetch-0.420.0.ebuild: diff --git a/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild deleted file mode 100644 index 552c27c..0000000 --- a/perl-core/File-Fetch/File-Fetch-0.220.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -MODULE_VERSION="0.22" -inherit perl-module - -DESCRIPTION="A generic file fetching mechanism" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-IPC-Cmd - virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - virtual/perl-Params-Check" -DEPEND="${RDEPEND}" - -SRC_TEST=online diff --git a/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild deleted file mode 100644 index 9100e07..0000000 --- a/perl-core/File-Fetch/File-Fetch-0.240.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -MODULE_VERSION="0.24" -inherit perl-module - -DESCRIPTION="A generic file fetching mechanism" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-IPC-Cmd - virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - virtual/perl-Params-Check" -DEPEND="${RDEPEND}" - -SRC_TEST=online diff --git a/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild deleted file mode 100644 index e287822..0000000 --- a/perl-core/File-Fetch/File-Fetch-0.280.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -MODULE_VERSION="0.28" -inherit perl-module - -DESCRIPTION="A generic file fetching mechanism" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-IPC-Cmd - virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - virtual/perl-Params-Check" -DEPEND="${RDEPEND}" - -SRC_TEST=online diff --git a/perl-core/File-Fetch/File-Fetch-0.300.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.300.0.ebuild deleted file mode 100644 index 7b92293..0000000 --- a/perl-core/File-Fetch/File-Fetch-0.300.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -MODULE_VERSION=0.30 -inherit perl-module - -DESCRIPTION="A generic file fetching mechanism" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-IPC-Cmd - virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - virtual/perl-Params-Check" -DEPEND="${RDEPEND}" - -SRC_TEST=online diff --git a/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild deleted file mode 100644 index faaac90..0000000 --- a/perl-core/File-Fetch/File-Fetch-0.340.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=BINGOS -MODULE_VERSION=0.34 -inherit perl-module - -DESCRIPTION='Generic file fetching code' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # File::Basename - echo dev-lang/perl - # File::Copy - echo dev-lang/perl - # File::Path - echo virtual/perl-File-Path - # File::Spec 0.82 ( 0.820.0 ) - echo \>=virtual/perl-File-Spec-0.82 - # IPC::Cmd 0.42 ( 0.420.0 ) - echo \>=virtual/perl-IPC-Cmd-0.420 - # Locale::Maketext::Simple - echo virtual/perl-Locale-Maketext-Simple - # Module::Load::Conditional 0.04 ( 0.40.0 ) - echo \>=virtual/perl-Module-Load-Conditional-0.40 - # Params::Check 0.07 ( 0.70.0 ) - echo \>=virtual/perl-Params-Check-0.07 - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="network" diff --git a/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild deleted file mode 100644 index 4c4f189..0000000 --- a/perl-core/File-Fetch/File-Fetch-0.360.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=BINGOS -MODULE_VERSION=0.36 -inherit perl-module - -DESCRIPTION='Generic file fetching code' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # File::Basename - echo dev-lang/perl - # File::Copy - echo dev-lang/perl - # File::Path - echo virtual/perl-File-Path - # File::Spec 0.82 ( 0.820.0 ) - echo \>=virtual/perl-File-Spec-0.82 - # IPC::Cmd 0.42 ( 0.420.0 ) - echo \>=virtual/perl-IPC-Cmd-0.420 - # Locale::Maketext::Simple - echo virtual/perl-Locale-Maketext-Simple - # Module::Load::Conditional 0.04 ( 0.40.0 ) - echo \>=virtual/perl-Module-Load-Conditional-0.040 - # Params::Check 0.07 ( 0.70.0 ) - echo \>=virtual/perl-Params-Check-0.07 - # Test::More - echo virtual/perl-Test-Simple -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="network"