Files
gentoo/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.310.0.ebuild
Kent Fredric 42f0c0e294 dev-perl/TAP-Parser-SourceHandler-pgTAP: Remove POD Author Tests/Deps
Oldest version needed POD test cleaning, but all subsequent
versions have the tests upstream.

Alas, suprious dependencies were still present pulling Test-POD
into graph.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
2016-08-09 00:58:48 +12:00

28 lines
442 B
Bash

# Copyright 1999-2016 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? (
>=virtual/perl-Test-Simple-0.880.0
)
"
SRC_TEST="do parallel"