* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/
@ 2011-03-12 20:27 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-03-12 20:27 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/
@ 2011-03-26 6:21 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-03-26 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 682c2902fe3c2d3a49a502c52860ca9aae3461b2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 06:10:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 06:10:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=682c2902
[newversion] Task-Kensho-Testing-0.280.0
(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Task-Kensho-Testing/ChangeLog | 6 ++++
.../Task-Kensho-Testing-0.280.0.ebuild | 30 ++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Task-Kensho-Testing/ChangeLog b/dev-perl/Task-Kensho-Testing/ChangeLog
index 0f95d42..5a3c594 100644
--- a/dev-perl/Task-Kensho-Testing/ChangeLog
+++ b/dev-perl/Task-Kensho-Testing/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Task-Kensho-Testing-0.280.0 (26 Mar 2011)
+
+ 26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-Testing-0.280.0.ebuild:
+ Bump
+
*Task-Kensho-Testing-0.270.0 (12 Mar 2011)
12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.280.0.ebuild b/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.280.0.ebuild
new file mode 100644
index 0000000..d575570
--- /dev/null
+++ b/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.280.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.28"
+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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/
@ 2012-06-24 21:13 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-06-24 21:13 UTC (permalink / raw
To: gentoo-commits
commit: c547ac3ad2f9dc8990d3ff0c1f47d20a28a5eddd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 24 20:59:55 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 24 20:59:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c547ac3a
[newversion] Task-Kensho-Testing-0.290.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Task-Kensho-Testing/ChangeLog | 8 +++-
.../Task-Kensho-Testing-0.290.0.ebuild | 51 ++++++++++++++++++++
dev-perl/Task-Kensho-Testing/metadata.xml | 6 ++-
3 files changed, 63 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Task-Kensho-Testing/ChangeLog b/dev-perl/Task-Kensho-Testing/ChangeLog
index 5a3c594..335e85e 100644
--- a/dev-perl/Task-Kensho-Testing/ChangeLog
+++ b/dev-perl/Task-Kensho-Testing/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Task-Kensho-Testing
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Task-Kensho-Testing-0.290.0 (24 Jun 2012)
+
+ 24 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-Testing-0.290.0.ebuild, metadata.xml:
+ Version Bump
+
*Task-Kensho-Testing-0.280.0 (26 Mar 2011)
26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.290.0.ebuild b/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.290.0.ebuild
new file mode 100644
index 0000000..0428108
--- /dev/null
+++ b/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.290.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION='A glimpse at an Enlightened Perl (testing tools).'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+testsimple +testmost +testfatal +testpod +testpodcoverage \
+ +testmemorycycle +develcover +testdeep +testrequires +testnowarnings"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+}
+feature() {
+ local name="$1";
+ shift;
+ echo "$name? (";
+ echo "$@";
+ echo ")";
+}
+
+perl_meta_runtime() {
+ feature testsimple virtual/perl-Test-Simple
+ feature testmost dev-perl/Test-Most
+ feature testfatal dev-perl/Test-Fatal
+ feature testpod dev-perl/Test-Pod
+ feature testpodcoverage dev-perl/Test-Pod-Coverage
+ feature testmemorycycle dev-perl/Test-Memory-Cycle
+ feature develcover dev-perl/Devel-Cover
+ feature testdeep dev-perl/Test-Deep
+ feature testrequires dev-perl/Test-Requires
+ feature testnowarnings dev-perl/Test-NoWarnings
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Task-Kensho-Testing/metadata.xml b/dev-perl/Task-Kensho-Testing/metadata.xml
index 31ac4d6..6058327 100644
--- a/dev-perl/Task-Kensho-Testing/metadata.xml
+++ b/dev-perl/Task-Kensho-Testing/metadata.xml
@@ -17,7 +17,11 @@
<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>
+ <flag name="develcover">Install <pkg>dev-perl/Devel-Cover</pkg></flag>
+ <flag name="testfatal">Install <pkg>dev-perl/Test-Fatal</pkg></flag>
+ <flag name="testdeep">Install <pkg>dev-perl/Test-Deep</pkg></flag>
+ <flag name="testrequires">Install <pkg>dev-perl/Test-Requires</pkg></flag>
+ <flag name="testnowarnings">Install <pkg>dev-perl/Test-NoWarnings</pkg></flag>
</use>
<upstream>
<remote-id type="cpan">Task-Kensho-Testing</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/
@ 2012-08-08 10:32 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
To: gentoo-commits
commit: 90f4922f75fe5e39df2c5245c1f2b8a9d0921a98
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 8 10:27:57 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 8 10:27:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=90f4922f
[metadata] Task-Kensho-Testing : fix indentation
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Task-Kensho-Testing/ChangeLog | 3 +++
dev-perl/Task-Kensho-Testing/metadata.xml | 10 +++++-----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Task-Kensho-Testing/ChangeLog b/dev-perl/Task-Kensho-Testing/ChangeLog
index 335e85e..b71d75b 100644
--- a/dev-perl/Task-Kensho-Testing/ChangeLog
+++ b/dev-perl/Task-Kensho-Testing/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Aug 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+ Fix indent
+
*Task-Kensho-Testing-0.290.0 (24 Jun 2012)
24 Jun 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Task-Kensho-Testing/metadata.xml b/dev-perl/Task-Kensho-Testing/metadata.xml
index 6058327..e8df481 100644
--- a/dev-perl/Task-Kensho-Testing/metadata.xml
+++ b/dev-perl/Task-Kensho-Testing/metadata.xml
@@ -17,11 +17,11 @@
<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>
- <flag name="testfatal">Install <pkg>dev-perl/Test-Fatal</pkg></flag>
- <flag name="testdeep">Install <pkg>dev-perl/Test-Deep</pkg></flag>
- <flag name="testrequires">Install <pkg>dev-perl/Test-Requires</pkg></flag>
- <flag name="testnowarnings">Install <pkg>dev-perl/Test-NoWarnings</pkg></flag>
+ <flag name="develcover">Install <pkg>dev-perl/Devel-Cover</pkg></flag>
+ <flag name="testfatal">Install <pkg>dev-perl/Test-Fatal</pkg></flag>
+ <flag name="testdeep">Install <pkg>dev-perl/Test-Deep</pkg></flag>
+ <flag name="testrequires">Install <pkg>dev-perl/Test-Requires</pkg></flag>
+ <flag name="testnowarnings">Install <pkg>dev-perl/Test-NoWarnings</pkg></flag>
</use>
<upstream>
<remote-id type="cpan">Task-Kensho-Testing</remote-id>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/
@ 2015-06-09 10:13 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 18dd40e9dbac42155f32608ac3fd4d235e580628
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 10:07:25 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 10:07:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=18dd40e9
[cleanup] Task-Kensho-Testing: Remove old versions
Package-Manager: portage-2.2.17
.../Task-Kensho-Testing-0.270.0.ebuild | 30 ----------------------
.../Task-Kensho-Testing-0.280.0.ebuild | 30 ----------------------
2 files changed, 60 deletions(-)
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
deleted file mode 100644
index 978aaae..0000000
--- a/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.270.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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/Task-Kensho-Testing-0.280.0.ebuild b/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.280.0.ebuild
deleted file mode 100644
index d575570..0000000
--- a/dev-perl/Task-Kensho-Testing/Task-Kensho-Testing-0.280.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=APEIRON
-MODULE_VERSION="0.28"
-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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/
@ 2015-06-20 22:13 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-20 22:13 UTC (permalink / raw
To: gentoo-commits
commit: 609ad73292773c8f397a04a579ae5131b5df18bd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 22:01:24 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 22:01:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=609ad732
[fixup] Task-Kensho-Testing: Clean unused use.desc
Package-Manager: portage-2.2.17
dev-perl/Task-Kensho-Testing/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-perl/Task-Kensho-Testing/metadata.xml b/dev-perl/Task-Kensho-Testing/metadata.xml
index e8df481..6a3f2d8 100644
--- a/dev-perl/Task-Kensho-Testing/metadata.xml
+++ b/dev-perl/Task-Kensho-Testing/metadata.xml
@@ -10,8 +10,6 @@
<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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-06-20 22:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 6:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Testing/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-20 22:13 Kent Fredric
2015-06-09 10:13 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-06-24 21:13 Kent Fredric
2011-03-12 20:27 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox