summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-22 16:41:49 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-22 16:41:49 +0000
commitec095c4d36ea40967b148c7f79a75232f41fa153 (patch)
tree1c6948be9856277f111dc3ea442e3ad44beaeb9c /dev-perl/Test-Base/Test-Base-0.47.ebuild
parentFixed dependencies for modular X. (diff)
downloadgentoo-2-ec095c4d36ea40967b148c7f79a75232f41fa153.tar.gz
gentoo-2-ec095c4d36ea40967b148c7f79a75232f41fa153.tar.bz2
gentoo-2-ec095c4d36ea40967b148c7f79a75232f41fa153.zip
Version bump upstream
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl/Test-Base/Test-Base-0.47.ebuild')
-rw-r--r--dev-perl/Test-Base/Test-Base-0.47.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Test-Base/Test-Base-0.47.ebuild b/dev-perl/Test-Base/Test-Base-0.47.ebuild
new file mode 100644
index 000000000000..7661d3f44e14
--- /dev/null
+++ b/dev-perl/Test-Base/Test-Base-0.47.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Base/Test-Base-0.47.ebuild,v 1.1 2006/01/22 16:41:49 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A Data Driven Testing Framework"
+HOMEPAGE="http://search.cpan.org/search?query=${PN}"
+SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz"
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=perl-core/Test-Simple-0.62
+ >=dev-perl/Spiffy-0.26
+ >=dev-lang/perl-5.6.1"