summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-03-11 21:20:37 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-03-11 21:20:37 +0000
commitb52e6004172ed95928044806bc0db588d8a91c7d (patch)
treee7ea71be702d56a171eabe7274dbe64905917a0c /dev-perl/Test-Class/Test-Class-0.24.ebuild
parentfor tb-2.0, bump patchset to latest version, and fix patches not applying, th... (diff)
downloadhistorical-b52e6004172ed95928044806bc0db588d8a91c7d.tar.gz
historical-b52e6004172ed95928044806bc0db588d8a91c7d.tar.bz2
historical-b52e6004172ed95928044806bc0db588d8a91c7d.zip
Version bump
Package-Manager: portage-2.1.2.1
Diffstat (limited to 'dev-perl/Test-Class/Test-Class-0.24.ebuild')
-rw-r--r--dev-perl/Test-Class/Test-Class-0.24.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Test-Class/Test-Class-0.24.ebuild b/dev-perl/Test-Class/Test-Class-0.24.ebuild
new file mode 100644
index 000000000000..288353f9efd4
--- /dev/null
+++ b/dev-perl/Test-Class/Test-Class-0.24.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.24.ebuild,v 1.1 2007/03/11 21:18:13 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Easily create test classes in an xUnit style."
+HOMEPAGE="http://search.cpan.org/~adie/${P}/"
+SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="${RDEPEND}
+ dev-perl/module-build"
+RDEPEND=">=virtual/perl-Storable-2
+ >=dev-perl/module-build-0.28
+ >=virtual/perl-Test-Simple-0.62
+ dev-perl/Test-Differences
+ dev-perl/Test-Exception
+ dev-perl/Test-SimpleUnit
+ dev-perl/Pod-Coverage
+ >=virtual/perl-IO-1.23.01
+ dev-lang/perl"