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 28B51138CC5 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 A0568E08A1; Thu, 26 Mar 2015 03:21:21 +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 0C0CBE08A1 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 3080B34096C 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 CBC9F148CB 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: <1427337389.12487135c925e33d31c91fb7940efd0d922b2e4a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Parse-CPAN-Distributions/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Parse-CPAN-Distributions/Parse-CPAN-Distributions-0.70.0.ebuild X-VCS-Directories: dev-perl/Parse-CPAN-Distributions/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 12487135c925e33d31c91fb7940efd0d922b2e4a 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: 27fb72d3-3b8d-497b-bb6d-4e28fe17947e X-Archives-Hash: de2b39ecf07dc56b777360d11d5e8b68 commit: 12487135c925e33d31c91fb7940efd0d922b2e4a Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 02:36:29 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 02:36:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=12487135 [cleanup] Parse-CPAN-Distributions-0.70.0: Remove old versions Package-Manager: portage-2.2.17 .../Parse-CPAN-Distributions-0.70.0.ebuild | 52 ---------------------- 1 file changed, 52 deletions(-) diff --git a/dev-perl/Parse-CPAN-Distributions/Parse-CPAN-Distributions-0.70.0.ebuild b/dev-perl/Parse-CPAN-Distributions/Parse-CPAN-Distributions-0.70.0.ebuild deleted file mode 100644 index a76fbfe..0000000 --- a/dev-perl/Parse-CPAN-Distributions/Parse-CPAN-Distributions-0.70.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=BARBIE -MODULE_VERSION=0.07 -inherit perl-module - -DESCRIPTION='Provides an index for current CPAN distributions' -LICENSE=" Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # CPAN::DistnameInfo - echo dev-perl/CPAN-DistnameInfo - # File::Basename - echo dev-lang/perl - # File::Path - echo virtual/perl-File-Path - # File::Slurp - echo dev-perl/File-Slurp - # File::Temp - echo virtual/perl-File-Temp - # IO::File - echo virtual/perl-IO - # IO::Zlib - echo virtual/perl-IO-Zlib - # LWP::UserAgent - echo dev-perl/libwww-perl - # perl 5.006 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 - # version - echo virtual/perl-version -} -perl_meta_test() { - # Test::More 0.70 ( 0.700.0 ) - echo \>=virtual/perl-Test-Simple-0.70 -} -DEPEND=" - $(perl_meta_build) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"