summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 04:57:57 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 04:57:57 +0000
commit85bf24c6e9d93e79f64a2e17324b116edc65da6e (patch)
tree1812ec16d2e7a83a6c1bd97004714e542e89835e /dev-perl/Test-Simple
parentadded ppc to keywords (diff)
downloadgentoo-2-85bf24c6e9d93e79f64a2e17324b116edc65da6e.tar.gz
gentoo-2-85bf24c6e9d93e79f64a2e17324b116edc65da6e.tar.bz2
gentoo-2-85bf24c6e9d93e79f64a2e17324b116edc65da6e.zip
repoman'd
Diffstat (limited to 'dev-perl/Test-Simple')
-rw-r--r--dev-perl/Test-Simple/Test-Simple-0.42.ebuild9
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"