From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RxpRH-0000oB-Eq for garchives@archives.gentoo.org; Thu, 16 Feb 2012 00:43:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13D09E0B85; Thu, 16 Feb 2012 00:33:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7CB01E0AC3 for ; Thu, 16 Feb 2012 00:26:42 +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 9982C1B4030 for ; Thu, 16 Feb 2012 00:26:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9A617E5411 for ; Thu, 16 Feb 2012 00:26:34 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1314955232.dcfe0112b54afa49028f2d0cc351b0a47c506dd9.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:eclass-moretests 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.0.17.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: dcfe0112b54afa49028f2d0cc351b0a47c506dd9 X-VCS-Branch: eclass-moretests Date: Thu, 16 Feb 2012 00:26:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 14ab5b20-f969-4da6-af48-5ba5a8e6073f X-Archives-Hash: 91068183348636fccd478cba51620afd commit: dcfe0112b54afa49028f2d0cc351b0a47c506dd9 Author: Kent Fredric gmail com> AuthorDate: Fri Sep 2 09:20:32 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Sep 2 09:20:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Ddcfe0112 [newversion] Dist-Zilla-PluginBundle-Author-KENTNL-1.0.17 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../ChangeLog | 6 + ...-Zilla-PluginBundle-Author-KENTNL-1.0.17.ebuild | 208 ++++++++++++++= ++++++ 2 files changed, 214 insertions(+), 0 deletions(-) diff --git a/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ChangeLog b/d= ev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/ChangeLog index ae0d70d..e61f9e6 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-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Dist-Zilla-PluginBundle-Author-KENTNL-1.0.17 (02 Sep 2011) + + 02 Sep 2011; Kent Fredric + +Dist-Zilla-PluginBundle-Author-KENTNL-1.0.17.ebuild: + Version Bump + 02 Sep 2011; Kent Fredric Dist-Zilla-PluginBundle-Author-KENTNL-1.0.6.ebuild, Dist-Zilla-PluginBundle-Author-KENTNL-1.0.7.ebuild, diff --git a/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/Dist-Zilla-Pl= uginBundle-Author-KENTNL-1.0.17.ebuild b/dev-perl/Dist-Zilla-PluginBundle= -Author-KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-1.0.17.ebuild new file mode 100644 index 0000000..36a3f9a --- /dev/null +++ b/dev-perl/Dist-Zilla-PluginBundle-Author-KENTNL/Dist-Zilla-PluginBun= dle-Author-KENTNL-1.0.17.ebuild @@ -0,0 +1,208 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DKENTNL +inherit perl-module + +DESCRIPTION=3D"BeLike::KENTNL when you build your distributions." +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +comment() { true;} + +COMMON_DEPEND=3D" + $(comment Carp) + + $(comment Class::Load) + >=3Ddev-perl/Class-Load-0.06 $(comment 0.60.0) + + $(comment Dist::Zilla 4.300000) + >=3Ddev-perl/Dist-Zilla-4.300.0 + + $(comment Dist::Zilla::File::FromCode) + + $(comment Dist::Zilla::Plugin::AutoPrereqs 4.200011) + >=3Ddev-perl/Dist-Zilla-4.200.11 + + $(comment Dist::Zilla::Plugin::AutoVersion::Relative 0.01035617) + >=3Ddev-perl/Dist-Zilla-Plugin-AutoVersion-Relative-0.10.356.170 + + $(comment Dist::Zilla::Plugin::CheckExtraTests) + dev-perl/Dist-Zilla-Plugin-CheckExtraTests + + $(comment Dist::Zilla::Plugin::ConfirmRelease) + dev-perl/Dist-Zilla + + $(comment Dist::Zilla::Plugin::EOLTests 0.02) + >=3Ddev-perl/Dist-Zilla-Plugin-EOLTests-0.02 $(comment 0.20.0) + + $(comment Dist::Zilla::Plugin::FakeRelease) + $(comment Dist::Zilla::Plugin::GatherDir) + dev-perl/Dist-Zilla + + $(comment Dist::Zilla::Plugin::Git::Check 1.102040) + $(comment Dist::Zilla::Plugin::Git::CommitBuild 1.102040) + $(comment Dist::Zilla::Plugin::Git::NextVersion 1.102810) + $(comment Dist::Zilla::Plugin::Git::Tag 1.102040) + >=3Ddev-perl/Dist-Zilla-Plugin-Git-1.102.810 + + $(comment Dist::Zilla::Plugin::GithubMeta 0.08) + >=3Ddev-perl/Dist-Zilla-Plugin-GithubMeta-0.80.0 + + $(comment Dist::Zilla::Plugin::License) + $(comment Dist::Zilla::Plugin::Manifest) + $(comment Dist::Zilla::Plugin::ManifestSkip) + $(comment Dist::Zilla::Plugin::MetaConfig) + dev-perl/Dist-Zilla + + $(comment Dist::Zilla::Plugin::MetaData::BuiltWith 0.01014716) + >=3Ddev-perl/Dist-Zilla-Plugin-MetaData-BuiltWith-0.10.147.160 + + $(comment Dist::Zilla::Plugin::MetaJSON) + dev-perl/Dist-Zilla + + $(comment Dist::Zilla::Plugin::MetaProvides 1.12044518) + >=3Ddev-perl/Dist-Zilla-Plugin-MetaProvides-1.120.445.180 + + $(comment Dist::Zilla::Plugin::MetaProvides::Package) + >=3Ddev-perl/Dist-Zilla-Plugin-MetaProvides-Package-1.110.444.40 + + $(comment Dist::Zilla::Plugin::MetaTests) + $(comment Dist::Zilla::Plugin::MetaYAML) + $(comment Dist::Zilla::Plugin::ModuleBuild) + $(comment Dist::Zilla::Plugin::PkgVersion) + $(comment Dist::Zilla::Plugin::PodCoverageTests) + $(comment Dist::Zilla::Plugin::PodSyntaxTests) + dev-perl/Dist-Zilla + + $(comment Dist::Zilla::Plugin::PodWeaver 3.093321) + >=3Ddev-perl/Dist-Zilla-Plugin-PodWeaver-3.93.321 + + $(comment Dist::Zilla::Plugin::Prereqs) + $(comment Dist::Zilla::Plugin::PruneCruft) + dev-perl/Dist-Zilla + + $(comment Dist::Zilla::Plugin::ReadmeFromPod 0.12) + >=3Ddev-perl/Dist-Zilla-Plugin-ReadmeFromPod-0.12 $(comment 0.120.0) + + $(comment Dist::Zilla::Plugin::ReportVersions::Tiny 1.01) + >=3Ddev-perl/Dist-Zilla-Plugin-ReportVersions-Tiny-1.01 $(comment 1.10.= 0) + + $(comment Dist::Zilla::Plugin::Test::CPAN::Changes) + dev-perl/Dist-Zilla-Plugin-Test-CPAN-Changes + + $(comment Dist::Zilla::Plugin::Test::Compile-1.112400) + >=3Ddev-perl/Dist-Zilla-Plugin-Test-Compile-1.112.400 + + $(comment Dist::Zilla::Plugin::Test::Kwalitee-1.112400) + >=3Ddev-perl/Dist-Zilla-Plugin-Test-Kwalitee-1.112.400 + + $(comment Dist::Zilla::Plugin::Test::Perl::Critic 1.102280) + >=3Ddev-perl/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280 + + $(comment Dist::Zilla::Plugin::TestRelease) + + $(comment Dist::Zilla::Plugin::Twitter 0.007) + >=3Ddev-perl/Dist-Zilla-Plugin-Twitter-0.7 $(comment 0.700.0) + + $(comment Dist::Zilla::Plugin::UploadToCPAN) + $(comment Dist::Zilla::Role::FileGatherer) + $(comment Dist::Zilla::Role::MintingProfile::ShareDir) + $(comment Dist::Zilla::Role::PluginBundle) + dev-perl/Dist-Zilla + + $(comment IO::Socket::SSL) + dev-perl/IO-Socket-SSL + + $(comment LWP::Protocol::https 6.00) + >=3Ddev-perl/LWP-Protocol-https-6.0.0 + + $(comment Moose 1.01) + >=3Ddev-perl/Moose-1.01 $(comment 1.10.0) + + $(comment Moose::Autobox) + dev-perl/Moose-Autobox + + $(comment MooseX::Has::Sugar 0.05044) + >=3Ddev-perl/MooseX-Has-Sugar-0.50.440 + + $(comment MooseX::Types 0.21) + >=3Ddev-perl/MooseX-Types-0.210.0 + + $(comment Net::SLeay 1.36) + >=3Ddev-perl/Net-SSLeay-1.36 $(comment 1.360.0) + + $(comment Perl::PrereqScanner 1.006) + >=3Ddev-perl/Perl-PrereqScanner-1.6.0 + + $(comment Pod::Coverage::TrustPod) + dev-perl/Pod-Coverage-TrustPod + + $(comment String::Formatter) + dev-perl/String-Formatter + + $(comment Test::CPAN::Meta) + dev-perl/Test-CPAN-Meta + + $(comment Test::EOL 0.9) + >=3Ddev-perl/Test-EOL-0.9 $(comment 0.900.0) + + $(comment namespace::autoclean 0.09) + >=3Ddev-perl/namespace-autoclean-0.09 $(comment 0.90.0) + + $(comment strict) + + $(comment warnings) + !!dev-perl/Dist-Zilla-PluginBundle-KENTNL +" +DEPEND=3D" + ${COMMON_DEPEND} + $(comment build) + $(comment Capture::Tiny) + dev-perl/Capture-Tiny + + $(comment File::Find) + + $(comment File::Temp) + virtual/perl-File-Temp + + $(comment File::pushd) + dev-perl/File-pushd + + $(comment FindBin) + + $(comment JSON) + dev-perl/JSON + + $(comment Module::Build 0.3601) + >=3Dvirtual/perl-Module-Build-0.36.01 $(comment 0.360.100) + + $(comment Path::Class) + dev-perl/Path-Class + + $(comment Test::DZil) + >=3Ddev-perl/Dist-Zilla-4.200.1 + + $(comment Test::Fatal) + dev-perl/Test-Fatal + + $(comment Test::File::ShareDir 0.3.0) + >=3Ddev-perl/Test-File-ShareDir-0.3.0 + + $(comment Test::More 0.88) + >=3Dvirtual/perl-Test-Simple-0.88 $(comment 0.880.0) + + $(comment Test::Output) + dev-perl/Test-Output + + $(comment configure) + + $(comment Module::Build 0.3601) + >=3Dvirtual/perl-Module-Build-0.36.01 $(comment 0.360.100) +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"do"