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 32DCC138909 for ; Fri, 8 Feb 2013 10:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F2B21C008; Fri, 8 Feb 2013 10:36:52 +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 55C1FE05F2 for ; Fri, 8 Feb 2013 10:36:41 +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 1243F33E1C4 for ; Fri, 8 Feb 2013 10:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2957BE4083 for ; Fri, 8 Feb 2013 10:36:32 +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: <1360314947.bfd194e0a2c7237ec25d9bf605431fa2a1f020d1.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bfd194e0a2c7237ec25d9bf605431fa2a1f020d1 X-VCS-Branch: master Date: Fri, 8 Feb 2013 10:36:32 +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: ec6b8a9a-0721-47ea-956f-2fbcfcc3fd76 X-Archives-Hash: 800f91341c8c0b0e6e81ddaaec9e66d0 commit: bfd194e0a2c7237ec25d9bf605431fa2a1f020d1 Author: Kent Fredric gmail com> AuthorDate: Fri Feb 8 09:15:47 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Feb 8 09:15:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bfd194e0 [newversion] Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- .../ChangeLog | 8 ++- ...t-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild | 62 ++++++++++++++++++++ 2 files changed, 69 insertions(+), 1 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog index 65b5eac..7f1001c 100644 --- a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog +++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0 (08 Feb 2013) + + 08 Feb 2013; Kent Fredric + +Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild: + Version Bump + *Dist-Zilla-Plugin-CheckPrereqsIndexed-0.7.0 (23 Feb 2012) 23 Feb 2012; Kent Fredric diff --git a/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild new file mode 100644 index 0000000..edc5be2 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.8.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=0.008 +inherit perl-module + +DESCRIPTION='prevent a release if you have prereqs not found on CPAN' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 +} +perl_meta_runtime() { + # Dist::Zilla::Role::BeforeRelease + echo dev-perl/Dist-Zilla + # Encode + echo virtual/perl-Encode + # JSON + echo dev-perl/JSON + # LWP::UserAgent + echo dev-perl/libwww-perl + # List::MoreUtils + echo dev-perl/List-MoreUtils + # Moose + echo dev-perl/Moose + # namespace::autoclean + echo dev-perl/namespace-autoclean + # perl v5.10.0 ( 5.10.0 ) + echo \>=dev-lang/perl-5.10.0 + # version + echo virtual/perl-version +} +perl_meta_test() { + # File::Find + echo dev-lang/perl + # File::Temp + echo virtual/perl-File-Temp + # Test::DZil + echo dev-perl/Dist-Zilla + # Test::Fatal + echo dev-perl/Test-Fatal + # Test::More 0.96 ( 0.960.0 ) + echo \>=virtual/perl-Test-Simple-0.96 + # strict + echo dev-lang/perl + # warnings + echo dev-lang/perl +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"