diff options
Diffstat (limited to 'perl-core/digest-base/digest-base-1.15.ebuild')
-rw-r--r-- | perl-core/digest-base/digest-base-1.15.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild index e71a52d97ee9..4523e4a151c5 100644 --- a/perl-core/digest-base/digest-base-1.15.ebuild +++ b/perl-core/digest-base/digest-base-1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.15.ebuild,v 1.9 2006/12/24 00:58:49 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.15.ebuild,v 1.10 2007/01/19 17:55:32 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Digest-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Modules that calculate message digests" -HOMEPAGE="http://search.cpan.org/~gaas/${MY_P}/" +HOMEPAGE="http://search.cpan.org/~gaas/" SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -18,7 +18,6 @@ IUSE="" DEPEND="dev-lang/perl virtual/perl-MIME-Base64" -RDEPEND="${DEPEND}" SRC_TEST="do" mydoc="rfc*.txt" |