diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:42:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:42:48 +0000 |
commit | 9354c910969c2c06c6166737ddbd477e19a8f345 (patch) | |
tree | abf45b07503309ee550c06767ceb4dd0e33d011b /dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild | |
parent | amd64 (diff) | |
download | historical-9354c910969c2c06c6166737ddbd477e19a8f345.tar.gz historical-9354c910969c2c06c6166737ddbd477e19a8f345.tar.bz2 historical-9354c910969c2c06c6166737ddbd477e19a8f345.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild')
-rw-r--r-- | dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild b/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild index a0f705fa1d78..01f29d0f0910 100644 --- a/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild +++ b/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild @@ -1,12 +1,12 @@ -# 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/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild,v 1.13 2006/08/04 22:30:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-DigestMD5/Authen-DigestMD5-0.04.ebuild,v 1.14 2007/01/14 22:25:57 mcummings Exp $ inherit perl-module DESCRIPTION="SASL DIGEST-MD5 authentication (RFC2831)" SRC_URI="mirror://cpan/authors/id/S/SA/SALVA/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~salva/${P}/" +HOMEPAGE="http://search.cpan.org/~salva/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -17,4 +17,3 @@ SRC_TEST="do" export OPTIMIZE="$CFLAGS" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |