diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2013-03-30 19:15:22 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2013-03-30 19:15:22 +0000 |
commit | 3713dc8efce042eba0bb4fef2a7564b30694008b (patch) | |
tree | e5f17bca781962db10b99544e78bc13f65ed5012 /dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild | |
parent | Policy fixups. (diff) | |
download | gentoo-2-3713dc8efce042eba0bb4fef2a7564b30694008b.tar.gz gentoo-2-3713dc8efce042eba0bb4fef2a7564b30694008b.tar.bz2 gentoo-2-3713dc8efce042eba0bb4fef2a7564b30694008b.zip |
New ebuild used by dev-db/pgtap.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild')
-rw-r--r-- | dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild new file mode 100644 index 000000000000..8844675c4421 --- /dev/null +++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild,v 1.1 2013/03/30 19:15:22 titanofold Exp $ + +EAPI=5 + +MODULE_AUTHOR=DWHEELER +MODULE_VERSION=3.29 +inherit perl-module + +DESCRIPTION="Stream TAP from pgTAP test scripts" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="virtual/perl-Test-Harness" +DEPEND="${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + virtual/perl-Module-Build +" + +SRC_TEST="do" |