public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
Date: Sat, 16 Sep 2017 22:36:40 +0000 (UTC)	[thread overview]
Message-ID: <1505599607.a460a756aa6fdafbca499f8aaaa753c187cba18a.kentnl@gentoo> (raw)

commit:     a460a756aa6fdafbca499f8aaaa753c187cba18a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 02:48:49 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 22:06:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a460a756

dev-perl/Dist-Zilla-Plugin-CheckExtraTests: Bump to 0.29.0

I know this isn't my usual standard, but this is fast-passing
with "good enough" so I can get my build tools fixing real problems
without being held back by version incompat.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 ...Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild | 81 ++++++++++++++++++++++
 1 file changed, 81 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
new file mode 100644
index 000000000..04f2a8bcb
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.029
+inherit perl-module
+
+DESCRIPTION='check xt tests before release'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.17 ( 6.170.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_runtime() {
+	# App::Prove 3.00 ( 3.0.0 )
+	echo \>=virtual/perl-Test-Harness-3.0.0
+	# Archive::Tar
+	echo virtual/perl-Archive-Tar
+	# Dist::Zilla 4.3 ( 4.300.0 )
+	echo \>=dev-perl/Dist-Zilla-4.300.0
+	# Dist::Zilla::App
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::BeforeRelease
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::TestRunner
+	echo dev-perl/Dist-Zilla
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Moose 2 ( 2.0.0 )
+	echo \>=dev-perl/Moose-2.0.0
+	# Path::Iterator::Rule
+	echo dev-perl/Path-Iterator-Rule
+	# Path::Tiny 0.013 ( 0.13.0 )
+	echo \>=dev-perl/Path-Tiny-0.13.0
+	# namespace::autoclean 0.09 ( 0.90.0 )
+	echo \>=dev-perl/namespace-autoclean-0.90.0
+	# 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() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Dist::Zilla::App::Tester
+	echo dev-perl/Dist-Zilla
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# Params::Util
+	echo dev-perl/Params-Util
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.880.0
+	# Test::Requires
+	echo dev-perl/Test-Requires
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# lib
+	# echo virtual/perl-lib
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"


             reply	other threads:[~2017-09-16 22:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-16 22:36 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ Kent Fredric
2014-10-11 18:46 Kent Fredric
2013-05-03  4:12 Kent Fredric
2013-02-08 10:36 Kent Fredric
2012-06-08 20:39 Kent Fredric
2012-05-07  5:19 Kent Fredric
2011-08-28 14:59 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=1505599607.a460a756aa6fdafbca499f8aaaa753c187cba18a.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --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