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 | d3dd6e45d16d7280c28369d8a6f55ff2bceb8cba (patch) | |
tree | 1b618d01430690af9a0a0aef7275ba4a0620b81b /net-fs/autofs/autofs-3.1.7-r5.ebuild | |
parent | now uses mirror://kernel (diff) | |
download | gentoo-2-d3dd6e45d16d7280c28369d8a6f55ff2bceb8cba.tar.gz gentoo-2-d3dd6e45d16d7280c28369d8a6f55ff2bceb8cba.tar.bz2 gentoo-2-d3dd6e45d16d7280c28369d8a6f55ff2bceb8cba.zip |
now uses mirror://kernel
Diffstat (limited to 'net-fs/autofs/autofs-3.1.7-r5.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r5.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r5.ebuild b/net-fs/autofs/autofs-3.1.7-r5.ebuild index f86a31835803..c7dfc4903b2e 100644 --- a/net-fs/autofs/autofs-3.1.7-r5.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r5.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r5.ebuild,v 1.7 2003/05/13 02:36:04 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r5.ebuild,v 1.8 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 )" |