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 D0AB51393EA for ; Sat, 5 Apr 2014 23:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B072E0953; Sat, 5 Apr 2014 23:06:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64401E094F for ; Sat, 5 Apr 2014 23:06:24 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67C1C33FCF5 for ; Sat, 5 Apr 2014 23:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 36193188F3 for ; Sat, 5 Apr 2014 23:06:22 +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: <1396731297.7bd57eda24bc6ecb898a9ce642c052b49b227793.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Util-Test-KENTNL/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild X-VCS-Directories: dev-perl/Dist-Zilla-Util-Test-KENTNL/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7bd57eda24bc6ecb898a9ce642c052b49b227793 X-VCS-Branch: master Date: Sat, 5 Apr 2014 23:06:22 +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: 07f75276-634e-4a65-bee4-80f25ac7a18b X-Archives-Hash: 9500f360e5eda68788c05f7d7d9cbe1b commit: 7bd57eda24bc6ecb898a9ce642c052b49b227793 Author: Kent Fredric gmail com> AuthorDate: Sat Apr 5 20:54:57 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 5 20:54:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7bd57eda [newversion] dev-perl/Dist-Zilla-Util-Test-KENTNL-1.0.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog | 8 ++- .../Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog b/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog index a23fb52..2fc04b2 100644 --- a/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog +++ b/dev-perl/Dist-Zilla-Util-Test-KENTNL/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Dist-Zilla-Util-Test-KENTNL -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Dist-Zilla-Util-Test-KENTNL-1.0.0 (05 Apr 2014) + + 05 Apr 2014; Kent Fredric + +Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild: + Version Bump + 30 Apr 2013; Kent Fredric -Dist-Zilla-Util-Test-KENTNL-0.10.5.100.ebuild: Gone on CPAN diff --git a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild b/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild new file mode 100644 index 0000000..10a75db --- /dev/null +++ b/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=KENTNL +MODULE_VERSION=1.000000 +inherit perl-module + +DESCRIPTION='KENTNL'\''s DZil plugin testing tool' +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() { + # Carp + # echo virtual/perl-Carp + # Dist::Zilla::Tester + echo dev-perl/Dist-Zilla + # Sub::Exporter + echo dev-perl/Sub-Exporter + # Test::DZil + echo dev-perl/Dist-Zilla + # Try::Tiny + echo dev-perl/Try-Tiny + # perl 5.008 ( 5.8.0 ) + echo \>=dev-lang/perl-5.8.0 + # strict + # echo dev-lang/perl + # utf8 + # echo dev-lang/perl + # warnings + # echo dev-lang/perl +} +perl_meta_test() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker + # File::Spec::Functions + echo virtual/perl-File-Spec + # List::Util + echo virtual/perl-Scalar-List-Utils + # Test::Fatal + echo dev-perl/Test-Fatal + # Test::More 0.89 ( 0.890.0 ) + echo \>=virtual/perl-Test-Simple-0.89 + # version + echo virtual/perl-version +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel"