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: Tue, 9 Jun 2015 08:14:56 +0000 (UTC) [thread overview]
Message-ID: <1433836029.1ba6d89990e76b11b07eead9f9b91748e621b4bf.kent@gentoo> (raw)
commit: 1ba6d89990e76b11b07eead9f9b91748e621b4bf
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 07:47:09 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 07:47:09 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1ba6d899
[bump] Dist-Zilla-Util-Test-KENTNL-1.5.12, remove old versions
Package-Manager: portage-2.2.17
...Dist-Zilla-Util-Test-KENTNL-0.10.158.230.ebuild | 59 ---------------------
.../Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild | 60 ----------------------
.../Dist-Zilla-Util-Test-KENTNL-1.5.12.ebuild | 46 +++++++++++++++++
3 files changed, 46 insertions(+), 119 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.230.ebuild b/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.230.ebuild
deleted file mode 100644
index 9220c51..0000000
--- a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-0.10.158.230.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=KENTNL
-MODULE_VERSION=0.01015823
-inherit perl-module
-
-DESCRIPTION='KENTNL'\''s DZil plugin testing tool.'
-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
- # 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.006 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::More 0.98 ( 0.980.0 )
- echo \>=virtual/perl-Test-Simple-0.980.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
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
deleted file mode 100644
index 10a75db..0000000
--- a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.0.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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"
diff --git a/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.5.12.ebuild b/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.5.12.ebuild
new file mode 100644
index 0000000..001acc3
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Util-Test-KENTNL/Dist-Zilla-Util-Test-KENTNL-1.5.12.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.005012
+inherit perl-module
+
+DESCRIPTION="KENTNL's DZil plugin testing tool"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Data-DPath
+ dev-perl/Dist-Zilla
+ dev-perl/Module-Runtime
+ dev-perl/Moo
+ >=dev-perl/Path-Tiny-0.50.0
+ dev-perl/Sub-Exporter
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Try-Tiny
+ dev-perl/recommended
+ !minimal? (
+ >=dev-perl/Moo-1.0.8
+ >=dev-perl/Path-Tiny-0.58.0
+ dev-perl/Test-Differences
+ >=virtual/perl-Test-Simple-0.990.0
+ dev-perl/Test-TempDir-Tiny
+ )
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ !minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
+ test? (
+ virtual/perl-File-Spec
+ >=virtual/perl-Test-Simple-0.960.0
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ >=virtual/perl-ExtUtils-MakeMaker-7.0.0
+ >=virtual/perl-Test-Simple-0.990.0
+ )
+ )
+"
next reply other threads:[~2015-06-09 8:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 8:14 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-04-05 23:06 [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=1433836029.1ba6d89990e76b11b07eead9f9b91748e621b4bf.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