summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-19 22:20:29 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-19 23:06:13 +0200
commitfa7227ea528855ff40d6e4a3959ce067d4cfde28 (patch)
tree66a4d71b493c8193747a83ca730457a73f55b00b /dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
parentdev-perl/Test-MockObject: Version bump (diff)
downloadgentoo-fa7227ea528855ff40d6e4a3959ce067d4cfde28.tar.gz
gentoo-fa7227ea528855ff40d6e4a3959ce067d4cfde28.tar.bz2
gentoo-fa7227ea528855ff40d6e4a3959ce067d4cfde28.zip
dev-perl/Test-Manifest: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild')
-rw-r--r--dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
new file mode 100644
index 000000000000..03ce28f2075f
--- /dev/null
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=BDFOY
+MODULE_VERSION=2.02
+inherit perl-module
+
+DESCRIPTION="Interact with a t/test_manifest file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Test-Simple-0.950.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )
+"
+
+SRC_TEST="do parallel"