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 E89551381F3 for ; Sun, 4 Nov 2012 13:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F643E05AF; Sun, 4 Nov 2012 13:51:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B5F36E05AF for ; Sun, 4 Nov 2012 13:51:47 +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 C28A833D88D for ; Sun, 4 Nov 2012 13:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5A3E7E5450 for ; Sun, 4 Nov 2012 13:51:45 +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: <1352030751.e5082155d3b9e93ee0b61d60f031be946b0a3832.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Manual/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild dev-perl/Catalyst-Manual/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Manual/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e5082155d3b9e93ee0b61d60f031be946b0a3832 X-VCS-Branch: master Date: Sun, 4 Nov 2012 13:51:45 +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: e666cbd8-fd45-452a-beb2-71215b950d43 X-Archives-Hash: ce0c292b13ca08f68a2c62e7f537abdf commit: e5082155d3b9e93ee0b61d60f031be946b0a3832 Author: Kent Fredric gmail com> AuthorDate: Sun Nov 4 12:05:51 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Nov 4 12:05:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5082155 [newversion] Catalyst-Manual-5.900.500 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- .../Catalyst-Manual-5.900.500.ebuild | 31 ++++++++++++++++++++ dev-perl/Catalyst-Manual/ChangeLog | 6 ++++ 2 files changed, 37 insertions(+), 0 deletions(-) diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild new file mode 100644 index 0000000..18b2b92 --- /dev/null +++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=ZARQUON +MODULE_VERSION=5.9005 +inherit perl-module + +DESCRIPTION='The Catalyst developer'\''s manual' +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::More + echo virtual/perl-Test-Simple +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) +" +RDEPEND=" + +" +SRC_TEST="do" diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog index adc3c93..ac605a6 100644 --- a/dev-perl/Catalyst-Manual/ChangeLog +++ b/dev-perl/Catalyst-Manual/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Catalyst-Manual-5.900.500 (04 Nov 2012) + + 04 Nov 2012; Kent Fredric + +Catalyst-Manual-5.900.500.ebuild: + Version Bump + *Catalyst-Manual-5.900.400 (06 May 2012) 06 May 2012; Kent Fredric