diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-14 14:46:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-14 14:46:14 +0000 |
commit | 076f336caaccbceef08549f398a1759d95c52f2e (patch) | |
tree | a512b18cd9e130e7a58f5e81a9c71661f5705ba5 | |
parent | more of the same (diff) | |
download | gentoo-2-076f336caaccbceef08549f398a1759d95c52f2e.tar.gz gentoo-2-076f336caaccbceef08549f398a1759d95c52f2e.tar.bz2 gentoo-2-076f336caaccbceef08549f398a1759d95c52f2e.zip |
new package
-rw-r--r-- | dev-perl/Test-Simple/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Test-Simple/Test-Simple-0.42.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Test-Simple/files/digest-Test-Simple-0.42 | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Test-Simple/ChangeLog b/dev-perl/Test-Simple/ChangeLog new file mode 100644 index 000000000000..68a8e493596d --- /dev/null +++ b/dev-perl/Test-Simple/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/Test-Simple +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/ChangeLog,v 1.1 2002/06/14 14:46:14 seemant Exp $ + +*Test-Simple-0.42 (14 Jun 2002) + + 14 Jun 2002; Seemant Kulleen <seemant@gentoo.org> Test-Simple-0.42.ebuild + files/digest-Test-Simple-0.42 : + + New package, submitted by: arutha@gmx.de (Alexander Gretencord) in bug + #3513 diff --git a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild new file mode 100644 index 000000000000..46fc300665c1 --- /dev/null +++ b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42.ebuild,v 1.1 2002/06/14 14:46:14 seemant Exp $ + +# Inherit from perl-module.eclass + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Basic utilities for writing tests" +SRC_URI="http://www.cpan.org/authors/id/MSCHWERN/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/search?dist=Test-Harness" + +mydoc="rfc*.txt" + +newdepend ">=dev-perl/Test-Harness-1.23" + +src_compile() { + base_src_compile + make test || die "Tests didn't work out. Aborting!" +} diff --git a/dev-perl/Test-Simple/files/digest-Test-Simple-0.42 b/dev-perl/Test-Simple/files/digest-Test-Simple-0.42 new file mode 100644 index 000000000000..4450ab847f62 --- /dev/null +++ b/dev-perl/Test-Simple/files/digest-Test-Simple-0.42 @@ -0,0 +1 @@ +MD5 ba58100f8c73c14e2f29f3b5ebbf2348 Test-Simple-0.42.tar.gz 39704 |