summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-20 20:36:48 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-20 22:45:21 +0200
commitefb33fa5016f7b37e95f830f692d9b6b3a380306 (patch)
tree7e5f618d1cb3c27f8819260a1f4291e3199e152b /dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild
parentapp-accessibility/sphinx3: Remove old (diff)
downloadgentoo-efb33fa5016f7b37e95f830f692d9b6b3a380306.tar.gz
gentoo-efb33fa5016f7b37e95f830f692d9b6b3a380306.tar.bz2
gentoo-efb33fa5016f7b37e95f830f692d9b6b3a380306.zip
dev-perl/TAP-Parser-SourceHandler-pgTAP: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild')
-rw-r--r--dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild
new file mode 100644
index 000000000000..32ae1e1707c1
--- /dev/null
+++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=DWHEELER
+MODULE_VERSION=3.31
+inherit perl-module
+
+DESCRIPTION="Stream TAP from pgTAP test scripts"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Test-Harness
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.300.0
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
+
+SRC_TEST="do parallel"