public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/
Date: Sat, 12 Mar 2011 20:27:44 +0000 (UTC)	[thread overview]
Message-ID: <24e41885eb8ac2cc07f456ce7bdeb6871a7cc774.kent@gentoo> (raw)

commit:     24e41885eb8ac2cc07f456ce7bdeb6871a7cc774
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 19:47:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 19:47:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24e41885

[added] Task-Kensho-Testing

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Task-Kensho-Testing/ChangeLog             |   10 ++++++
 .../Task-Kensho-Testing-0.270.0.ebuild             |   30 ++++++++++++++++++++
 dev-perl/Task-Kensho-Testing/metadata.xml          |   22 ++++++++++++++
 3 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Task-Kensho-Testing/ChangeLog b/dev-perl/Task-Kensho-Testing/ChangeLog
new file mode 100644
index 0000000..0f95d42
--- /dev/null
+++ b/dev-perl/Task-Kensho-Testing/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Task-Kensho-Testing
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Task-Kensho-Testing-0.270.0 (12 Mar 2011)
+
+  12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +Task-Kensho-Testing-0.270.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.270.0.ebuild b/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.270.0.ebuild
new file mode 100644
index 0000000..978aaae
--- /dev/null
+++ b/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.270.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.27"
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (testing tools)"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+testsimple +testmost +testexception +testpod +testpodcoverage
++testmemorycycle +develcover"
+COMMON_DEPEND="
+	testsimple? ( virtual/perl-Test-Simple )
+	testmost? ( dev-perl/Test-Most )
+	testexception? ( dev-perl/Test-Exception )
+	testpod? ( dev-perl/Test-Pod )
+	testpodcoverage? ( dev-perl/Test-Pod-Coverage )
+	testmemorycycle? ( dev-perl/Test-Memory-Cycle )
+	develcover? ( dev-perl/Devel-Cover )
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Task-Kensho-Testing/metadata.xml b/dev-perl/Task-Kensho-Testing/metadata.xml
new file mode 100644
index 0000000..009c7fe
--- /dev/null
+++ b/dev-perl/Task-Kensho-Testing/metadata.xml
@@ -0,0 +1,22 @@
+<?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>
+	<use>
+		<flag name="testsimple">Install Test::Simple/Test::More via
+			<pkg>virtual/perl-Test-Simple</pkg></flag>
+		<flag name="testmost">Install <pkg>dev-perl/Test-Most</pkg></flag>
+		<flag name="testexception">Install
+			<pkg>dev-perl/Test-Exception</pkg></flag>
+		<flag name="testpod">Install <pkg>dev-perl/Test-Pod</pkg></flag>
+		<flag name="testpodcoverage">Install
+			<pkg>dev-perl/Test-Pod-Coverage</pkg></flag>
+		<flag name="testmemorycycle">Install
+			<pkg>dev-perl/Test-Memory-Cycle</pkg></flag>
+		<flag name="develcover">Install <pkg>dev-perl/Devel-Cover</pkg></flag>
+	</use>
+</pkgmetadata>



             reply	other threads:[~2011-03-12 20:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-12 20:27 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-26  6:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/ Kent Fredric
2012-06-24 21:13 Kent Fredric
2012-08-08 10:32 Kent Fredric
2015-06-09 10:13 Kent Fredric
2015-06-20 22:13 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=24e41885eb8ac2cc07f456ce7bdeb6871a7cc774.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