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 52398138CDD for ; Fri, 5 Jun 2015 01:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D8CE087C; Fri, 5 Jun 2015 01:42:44 +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 917E9E087C for ; Fri, 5 Jun 2015 01:42:43 +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 DFFF1340BBA for ; Fri, 5 Jun 2015 01:42:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCFC6A27 for ; Fri, 5 Jun 2015 01:42:38 +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: <1433463447.1931aeb201114be7e2163e891c3731591ccdf4fd.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Download/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild X-VCS-Directories: dev-perl/Catalyst-View-Download/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1931aeb201114be7e2163e891c3731591ccdf4fd X-VCS-Branch: master Date: Fri, 5 Jun 2015 01:42:38 +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: c3b63ce1-6c7a-44a4-9c7a-e1898c81413a X-Archives-Hash: beeb790d56e5d2eed3fc60023a9dfa19 commit: 1931aeb201114be7e2163e891c3731591ccdf4fd Author: Kent Fredric gmail com> AuthorDate: Fri Jun 5 00:17:27 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jun 5 00:17:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1931aeb2 [cleanup] Catalyst-View-Download: Remove old version Package-Manager: portage-2.2.17 .../Catalyst-View-Download-0.70.0.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild deleted file mode 100644 index 27543f9..0000000 --- a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=GAUDEON -MODULE_VERSION=0.07 -inherit perl-module - -DESCRIPTION='Catalyst-View-Download' -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() { - # Catalyst::Runtime - echo dev-perl/Catalyst-Runtime - # Catalyst::View - echo dev-perl/Catalyst-Runtime - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 - # FindBin - echo dev-lang/perl - # Test::More - echo virtual/perl-Test-Simple - # Test::WWW::Mechanize::Catalyst - echo dev-perl/Test-WWW-Mechanize-Catalyst - # Text::CSV - echo dev-perl/Text-CSV - # XML::Simple - echo dev-perl/XML-Simple - # ok - echo dev-perl/Test-use-ok -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) -" -RDEPEND=" - -" -SRC_TEST="do"