diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-25 15:00:48 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-25 15:00:48 +0000 |
commit | 6605aa45d3745e4f747ca6c94fe5b18d697eebfe (patch) | |
tree | 39b1b8b75df8884f35d806e2488ab743e6531f1f /net-fs/autofs/autofs-3.1.7-r3.ebuild | |
parent | now uses mirror://kernel (diff) | |
download | historical-6605aa45d3745e4f747ca6c94fe5b18d697eebfe.tar.gz historical-6605aa45d3745e4f747ca6c94fe5b18d697eebfe.tar.bz2 historical-6605aa45d3745e4f747ca6c94fe5b18d697eebfe.zip |
now uses mirror://kernel
Diffstat (limited to 'net-fs/autofs/autofs-3.1.7-r3.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r3.ebuild b/net-fs/autofs/autofs-3.1.7-r3.ebuild index 13e2e40b00e6..b7ab426df397 100644 --- a/net-fs/autofs/autofs-3.1.7-r3.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r3.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.8 2003/02/13 13:59:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.9 2003/05/25 15:00:37 mholzer Exp $ IUSE="ldap" S=${WORKDIR}/${P} DESCRIPTION="Kernel based automounter" HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 - ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 - ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2" +SRC_URI="mirror://kernel/linux/daemons/autofs/${P}.tar.bz2" DEPEND="ldap? ( >=net-nds/openldap-1.2 )" |