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 1B10B198005 for ; Sat, 2 Mar 2013 07:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CACCE05F9; Sat, 2 Mar 2013 07:02:03 +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 DA55AE055B for ; Sat, 2 Mar 2013 07:02:02 +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 C94F133DC3E for ; Sat, 2 Mar 2013 07:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF89AE42E0 for ; Sat, 2 Mar 2013 07:01:59 +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: <1361925401.29dd093ce1ef270f345db92f10127a191ef84f59.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild dev-perl/Catalyst-Plugin-Cache/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-Cache/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 29dd093ce1ef270f345db92f10127a191ef84f59 X-VCS-Branch: master Date: Sat, 2 Mar 2013 07:01:59 +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: 8d30a60b-116d-4c82-b5da-6095e6e79a50 X-Archives-Hash: 0d415476bd44c61cb3ef47491d0d5e36 commit: 29dd093ce1ef270f345db92f10127a191ef84f59 Author: Kent Fredric gmail com> AuthorDate: Wed Feb 27 00:36:41 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Feb 27 00:36:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=29dd093c [newversion] Catalyst-Plugin-Cache-0.120.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- .../Catalyst-Plugin-Cache-0.120.0.ebuild | 46 ++++++++++++++++++++ dev-perl/Catalyst-Plugin-Cache/ChangeLog | 8 +++- 2 files changed, 53 insertions(+), 1 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild new file mode 100644 index 0000000..5e9a5c1 --- /dev/null +++ b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.120.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=BOBTFISH +MODULE_VERSION=0.12 +inherit perl-module + +DESCRIPTION='Flexible caching support for Catalyst.' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 + # Test::Deep + echo dev-perl/Test-Deep + # Test::Exception + echo dev-perl/Test-Exception + # Test::More 0.88 ( 0.880.0 ) + echo \>=virtual/perl-Test-Simple-0.88 +} +perl_meta_runtime() { + # Catalyst 5.8 ( 5.800.0 ) + echo \>=dev-perl/Catalyst-Runtime-5.800.0 + # MRO::Compat + echo dev-perl/MRO-Compat + # Storable + echo virtual/perl-Storable + # Task::Weaken + echo dev-perl/Task-Weaken +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do" diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog index f2bb125..a5167b0 100644 --- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Catalyst-Plugin-Cache -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Catalyst-Plugin-Cache-0.120.0 (27 Feb 2013) + + 27 Feb 2013; Kent Fredric + +Catalyst-Plugin-Cache-0.120.0.ebuild: + Version Bump + *Catalyst-Plugin-Cache-0.110.0 (27 Mar 2012) 27 Mar 2012; Kent Fredric