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 36D6D138CD8 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 2355BE0869; Fri, 5 Jun 2015 01:42:42 +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 79221E0867 for ; Fri, 5 Jun 2015 01:42:41 +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 3AF67340E0B for ; Fri, 5 Jun 2015 01:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFC32A28 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: <1433465013.058d40048826e482e4dc43eba28bbec99e0945a1.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.90.0-r1.ebuild dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0.ebuild X-VCS-Directories: dev-perl/Catalyst-View-Download/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 058d40048826e482e4dc43eba28bbec99e0945a1 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: 3982e12e-8595-4165-acbe-0052684a7caa X-Archives-Hash: 89d4f5758e93d5e6960139106ad5a354 commit: 058d40048826e482e4dc43eba28bbec99e0945a1 Author: Kent Fredric gmail com> AuthorDate: Fri Jun 5 00:43:33 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jun 5 00:43:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=058d4004 [fixup] Catalyst-View-Download: EAPI5, fixup deps, esp Test::use::ok Package-Manager: portage-2.2.17 .../Catalyst-View-Download-0.90.0-r1.ebuild | 25 ++++++++++++ .../Catalyst-View-Download-0.90.0.ebuild | 45 ---------------------- 2 files changed, 25 insertions(+), 45 deletions(-) diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0-r1.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0-r1.ebuild new file mode 100644 index 0000000..63af08c --- /dev/null +++ b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=GAUDEON +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Helper for Download Views" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +# Catalyst::View -> Catalyst-Runtime +RDEPEND="" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 + test? ( + dev-perl/Catalyst-Runtime + virtual/perl-Test-Simple + dev-perl/Test-WWW-Mechanize-Catalyst + dev-perl/Text-CSV + dev-perl/XML-Simple + || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) + ) +" diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0.ebuild deleted file mode 100644 index a86b5ac..0000000 --- a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=GAUDEON -MODULE_VERSION=0.09 -inherit perl-module - -DESCRIPTION='Helper for Download Views' -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 parallel"