From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
Date: Thu, 16 Feb 2012 00:26:29 +0000 (UTC) [thread overview]
Message-ID: <1314508780.4d61bf779b051c1ce052011b6f13257982833c00.kent@gentoo> (raw)
commit: 4d61bf779b051c1ce052011b6f13257982833c00
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 05:19:40 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 05:19:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4d61bf77
[added] Dist-Zilla-Plugin-CheckExtraTests-0.4.0
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
| 10 +++
| 73 ++++++++++++++++++++
| 9 +++
3 files changed, 92 insertions(+), 0 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
new file mode 100644
index 0000000..e6f3525
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckExtraTests
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Plugin-CheckExtraTests-0.4.0 (28 Aug 2011)
+
+ 28 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild, +metadata.xml:
+ Added
+
--git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
new file mode 100644
index 0000000..7400021
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="run xt tests for your dist"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { true;}
+COMMON_DEPEND="
+ $(comment Capture::Tiny)
+ dev-perl/Capture-Tiny
+
+ $(comment Sub::Exporter)
+ dev-perl/Sub-Exporter
+
+ $(comment Dist::Zilla::Tester 2)
+ >=dev-perl/Dist-Zilla-2.0.0
+
+ $(comment Params::Util 1)
+ >=dev-perl/Params-Util-1.00 $(comment 1.0.0)
+
+ $(comment Moose)
+ dev-perl/Moose
+
+ $(comment Try::Tiny)
+ dev-perl/Try-Tiny
+
+ $(comment namespace::autoclean)
+ dev-perl/namespace-autoclean
+
+ $(comment Dist::Zilla::App 2)
+ >=dev-perl/Dist-Zilla-2.0.0
+
+ $(comment File::pushd 1)
+ >=dev-perl/File-pushd-1.00 $(comment 1.0.0)
+
+ $(comment Dist::Zilla::App::Tester 2)
+ >=dev-perl/Dist-Zilla-2.0.0
+
+ $(comment Moose::Autobox)
+ dev-perl/Moose-Autobox
+
+ $(comment Test::More 0.88)
+ >=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
+
+ $(comment Dist::Zilla 2)
+ >=dev-perl/Dist-Zilla-2.0.0
+
+ $(comment File::Temp 0.20)
+ >=virtual/perl-File-Temp-0.200.0
+
+ $(comment Dist::Zilla::Role::BeforeRelease 2)
+ >=dev-perl/Dist-Zilla-2.0.0
+
+ $(comment Path::Class)
+ dev-perl/Path-Class
+
+ $(comment App::Prove 3)
+ >=virtual/perl-Test-Harness-3.0.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
--git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
reply other threads:[~2012-02-16 0:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1314508780.4d61bf779b051c1ce052011b6f13257982833c00.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