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 E249D1381F3 for ; Mon, 14 Oct 2013 14:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CA8E0AF9; Mon, 14 Oct 2013 14:32:22 +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 7FA03E0AF9 for ; Mon, 14 Oct 2013 14:32:21 +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 5B47033EF4F for ; Mon, 14 Oct 2013 14:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7CA72E545D for ; Mon, 14 Oct 2013 14:32: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: <1381667511.68616b710644fb04a7a9a4093b4a09cfeff3c567.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.17.0.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-PluginBundle-RJBS/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 68616b710644fb04a7a9a4093b4a09cfeff3c567 X-VCS-Branch: master Date: Mon, 14 Oct 2013 14:32: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: 99d87d6d-a661-4f0e-ae9d-cfdb10bdf6a7 X-Archives-Hash: 69018d86a517285c9a108171829b0443 commit: 68616b710644fb04a7a9a4093b4a09cfeff3c567 Author: Kent Fredric gmail com> AuthorDate: Sun Oct 13 12:31:51 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Oct 13 12:31:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=68616b71 [newversion] dev-perl/Dist-Zilla-PluginBundle-RJBS-1.17.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog | 6 ++ .../Dist-Zilla-PluginBundle-RJBS-1.17.0.ebuild | 82 ++++++++++++++++++++++ 2 files changed, 88 insertions(+) diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog index a4ceb06..f99664b 100644 --- a/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog +++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Dist-Zilla-PluginBundle-RJBS-1.17.0 (13 Oct 2013) + + 13 Oct 2013; Kent Fredric + +Dist-Zilla-PluginBundle-RJBS-1.17.0.ebuild: + Version Bump + 26 Apr 2013; Kent Fredric -Dist-Zilla-PluginBundle-RJBS-1.10.0.ebuild, -Dist-Zilla-PluginBundle-RJBS-1.11.0.ebuild: diff --git a/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.17.0.ebuild b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.17.0.ebuild new file mode 100644 index 0000000..8e5368f --- /dev/null +++ b/dev-perl/Dist-Zilla-PluginBundle-RJBS/Dist-Zilla-PluginBundle-RJBS-1.17.0.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=RJBS +MODULE_VERSION=1.017 +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 4.300036 ( 4.300.36 ) + echo \>=dev-perl/Dist-Zilla-4.300.36 + # 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::Spec + echo virtual/perl-File-Spec + # IO::Handle + echo virtual/perl-IO + # IPC::Open3 + # echo dev-lang/perl + # 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 parallel"