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 497531381F3 for ; Fri, 26 Apr 2013 19:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A771E0D1A; Fri, 26 Apr 2013 19:59:47 +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 2F46CE0D16 for ; Fri, 26 Apr 2013 19:59: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 4AFE033DF8D for ; Fri, 26 Apr 2013 19:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 52F36E4410 for ; Fri, 26 Apr 2013 19:59: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: <1367004139.246720f85048eb9c913527e948e5513703debffe.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ChangeLog dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-1.7.3.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 246720f85048eb9c913527e948e5513703debffe X-VCS-Branch: master Date: Fri, 26 Apr 2013 19:59: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: fe6d1ed3-e16a-498d-85ed-e6c3976fb631 X-Archives-Hash: 997a7b69e497e61fba0c419471da4ea4 commit: 246720f85048eb9c913527e948e5513703debffe Author: Kent Fredric gmail com> AuthorDate: Fri Apr 26 19:22:19 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Apr 26 19:22:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=246720f8 [newversion] Dist-Zilla-PluginBundle-Author-KENTNL-1.7.3 Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- .../ChangeLog | 6 + ...t-Zilla-PluginBundle-Author-KENTNL-1.7.3.ebuild | 209 ++++++++++++++++++++ 2 files changed, 215 insertions(+), 0 deletions(-) diff --git a/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ChangeLog b/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ChangeLog index fead004..e0cd9e2 100644 --- a/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ChangeLog +++ b/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Dist-Zilla-PluginBundle-Author-KENTNL-1.7.3 (26 Apr 2013) + + 26 Apr 2013; Kent Fredric + +Dist-Zilla-PluginBundle-Author-KENTNL-1.7.3.ebuild: + Version Bump + 23 Feb 2013; Kent Fredric -Dist-Zilla-PluginBundle-Author-KENTNL-1.5.0.ebuild: Gone on CPAN diff --git a/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-1.7.3.ebuild b/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-1.7.3.ebuild new file mode 100644 index 0000000..d247d72 --- /dev/null +++ b/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-1.7.3.ebuild @@ -0,0 +1,209 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=KENTNL +MODULE_VERSION=1.7.3 +inherit perl-module + +DESCRIPTION='BeLike::KENTNL when you build your distributions.' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +perl_meta_configure() { + # Module::Build 0.4004 ( 0.400.400 ) + echo \>=virtual/perl-Module-Build-0.400.400 +} +perl_meta_build() { + # Module::Build 0.4004 ( 0.400.400 ) + echo \>=virtual/perl-Module-Build-0.400.400 +} +perl_meta_runtime() { + # Carp + echo dev-lang/perl + # Class::Load + echo dev-perl/Class-Load + # Dist::Zilla 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::File::FromCode + echo dev-perl/Dist-Zilla + # Dist::Zilla::Plugin::Author::KENTNL::Prereqs::Latest::Selective v0.1.0 ( 0.1.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Author-KENTNL-Prereqs-Latest-Selective-0.1.0 + # Dist::Zilla::Plugin::Authority 1.006 ( 1.6.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Authority-1.6.0 + # Dist::Zilla::Plugin::AutoPrereqs 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::Bootstrap::lib 0.02000100 ( 0.20.1.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Bootstrap-lib-0.20.1.0 + # Dist::Zilla::Plugin::CheckExtraTests 0.007 ( 0.7.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-CheckExtraTests-0.7.0 + # Dist::Zilla::Plugin::ConfirmRelease 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::EOLTests 0.02 ( 0.20.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-EOLTests-0.20.0 + # Dist::Zilla::Plugin::FakeRelease 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::GatherDir 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::Git::Check 2.009 ( 2.9.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Git-2.9.0 + # Dist::Zilla::Plugin::Git::CommitBuild 2.009 ( 2.9.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Git-2.9.0 + # Dist::Zilla::Plugin::Git::GatherDir 2.009 ( 2.9.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Git-2.9.0 + # Dist::Zilla::Plugin::Git::NextVersion 2.009 ( 2.9.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Git-2.9.0 + # Dist::Zilla::Plugin::Git::Tag 2.009 ( 2.9.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Git-2.9.0 + # Dist::Zilla::Plugin::GithubMeta 0.28 ( 0.280.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-GithubMeta-0.280.0 + # Dist::Zilla::Plugin::License 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::Manifest 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::ManifestSkip 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::MetaConfig 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::MetaData::BuiltWith 0.03000100 ( 0.30.1.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-MetaData-BuiltWith-0.30.1.0 + # Dist::Zilla::Plugin::MetaJSON 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::MetaProvides 1.14000001 ( 1.140.0.10 ) + echo \>=dev-perl/Dist-Zilla-Plugin-MetaProvides-1.140.0.10 + # Dist::Zilla::Plugin::MetaProvides::Package 1.14000001 ( 1.140.0.10 ) + echo \>=dev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.140.0.10 + # Dist::Zilla::Plugin::MetaTests 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::MetaYAML 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::MinimumPerl + echo dev-perl/Dist-Zilla-Plugin-MinimumPerl + # Dist::Zilla::Plugin::ModuleBuild 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::PerlTidy + echo dev-perl/Dist-Zilla-Plugin-PerlTidy + # Dist::Zilla::Plugin::PkgVersion 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::PodCoverageTests 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::PodSyntaxTests 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::PodWeaver 3.101641 ( 3.101.641 ) + echo \>=dev-perl/Dist-Zilla-Plugin-PodWeaver-3.101.641 + # Dist::Zilla::Plugin::Prereqs 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::PruneCruft 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::ReadmeAnyFromPod 0.120120 ( 0.120.120 ) + echo \>=dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.120.120 + # Dist::Zilla::Plugin::ReadmeFromPod 0.16 ( 0.160.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-ReadmeFromPod-0.160.0 + # Dist::Zilla::Plugin::ReportVersions::Tiny 1.08 ( 1.80.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-ReportVersions-Tiny-1.80.0 + # Dist::Zilla::Plugin::Test::CPAN::Changes 0.008 ( 0.8.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes-0.8.0 + # Dist::Zilla::Plugin::Test::Compile 1.112820 ( 1.112.820 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Test-Compile-1.112.820 + # Dist::Zilla::Plugin::Test::Kwalitee 2.03 ( 2.30.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Test-Kwalitee-2.30.0 + # Dist::Zilla::Plugin::Test::MinimumVersion 2.000002 ( 2.0.2 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.2 + # Dist::Zilla::Plugin::Test::Perl::Critic 2.112410 ( 2.112.410 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410 + # Dist::Zilla::Plugin::TestRelease 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Plugin::Twitter 0.017 ( 0.17.0 ) + echo \>=dev-perl/Dist-Zilla-Plugin-Twitter-0.17.0 + # Dist::Zilla::Plugin::UploadToCPAN 4.300029 ( 4.300.29 ) + echo \>=dev-perl/Dist-Zilla-4.300.29 + # Dist::Zilla::Role::FileGatherer + echo dev-perl/Dist-Zilla + # Dist::Zilla::Role::MintingProfile::ShareDir + echo dev-perl/Dist-Zilla + # Dist::Zilla::Role::PluginBundle + echo dev-perl/Dist-Zilla + # Dist::Zilla::Util::EmulatePhase 0.01025802 ( 0.10.258.20 ) + echo \>=dev-perl/Dist-Zilla-Util-EmulatePhase-0.10.258.20 + # IO::Socket::SSL 1.81 ( 1.810.0 ) + echo \>=dev-perl/IO-Socket-SSL-1.810.0 + # LWP::Protocol::https 6.00 ( 6.0.0 ) + echo \>=dev-perl/LWP-Protocol-https-6.0.0 + # Moose 1.01 ( 1.10.0 ) + echo \>=dev-perl/Moose-1.10.0 + # Moose::Autobox + echo dev-perl/Moose-Autobox + # MooseX::Has::Sugar 0.05044 ( 0.50.440 ) + echo \>=dev-perl/MooseX-Has-Sugar-0.50.440 + # MooseX::Types 0.21 ( 0.210.0 ) + echo \>=dev-perl/MooseX-Types-0.210.0 + # Net::SSLeay 1.36 ( 1.360.0 ) + echo \>=dev-perl/Net-SSLeay-1.360.0 + # Perl::PrereqScanner 1.006 ( 1.6.0 ) + echo \>=dev-perl/Perl-PrereqScanner-1.6.0 + # Pod::Coverage::TrustPod + echo dev-perl/Pod-Coverage-TrustPod + # Pod::Weaver::Plugin::Encoding 0.01 ( 0.10.0 ) + echo \>=dev-perl/Pod-Weaver-Plugin-Encoding-0.10.0 + # String::Formatter + echo dev-perl/String-Formatter + # Test::CPAN::Meta + echo dev-perl/Test-CPAN-Meta + # Test::EOL 0.9 ( 0.900.0 ) + echo \>=dev-perl/Test-EOL-0.900.0 + # Test::Perl::Critic + echo dev-perl/Test-Perl-Critic + # Test::Pod + echo dev-perl/Test-Pod + # Test::Pod::Coverage + echo dev-perl/Test-Pod-Coverage + # namespace::autoclean 0.09 ( 0.90.0 ) + echo \>=dev-perl/namespace-autoclean-0.90.0 + # perl v5.10.0 ( 5.10.0 ) + echo \>=dev-lang/perl-5.10.0 + # strict + echo dev-lang/perl + # version + echo virtual/perl-version + # warnings + echo dev-lang/perl +} +perl_meta_test() { + # Capture::Tiny + echo dev-perl/Capture-Tiny + # File::Find + echo dev-lang/perl + # File::Temp + echo virtual/perl-File-Temp + # File::pushd + echo dev-perl/File-pushd + # FindBin + echo dev-lang/perl + # Git::Wrapper + echo dev-perl/Git-Wrapper + # JSON + echo dev-perl/JSON + # Path::Class + echo dev-perl/Path-Class + # Test::DZil + echo dev-perl/Dist-Zilla + # Test::Fatal + echo dev-perl/Test-Fatal + # Test::File::ShareDir v0.3.0 ( 0.3.0 ) + echo \>=dev-perl/Test-File-ShareDir-0.3.0 + # Test::More 0.98 ( 0.980.0 ) + echo \>=virtual/perl-Test-Simple-0.980.0 + # Test::Output + echo dev-perl/Test-Output +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"