summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/autofs/ChangeLog10
-rw-r--r--net-fs/autofs/autofs-3.1.7-r3.ebuild43
-rw-r--r--net-fs/autofs/files/digest-autofs-3.1.7-r31
3 files changed, 53 insertions, 1 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog
index 91303c635b07..bd225f6d6f36 100644
--- a/net-fs/autofs/ChangeLog
+++ b/net-fs/autofs/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-fs/autofs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.4 2002/04/11 13:31:50 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.5 2002/04/17 04:34:25 seemant Exp $
+
+*autfofs-3.1.7-r3 (16 Apr 2002)
+
+ 16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> autofs-3.1.7-r3.ebuild
+ files/digest-autofs-3.1.7-r3 :
+
+ I did not bump the revision number up last time. That would have been a good
+ idea to do.
*autofs-3.1.7-r2 (11 Apr 2002)
diff --git a/net-fs/autofs/autofs-3.1.7-r3.ebuild b/net-fs/autofs/autofs-3.1.7-r3.ebuild
new file mode 100644
index 000000000000..eeae50a8ffed
--- /dev/null
+++ b/net-fs/autofs/autofs-3.1.7-r3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author: Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.1 2002/04/17 04:34:25 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Automounter"
+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"
+DEPEND="virtual/glibc ldap? ( ~net-nds/openldap-1.2 )"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}/include
+ patch -p0 < ${FILESDIR}/automount.diff || die
+}
+
+src_compile() {
+ local myconf
+ use ldap || myconf="--without-openldap"
+ ./configure --host=${HOST} --prefix=/usr ${myconf} || die
+ emake || die
+}
+
+src_install() {
+ into /usr
+ dosbin daemon/automount
+ insinto /usr/lib/autofs
+ insopts -m 755
+ doins modules/*.so
+
+ dodoc COPYING COPYRIGHT NEWS README* TODO
+ cd man
+ doman auto.master.5 autofs.5 autofs.8 automount.8
+
+ cd ../samples
+ dodir /etc/autofs
+ cp ${FILESDIR}/auto.master ${D}/etc/autofs
+ cp ${FILESDIR}/auto.misc ${D}/etc/autofs
+
+ exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc6 autofs
+ insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd autofs
+}
diff --git a/net-fs/autofs/files/digest-autofs-3.1.7-r3 b/net-fs/autofs/files/digest-autofs-3.1.7-r3
new file mode 100644
index 000000000000..c8410dc43753
--- /dev/null
+++ b/net-fs/autofs/files/digest-autofs-3.1.7-r3
@@ -0,0 +1 @@
+MD5 4f602f82442b48ce9c2e0005d59c3408 autofs-3.1.7.tar.bz2 57000