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 | |
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')
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog b/dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog new file mode 100644 index 000000000000..4549019e36e9 --- /dev/null +++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/TAP-Parser-SourceHandler-pgTAP +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog,v 1.1 2013/03/30 19:15:22 titanofold Exp $ + +*TAP-Parser-SourceHandler-pgTAP-3.29 (30 Mar 2013) + + 30 Mar 2013; Aaron W. Swenson <titanofold@gentoo.org> + +TAP-Parser-SourceHandler-pgTAP-3.29.ebuild, +metadata.xml: + New ebuild used by dev-db/pgtap. + 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" diff --git a/dev-perl/TAP-Parser-SourceHandler-pgTAP/metadata.xml b/dev-perl/TAP-Parser-SourceHandler-pgTAP/metadata.xml new file mode 100644 index 000000000000..c9030d153227 --- /dev/null +++ b/dev-perl/TAP-Parser-SourceHandler-pgTAP/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>titanofold@gentoo.org</email> + <name>Aaron W. Swenson</name> + </maintainer> + <upstream> + <remote-id type="cpan">TAP-Parser-SourceHandler-pgTAP</remote-id> + <remote-id type="cpan-module">TAP::Parser::SourceHandler::pgTAP</remote-id> + </upstream> +</pkgmetadata> |