From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Util-Test-KENTNL/
Date: Sat, 5 Apr 2014 23:06:22 +0000 (UTC) [thread overview]
Message-ID: <1396731297.7bd57eda24bc6ecb898a9ce642c052b49b227793.kent@gentoo> (raw)
commit: 7bd57eda24bc6ecb898a9ce642c052b49b227793
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 20:54:57 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> 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 <kentfredric@gmail.com>
+ +Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild:
+ Version Bump
+
30 Apr 2013; Kent Fredric <kentfredric@gmail.com>
-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"
next reply other threads:[~2014-04-05 23:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-05 23:06 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-09 8:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Util-Test-KENTNL/ Kent Fredric
2014-04-05 23:06 Kent Fredric
2013-04-26 19:59 Kent Fredric
2012-03-02 16:30 Kent Fredric
2012-02-24 7:13 Kent Fredric
2011-04-07 1:45 Kent Fredric
2011-04-07 1:45 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1396731297.7bd57eda24bc6ecb898a9ce642c052b49b227793.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox