From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ROsIv-0003Nn-F8 for garchives@archives.gentoo.org; Fri, 11 Nov 2011 14:42:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FD7821C078; Fri, 11 Nov 2011 14:38:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D4DE621C078 for ; Fri, 11 Nov 2011 14:38:20 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AC291B4049 for ; Fri, 11 Nov 2011 14:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D6F9280037 for ; Fri, 11 Nov 2011 14:38:19 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: 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 dev-perl/Catalyst-View-Download/ChangeLog X-VCS-Directories: dev-perl/Catalyst-View-Download/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c2723faf643da3b8eda63a5b1a849c1d48469b6e Date: Fri, 11 Nov 2011 14:38:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: be199c1a-5523-4c8b-8e76-9fdf7bf1a5be X-Archives-Hash: 9ab2e8f9a690484452367e90e2f7ec90 commit: c2723faf643da3b8eda63a5b1a849c1d48469b6e Author: Kent Fredric gmail com> AuthorDate: Fri Nov 11 11:17:47 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Nov 11 11:17:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dc2723faf [newversion] Catalyst-View-Download (Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../Catalyst-View-Download-0.70.0.ebuild | 45 ++++++++++++++= ++++++ dev-perl/Catalyst-View-Download/ChangeLog | 6 +++ 2 files changed, 51 insertions(+), 0 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 new file mode 100644 index 0000000..27543f9 --- /dev/null +++ b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuil= d @@ -0,0 +1,45 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DGAUDEON +MODULE_VERSION=3D0.07 +inherit perl-module + +DESCRIPTION=3D'Catalyst-View-Download' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) + echo \>=3Dvirtual/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 \>=3Dvirtual/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=3D" + $(perl_meta_configure) + $(perl_meta_build) +" +RDEPEND=3D" + +" +SRC_TEST=3D"do" diff --git a/dev-perl/Catalyst-View-Download/ChangeLog b/dev-perl/Catalys= t-View-Download/ChangeLog index c7cd4a9..b02adbb 100644 --- a/dev-perl/Catalyst-View-Download/ChangeLog +++ b/dev-perl/Catalyst-View-Download/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Catalyst-View-Download-0.70.0 (11 Nov 2011) + + 11 Nov 2011; Kent Fredric + +Catalyst-View-Download-0.70.0.ebuild: + Version Bump + *Catalyst-View-Download-0.60.0 (11 Nov 2011) =20 11 Nov 2011; Kent Fredric