diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:57:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:57:57 +0000 |
commit | 9fb15dbd680fdc20d9b23bb913016bb2271533d8 (patch) | |
tree | aa1d14771547fe5dab3da87a2488939682af8a42 /dev-perl/Test-Simple | |
parent | added ppc to keywords (diff) | |
download | historical-9fb15dbd680fdc20d9b23bb913016bb2271533d8.tar.gz historical-9fb15dbd680fdc20d9b23bb913016bb2271533d8.tar.bz2 historical-9fb15dbd680fdc20d9b23bb913016bb2271533d8.zip |
repoman'd
Diffstat (limited to 'dev-perl/Test-Simple')
-rw-r--r-- | dev-perl/Test-Simple/Test-Simple-0.42.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild index 78b23c0a85a9..aa4a4a02bb88 100644 --- a/dev-perl/Test-Simple/Test-Simple-0.42.ebuild +++ b/dev-perl/Test-Simple/Test-Simple-0.42.ebuild @@ -1,17 +1,18 @@ # 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.2 2002/07/25 04:13:27 seemant Exp $ - -# Inherit from perl-module.eclass +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Simple/Test-Simple-0.42.ebuild,v 1.3 2002/07/25 04:56:39 seemant Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Basic utilities for writing tests" SRC_URI="http://www.cpan.org/authors/id/MSCHWERN/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://search.cpan.org/search?dist=Test-Harness" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" + mydoc="rfc*.txt" newdepend ">=dev-perl/Test-Harness-1.23" |