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 77A5F198005 for ; Sat, 2 Mar 2013 07:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC009E0660; Sat, 2 Mar 2013 07:02:05 +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 E336AE05ED for ; Sat, 2 Mar 2013 07:02:04 +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 E8B3133DD63 for ; Sat, 2 Mar 2013 07:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 022F9E4079 for ; Sat, 2 Mar 2013 07:02:02 +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: <1362174287.d08587eb9dc3664fcd67e048b532f2354d48c2e7.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-TT/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild dev-perl/Catalyst-View-TT/ChangeLog X-VCS-Directories: dev-perl/Catalyst-View-TT/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d08587eb9dc3664fcd67e048b532f2354d48c2e7 X-VCS-Branch: master Date: Sat, 2 Mar 2013 07:02:02 +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: d8be5441-f4f0-4813-a3ae-4cb436ba8600 X-Archives-Hash: 3fc881ee135b889469b063c2d244c541 commit: d08587eb9dc3664fcd67e048b532f2354d48c2e7 Author: Kent Fredric gmail com> AuthorDate: Fri Mar 1 21:44:47 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Mar 1 21:44:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d08587eb [newversion] Catalyst-View-TT-0.410.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- .../Catalyst-View-TT-0.410.0.ebuild | 48 ++++++++++++++++++++ dev-perl/Catalyst-View-TT/ChangeLog | 6 +++ 2 files changed, 54 insertions(+), 0 deletions(-) diff --git a/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild new file mode 100644 index 0000000..59cdbaf --- /dev/null +++ b/dev-perl/Catalyst-View-TT/Catalyst-View-TT-0.410.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=JJNAPIORK +MODULE_VERSION=0.41 +inherit perl-module + +DESCRIPTION='Template View Class' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 + # Test::More + echo virtual/perl-Test-Simple +} +perl_meta_runtime() { + # Catalyst 5.7 ( 5.700.0 ) + echo \>=dev-perl/Catalyst-Runtime-5.700.0 + # Class::Accessor + echo dev-perl/Class-Accessor + # MRO::Compat + echo dev-perl/MRO-Compat + # Path::Class + echo dev-perl/Path-Class + # Template + echo dev-perl/Template-Toolkit + # Template::Timer + echo dev-perl/Template-Timer + # perl v5.8.1 ( 5.8.1 ) + echo \>=dev-lang/perl-5.8.1 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/Catalyst-View-TT/ChangeLog b/dev-perl/Catalyst-View-TT/ChangeLog index 0c3b0d2..542922f 100644 --- a/dev-perl/Catalyst-View-TT/ChangeLog +++ b/dev-perl/Catalyst-View-TT/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Catalyst-View-TT-0.410.0 (01 Mar 2013) + + 01 Mar 2013; Kent Fredric + +Catalyst-View-TT-0.410.0.ebuild: + Version Bump + *Catalyst-View-TT-0.400.0 (07 Feb 2013) 07 Feb 2013; Kent Fredric