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 0BA8A13800E for ; Wed, 25 Jul 2012 18:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 349AEE07A4; Wed, 25 Jul 2012 18:30:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E7D2DE07A4 for ; Wed, 25 Jul 2012 18:30:19 +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 0A5541B474A for ; Wed, 25 Jul 2012 18:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B37EBE543E for ; Wed, 25 Jul 2012 18:30:17 +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: <1343224282.695da9b90c302327cad17631bb90e11674e6410a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-PluginBundle-RJBS/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.12.0.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-PluginBundle-RJBS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 695da9b90c302327cad17631bb90e11674e6410a X-VCS-Branch: master Date: Wed, 25 Jul 2012 18:30:17 +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: 34cef222-105f-480e-b177-4840f2a2505d X-Archives-Hash: 53417e8d5eb9b975fe8d1ab544d873cd commit: 695da9b90c302327cad17631bb90e11674e6410a Author: Kent Fredric gmail com> AuthorDate: Wed Jul 25 13:51:22 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Jul 25 13:51:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=695da9b9 [newversion] Dist-Zilla-PluginBundle-RJBS-1.12.0 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4) --- dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog | 6 ++ .../Dist-Zilla-PluginBundle-RJBS-1.12.0.ebuild | 80 ++++++++++++++++++++ 2 files changed, 86 insertions(+), 0 deletions(-) diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog index d507497..ab523cc 100644 --- a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog +++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Dist-Zilla-PluginBundle-RJBS-1.12.0 (25 Jul 2012) + + 25 Jul 2012; Kent Fredric + +Dist-Zilla-PluginBundle-RJBS-1.12.0.ebuild: + Version Bump + *Dist-Zilla-PluginBundle-RJBS-1.11.0 (26 May 2012) 26 May 2012; Kent Fredric diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.12.0.ebuild b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.12.0.ebuild new file mode 100644 index 0000000..f1803fe --- /dev/null +++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.12.0.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=4 +MODULE_AUTHOR=RJBS +MODULE_VERSION=1.012 +inherit perl-module + +DESCRIPTION='BeLike::RJBS when you build your dists' +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.300.0 +} +perl_meta_runtime() { + # Dist::Zilla 2.100922 ( 2.100.922 ) + echo \>=dev-perl/Dist-Zilla-2.100.922 + # Dist::Zilla::Plugin::AutoPrereq 1.100130 ( 1.100.130 ) + echo \>=dev-perl/Dist-Zilla-1.100.130 + # Dist::Zilla::Plugin::CheckExtraTests + echo dev-perl/Dist-Zilla-Plugin-CheckExtraTests + # Dist::Zilla::Plugin::CheckPrereqsIndexed + echo dev-perl/Dist-Zilla-Plugin-CheckPrereqsIndexed + # Dist::Zilla::Plugin::GithubMeta 0.12 ( 0.120.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-GithubMeta-0.120.0 + # Dist::Zilla::Plugin::PodWeaver 3.092971 ( 3.92.971 ) + echo \>=dev-perl/Dist-Zilla-Plugin-PodWeaver-3.92.971 + # Dist::Zilla::Plugin::ReportVersions::Tiny + echo dev-perl/Dist-Zilla-Plugin-ReportVersions-Tiny + # Dist::Zilla::Plugin::TaskWeaver 0.093330 ( 0.93.330 ) + echo \>=dev-perl/Dist-Zilla-Plugin-TaskWeaver-0.93.330 + # Dist::Zilla::Plugin::Test::ChangesHasContent + echo dev-perl/Dist-Zilla-Plugin-CheckChangesHasContent + # Dist::Zilla::Plugin::Test::Compile + echo dev-perl/Dist-Zilla-Plugin-Test-Compile + # Dist::Zilla::PluginBundle::Basic + echo dev-perl/Dist-Zilla + # Dist::Zilla::PluginBundle::Filter + echo dev-perl/Dist-Zilla + # Dist::Zilla::PluginBundle::Git + echo dev-perl/Dist-Zilla-Plugin-Git + # Dist::Zilla::Role::PluginBundle::Easy + echo dev-perl/Dist-Zilla + # Moose + echo dev-perl/Moose + # Moose::Autobox + echo dev-perl/Moose-Autobox + # Pod::Elemental 0.092970 ( 0.92.970 ) + echo \>=dev-perl/Pod-Elemental-0.92.970 + # Pod::Elemental::Transformer::List + echo dev-perl/Pod-Elemental-Transformer-List + # Pod::Weaver 3.100310 ( 3.100.310 ) + echo \>=dev-perl/Pod-Weaver-3.100.310 + # Pod::Weaver::Config::Assembler + echo dev-perl/Pod-Weaver + # strict + echo dev-lang/perl + # warnings + echo dev-lang/perl +} +perl_meta_test() { + # File::Find + echo dev-lang/perl + # File::Temp + echo virtual/perl-File-Temp + # Test::More 0.96 ( 0.960.0 ) + echo \>=virtual/perl-Test-Simple-0.96 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"