2014-08-27 20:38:02 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2014-08-27 20:38:02 +04:00
|
|
|
EAPI=5
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=BDFOY
|
|
|
|
MODULE_VERSION=1.23
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Interact with a t/test_manifest file"
|
|
|
|
|
|
|
|
SLOT="0"
|
2012-04-01 12:13:20 +04:00
|
|
|
KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
2011-11-09 11:33:19 +04:00
|
|
|
IUSE="test"
|
|
|
|
|
|
|
|
RDEPEND=""
|
|
|
|
DEPEND="test? ( dev-perl/Test-Pod
|
|
|
|
dev-perl/Test-Pod-Coverage )"
|
|
|
|
|
|
|
|
SRC_TEST="do"
|