summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorStefaan De Roeck <stefaan@gentoo.org>2009-06-11 20:40:10 +0000
committerStefaan De Roeck <stefaan@gentoo.org>2009-06-11 20:40:10 +0000
commit2215043c9aa2b8049ceab91031fad88058a00998 (patch)
treeac2bd93a4d69cd563326d12684a86794ecfe2ae2 /net-fs
parentamd64 stable, bug #273015 (diff)
downloadgentoo-2-2215043c9aa2b8049ceab91031fad88058a00998.tar.gz
gentoo-2-2215043c9aa2b8049ceab91031fad88058a00998.tar.bz2
gentoo-2-2215043c9aa2b8049ceab91031fad88058a00998.zip
remove obsolete versions
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/autofs/ChangeLog10
-rw-r--r--net-fs/autofs/autofs-3.1.7-r3.ebuild50
-rw-r--r--net-fs/autofs/autofs-3.1.7-r4.ebuild63
-rw-r--r--net-fs/autofs/autofs-4.0.0.ebuild74
-rw-r--r--net-fs/autofs/autofs-4.1.3-r1.ebuild84
-rw-r--r--net-fs/autofs/autofs-4.1.3-r2.ebuild84
-rw-r--r--net-fs/autofs/autofs-4.1.3-r3.ebuild86
-rw-r--r--net-fs/autofs/autofs-4.1.3-r4.ebuild86
-rw-r--r--net-fs/autofs/autofs-4.1.3-r8.ebuild92
-rw-r--r--net-fs/autofs/autofs-4.1.3.ebuild74
-rw-r--r--net-fs/autofs/autofs-5.0.3-r1.ebuild67
-rw-r--r--net-fs/autofs/autofs-5.0.3-r2.ebuild71
-rw-r--r--net-fs/autofs/autofs-5.0.3-r4.ebuild98
-rw-r--r--net-fs/autofs/autofs-5.0.3-r5.ebuild105
-rw-r--r--net-fs/autofs/autofs-5.0.3.ebuild49
15 files changed, 9 insertions, 1084 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog
index 0c2b19a13100..1de028a6b27d 100644
--- a/net-fs/autofs/ChangeLog
+++ b/net-fs/autofs/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-fs/autofs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.87 2009/06/11 18:21:09 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.88 2009/06/11 20:40:10 stefaan Exp $
+
+ 11 Jun 2009; Stefaan De Roeck <stefaan@gentoo.org>
+ -autofs-3.1.7-r3.ebuild, -autofs-3.1.7-r4.ebuild, -autofs-4.0.0.ebuild,
+ -autofs-4.1.3.ebuild, -autofs-4.1.3-r1.ebuild, -autofs-4.1.3-r2.ebuild,
+ -autofs-4.1.3-r3.ebuild, -autofs-4.1.3-r4.ebuild, -autofs-4.1.3-r8.ebuild,
+ -autofs-5.0.3.ebuild, -autofs-5.0.3-r1.ebuild, -autofs-5.0.3-r2.ebuild,
+ -autofs-5.0.3-r4.ebuild, -autofs-5.0.3-r5.ebuild:
+ remove obsolete versions
*autofs-5.0.4-r4 (11 Jun 2009)
diff --git a/net-fs/autofs/autofs-3.1.7-r3.ebuild b/net-fs/autofs/autofs-3.1.7-r3.ebuild
deleted file mode 100644
index 8dc1ebfecd5a..000000000000
--- a/net-fs/autofs/autofs-3.1.7-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.14 2005/01/07 11:54:04 robbat2 Exp $
-
-IUSE="ldap"
-
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI="mirror://kernel/linux/daemons/autofs/${P}.tar.bz2"
-
-DEPEND="ldap? ( >=net-nds/openldap-1.2 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_unpack() {
- unpack ${A} ; cd ${S}/include
- patch -p0 < ${FILESDIR}/automount.diff || die
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
- export HAVE_LDAP=1
- export LIBLDAP="$LIBLDAP -lldap -llber"
- export LIBS="-lldap -llber $LIBS"
- ./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/autofs-3.1.7-r4.ebuild b/net-fs/autofs/autofs-3.1.7-r4.ebuild
deleted file mode 100644
index 27d5ba9261f0..000000000000
--- a/net-fs/autofs/autofs-3.1.7-r4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r4.ebuild,v 1.12 2007/05/06 10:07:34 genone Exp $
-
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI="mirror://kernel/linux/daemons/autofs/${P}.tar.bz2"
-
-DEPEND="ldap? ( >=net-nds/openldap-1.2 )"
-RDEPEND=">=net-nds/portmap-5b-r6
- >=net-nds/ypbind-1.11-r1"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE="ldap"
-
-src_unpack() {
- unpack ${A}
- patch -p0 < ${FILESDIR}/nisyp.patch || die
-
- cd ${S}/include
- patch -p0 < ${FILESDIR}/automount.diff || die
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
- export HAVE_LDAP=1
- export LIBLDAP="$LIBLDAP -lldap -llber -lresolv"
- export LIBS="-lldap -llber -lresolv $LIBS"
- ./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.rc7 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs1.confd autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elog
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-4.0.0.ebuild b/net-fs/autofs/autofs-4.0.0.ebuild
deleted file mode 100644
index d206c28136ab..000000000000
--- a/net-fs/autofs/autofs-4.0.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.0.0.ebuild,v 1.11 2007/05/06 10:07:34 genone Exp $
-
-inherit eutils
-
-IUSE="ldap"
-
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI="mirror://kernel/linux/daemons/${PN}/v4/${P}-1.tar.bz2"
-
-DEPEND="ldap? ( >=net-nds/openldap-1.2 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-
-src_unpack() {
- unpack ${A}
-# cd ${S}
-# epatch ${FILESDIR}/ldap_config.patch || die "ldap patch died"
-
-# cd ${S}/include
-# epatch ${FILESDIR}/automount.diff || die "automount patch died"
-
- cd ${S}
- autoconf
-
- cd ${S}/daemon
- sed -i 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
-
- ./configure \
- --host=${HOST} \
- --prefix=/usr \
- ${myconf} || die
- sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules
- make || die "make failed"
-}
-
-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
- sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in
- 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.rc8 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elog
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-4.1.3-r1.ebuild b/net-fs/autofs/autofs-4.1.3-r1.ebuild
deleted file mode 100644
index c1b9988fabe3..000000000000
--- a/net-fs/autofs/autofs-4.1.3-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r1.ebuild,v 1.5 2007/05/06 10:07:34 genone Exp $
-
-inherit eutils
-
-IUSE="ldap"
-
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v4"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-strict.patch
- ${SRC_URI_BASE}/${P}-mtab_lock.patch
- ${SRC_URI_BASE}/${P}-bad_chdir.patch
- ${SRC_URI_BASE}/${P}-non_block_ping.patch
- ${SRC_URI_BASE}/${P}-signal-race-fix.patch
- ${SRC_URI_BASE}/${P}-sock-leak-fix.patch
- ${SRC_URI_BASE}/${P}-replicated_server_select.patch"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-strict.patch ${P}-mtab_lock.patch ${P}-bad_chdir.patch ${P}-non_block_ping.patch ${P}-signal-race-fix.patch ${P}-sock-leak-fix.patch ${P}-replicated_server_select.patch"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- cd ${S}
- autoconf || die "Autoconf failed"
-
- cd ${S}/daemon
- sed -i 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile || die "LIBLDAP change failed"
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
-
- econf ${myconf} || die
- sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules || die "Failed to remove (C|CXX|LD)FLAGS"
- emake || die "make failed"
-}
-
-src_install() {
- into /usr
- dosbin daemon/automount
- exeinto /usr/lib/autofs
- doexe modules/*.so
-
- dodoc COPYING COPYRIGHT NEWS README* TODO CHANGELOG CREDITS
- cd ${S}/samples
- docinto samples ; dodoc auto.misc auto.master
- cd ${S}/man
- sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in || die "Failed to update path in manpages"
- doman auto.master.5 autofs.5 autofs.8 automount.8
-
- dodir /etc/autofs /etc/init.d /etc/conf.d
- insinto /etc/autofs ; doins ${FILESDIR}/auto.master
- insinto /etc/autofs ; doins ${FILESDIR}/auto.misc
- exeinto /etc/autofs ; doexe ${FILESDIR}/auto.net # chmod 755 is important!
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc9 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd9 autofs
- if use ldap; then
- cd ${S}/samples
- docinto samples ; dodoc ldap* auto.master.ldap
- insinto /etc/openldap/schema ; doins autofs.schema
- exeinto /usr/lib/autofs ; doexe autofs-ldap-auto-master
- fi
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elog
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-4.1.3-r2.ebuild b/net-fs/autofs/autofs-4.1.3-r2.ebuild
deleted file mode 100644
index caf1254f3a99..000000000000
--- a/net-fs/autofs/autofs-4.1.3-r2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r2.ebuild,v 1.8 2007/05/06 10:07:34 genone Exp $
-
-inherit eutils
-
-IUSE="ldap"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v4"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-strict.patch
- ${SRC_URI_BASE}/${P}-mtab_lock.patch
- ${SRC_URI_BASE}/${P}-bad_chdir.patch
- ${SRC_URI_BASE}/${P}-non_block_ping.patch
- ${SRC_URI_BASE}/${P}-signal-race-fix.patch
- ${SRC_URI_BASE}/${P}-sock-leak-fix.patch
- ${SRC_URI_BASE}/${P}-replicated_server_select.patch
- mirror://gentoo/${P}-miscfixes.patch.gz"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-strict.patch ${P}-mtab_lock.patch ${P}-bad_chdir.patch ${P}-non_block_ping.patch ${P}-signal-race-fix.patch ${P}-sock-leak-fix.patch ${P}-replicated_server_select.patch ${P}-miscfixes.patch.gz"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- cd ${S}
- autoconf || die "Autoconf failed"
-
- cd ${S}/daemon
- sed -i 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile || die "LIBLDAP change failed"
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
-
- econf ${myconf} || die
- sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules || die "Failed to remove (C|CXX|LD)FLAGS"
- emake || die "make failed"
-}
-
-src_install() {
- into /usr
- dosbin daemon/automount
- exeinto /usr/lib/autofs
- doexe modules/*.so
-
- dodoc COPYING COPYRIGHT NEWS README* TODO CHANGELOG CREDITS
- cd ${S}/samples
- docinto samples ; dodoc auto.misc auto.master
- cd ${S}/man
- sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in || die "Failed to update path in manpages"
- doman auto.master.5 autofs.5 autofs.8 automount.8
-
- dodir /etc/autofs /etc/init.d /etc/conf.d
- insinto /etc/autofs ; doins ${FILESDIR}/auto.master
- insinto /etc/autofs ; doins ${FILESDIR}/auto.misc
- exeinto /etc/autofs ; doexe ${FILESDIR}/auto.net # chmod 755 is important!
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc9 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd9 autofs
- if use ldap; then
- cd ${S}/samples
- docinto samples ; dodoc ldap* auto.master.ldap
- insinto /etc/openldap/schema ; doins autofs.schema
- exeinto /usr/lib/autofs ; doexe autofs-ldap-auto-master
- fi
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elog
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-4.1.3-r3.ebuild b/net-fs/autofs/autofs-4.1.3-r3.ebuild
deleted file mode 100644
index f70f2fe8ef15..000000000000
--- a/net-fs/autofs/autofs-4.1.3-r3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r3.ebuild,v 1.4 2007/05/06 10:07:34 genone Exp $
-
-inherit eutils
-
-IUSE="ldap"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v4"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-strict.patch
- ${SRC_URI_BASE}/${P}-mtab_lock.patch
- ${SRC_URI_BASE}/${P}-bad_chdir.patch
- ${SRC_URI_BASE}/${P}-non_block_ping.patch
- ${SRC_URI_BASE}/${P}-sock-leak-fix.patch
- ${SRC_URI_BASE}/${P}-replicated_server_select.patch
- mirror://gentoo/${P}-miscfixes.patch.gz"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-strict.patch ${P}-mtab_lock.patch ${P}-bad_chdir.patch ${P}-non_block_ping.patch ${P}-sock-leak-fix.patch ${P}-replicated_server_select.patch ${P}-miscfixes.patch.gz"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- # Upstream version of this patch is incorrect
- epatch ${FILESDIR}/${P}-signal-race-fix.patch
-
- cd ${S}
- autoconf || die "Autoconf failed"
-
- cd ${S}/daemon
- sed -i 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile || die "LIBLDAP change failed"
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
-
- econf ${myconf} || die
- sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules || die "Failed to remove (C|CXX|LD)FLAGS"
- emake || die "make failed"
-}
-
-src_install() {
- into /usr
- dosbin daemon/automount
- exeinto /usr/lib/autofs
- doexe modules/*.so
-
- dodoc COPYING COPYRIGHT NEWS README* TODO CHANGELOG CREDITS
- cd ${S}/samples
- docinto samples ; dodoc auto.misc auto.master
- cd ${S}/man
- sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in || die "Failed to update path in manpages"
- doman auto.master.5 autofs.5 autofs.8 automount.8
-
- dodir /etc/autofs /etc/init.d /etc/conf.d
- insinto /etc/autofs ; doins ${FILESDIR}/auto.master
- insinto /etc/autofs ; doins ${FILESDIR}/auto.misc
- exeinto /etc/autofs ; doexe ${FILESDIR}/auto.net # chmod 755 is important!
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc9 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd9 autofs
- if use ldap; then
- cd ${S}/samples
- docinto samples ; dodoc ldap* auto.master.ldap
- insinto /etc/openldap/schema ; doins autofs.schema
- exeinto /usr/lib/autofs ; doexe autofs-ldap-auto-master
- fi
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elos
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-4.1.3-r4.ebuild b/net-fs/autofs/autofs-4.1.3-r4.ebuild
deleted file mode 100644
index 0fae150c0789..000000000000
--- a/net-fs/autofs/autofs-4.1.3-r4.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r4.ebuild,v 1.10 2007/05/06 10:07:34 genone Exp $
-
-inherit eutils multilib
-
-IUSE="ldap"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v4"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-strict.patch
- ${SRC_URI_BASE}/${P}-mtab_lock.patch
- ${SRC_URI_BASE}/${P}-bad_chdir.patch
- ${SRC_URI_BASE}/${P}-non_block_ping.patch
- ${SRC_URI_BASE}/${P}-sock-leak-fix.patch
- ${SRC_URI_BASE}/${P}-replicated_server_select.patch
- mirror://gentoo/${P}-miscfixes.patch.gz"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-strict.patch ${P}-mtab_lock.patch ${P}-bad_chdir.patch ${P}-non_block_ping.patch ${P}-sock-leak-fix.patch ${P}-replicated_server_select.patch ${P}-miscfixes.patch.gz"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- # Upstream version of this patch is incorrect
- epatch ${FILESDIR}/${P}-signal-race-fix.patch
-
- cd ${S}
- autoconf || die "Autoconf failed"
-
- cd ${S}/daemon
- sed -i 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile || die "LIBLDAP change failed"
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
-
- econf ${myconf} || die
- sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules || die "Failed to remove (C|CXX|LD)FLAGS"
- emake || die "make failed"
-}
-
-src_install() {
- into /usr
- dosbin daemon/automount
- exeinto /usr/$(get_libdir)/autofs
- doexe modules/*.so
-
- dodoc COPYING COPYRIGHT NEWS README* TODO CHANGELOG CREDITS
- cd ${S}/samples
- docinto samples ; dodoc auto.misc auto.master
- cd ${S}/man
- sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in || die "Failed to update path in manpages"
- doman auto.master.5 autofs.5 autofs.8 automount.8
-
- dodir /etc/autofs /etc/init.d /etc/conf.d
- insinto /etc/autofs ; doins ${FILESDIR}/auto.master
- insinto /etc/autofs ; doins ${FILESDIR}/auto.misc
- exeinto /etc/autofs ; doexe ${FILESDIR}/auto.net # chmod 755 is important!
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/autofs.rc11 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd9 autofs
- if use ldap; then
- cd ${S}/samples
- docinto samples ; dodoc ldap* auto.master.ldap
- insinto /etc/openldap/schema ; doins autofs.schema
- exeinto /usr/$(get_libdir)/autofs ; doexe autofs-ldap-auto-master
- fi
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elog
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-4.1.3-r8.ebuild b/net-fs/autofs/autofs-4.1.3-r8.ebuild
deleted file mode 100644
index 84c5c3956227..000000000000
--- a/net-fs/autofs/autofs-4.1.3-r8.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r8.ebuild,v 1.1 2008/01/24 10:09:19 stefaan Exp $
-
-inherit eutils multilib
-
-IUSE="ldap"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v4"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-strict.patch
- ${SRC_URI_BASE}/${P}-mtab_lock.patch
- ${SRC_URI_BASE}/${P}-bad_chdir.patch
- ${SRC_URI_BASE}/${P}-non_block_ping.patch
- ${SRC_URI_BASE}/${P}-sock-leak-fix.patch
- ${SRC_URI_BASE}/${P}-replicated_server_select.patch
- mirror://gentoo/${P}-miscfixes.patch.gz"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-strict.patch ${P}-mtab_lock.patch ${P}-bad_chdir.patch ${P}-non_block_ping.patch ${P}-sock-leak-fix.patch ${P}-replicated_server_select.patch ${P}-miscfixes.patch.gz"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- # Upstream version of this patch is incorrect
- epatch "${FILESDIR}"/${P}-signal-race-fix.patch
-
- cd "${S}"
- autoconf || die "Autoconf failed"
-
- cd "${S}"/daemon
- sed -i 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile \
- || die "LIBLDAP change failed"
-
- cd "${S}"/lib
- sed -i '/^listmount.o:/s,$, mount.h,g' Makefile \
- || die "Failed to fix dependancies"
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
-
- econf ${myconf} || die
- sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules || die "Failed to remove (C|CXX|LD)FLAGS"
- # fixes segfaults on startup on amd64
- use amd64 && CFLAGS="${CFLAGS} -DLDAP_DEPRECATED"
- emake || die "make failed"
-}
-
-src_install() {
- into /usr
- dosbin daemon/automount
- exeinto /usr/$(get_libdir)/autofs
- doexe modules/*.so
-
- dodoc COPYRIGHT NEWS README* TODO CHANGELOG CREDITS
- cd "${S}"/samples
- docinto samples ; dodoc auto.misc auto.master
- cd "${S}"/man
- sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in || die "Failed to update path in manpages"
- doman auto.master.5 autofs.5 autofs.8 automount.8
-
- insinto /etc/autofs ; doins "${FILESDIR}"/auto.master
- insinto /etc/autofs ; doins "${FILESDIR}"/auto.misc
- exeinto /etc/autofs ; doexe "${FILESDIR}"/auto.net # chmod 755 is important!
-
- newinitd "${FILESDIR}"/autofs.rc13 autofs
- newconfd "${FILESDIR}"/autofs.confd9 autofs
- if use ldap; then
- cd "${S}"/samples
- docinto samples ; dodoc ldap* auto.master.ldap
- insinto /etc/openldap/schema ; doins autofs.schema
- exeinto /usr/$(get_libdir)/autofs ; doexe autofs-ldap-auto-master
- fi
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elog
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-4.1.3.ebuild b/net-fs/autofs/autofs-4.1.3.ebuild
deleted file mode 100644
index 2983e7b132b0..000000000000
--- a/net-fs/autofs/autofs-4.1.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3.ebuild,v 1.7 2007/05/06 10:07:34 genone Exp $
-
-inherit eutils
-
-IUSE="ldap"
-
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI="mirror://kernel/linux/daemons/${PN}/v4/${P}.tar.bz2"
-
-DEPEND="ldap? ( >=net-nds/openldap-1.2 )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${A}
-# cd ${S}
-# epatch ${FILESDIR}/ldap_config.patch || die "ldap patch died"
-
-# cd ${S}/include
-# epatch ${FILESDIR}/automount.diff || die "automount patch died"
-
- cd ${S}
- autoconf
-
- cd ${S}/daemon
- sed -i 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile
-}
-
-src_compile() {
- local myconf
- use ldap || myconf="--without-openldap"
-
- ./configure \
- --host=${HOST} \
- --prefix=/usr \
- ${myconf} || die
- sed -i -e '/^\(CFLAGS\|CXXFLAGS\|LDFLAGS\)[[:space:]]*=/d' Makefile.rules
- make || die "make failed"
-}
-
-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
- sed -i 's:\/etc\/:\/etc\/autofs\/:g' *.8 *.5 *.in
- 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.rc8 autofs
- insinto /etc/conf.d ; newins ${FILESDIR}/autofs.confd autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
- elog
- elog "Also the normal autofs status has been renamed stats"
- elog "as there is already a predefined Gentoo status"
-}
diff --git a/net-fs/autofs/autofs-5.0.3-r1.ebuild b/net-fs/autofs/autofs-5.0.3-r1.ebuild
deleted file mode 100644
index 43ad9fa3ac31..000000000000
--- a/net-fs/autofs/autofs-5.0.3-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r1.ebuild,v 1.2 2008/02/05 12:32:19 stefaan Exp $
-
-inherit eutils multilib autotools
-
-IUSE="ldap sasl"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v5"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-ldap-page-control-configure-fix.patch
- ${SRC_URI_BASE}/${P}-xfn-not-supported.patch
- ${SRC_URI_BASE}/${P}-basedn-with-spaces-fix-3.patch
- ${SRC_URI_BASE}/${P}-nfs4-tcp-only.patch
- ${SRC_URI_BASE}/${P}-correct-ldap-lib.patch"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )
- sasl? ( virtual/krb5 )"
- # currently, sasl code assumes the presence of kerberosV
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-ldap-page-control-configure-fix.patch ${P}-xfn-not-supported.patch ${P}-basedn-with-spaces-fix-3.patch ${P}-nfs4-tcp-only.patch ${P}-correct-ldap-lib.patch"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- cd "${S}"
- eautoconf || die "Autoconf failed"
-
- # # use CC and CFLAGS from environment (bug #154797)
- # write these values in Makefile.conf
-# (echo "CC := @CC@"; echo "CFLAGS := @CFLAGS@") >> Makefile.conf.in
- # make sure Makefile.conf is parsed after Makefile.rules
-# sed -ni '/include Makefile.conf/{x; n; G}; p' Makefile
-
- # do not include <nfs/nfs.h>, rather <linux/nfs.h>,
- # as the former is a lame header for the latter (bug #157968)
- sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
-}
-
-src_compile() {
- CFLAGS="${CFLAGS}" \
- econf \
- $(use_with ldap openldap) \
- $(use_with sasl) \
- --enable-ignore-busy \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- newinitd "${FILESDIR}"/autofs5.rc1 autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
-}
diff --git a/net-fs/autofs/autofs-5.0.3-r2.ebuild b/net-fs/autofs/autofs-5.0.3-r2.ebuild
deleted file mode 100644
index 011d8ae4e539..000000000000
--- a/net-fs/autofs/autofs-5.0.3-r2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r2.ebuild,v 1.1 2008/02/18 13:42:23 stefaan Exp $
-
-inherit eutils multilib autotools
-
-IUSE="ldap sasl"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v5"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-ldap-page-control-configure-fix.patch
- ${SRC_URI_BASE}/${P}-xfn-not-supported.patch
- ${SRC_URI_BASE}/${P}-basedn-with-spaces-fix-3.patch
- ${SRC_URI_BASE}/${P}-nfs4-tcp-only.patch
- ${SRC_URI_BASE}/${P}-correct-ldap-lib.patch
- ${SRC_URI_BASE}/${P}-dont-fail-on-empty-master-fix-2.patch
- ${SRC_URI_BASE}/${P}-expire-works-too-hard.patch
- ${SRC_URI_BASE}/${P}-unlink-mount-return-fix.patch
- ${SRC_URI_BASE}/${P}-update-linux-auto_fs4-h.patch"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )
- sasl? ( virtual/krb5 )"
- # currently, sasl code assumes the presence of kerberosV
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-ldap-page-control-configure-fix.patch ${P}-xfn-not-supported.patch ${P}-basedn-with-spaces-fix-3.patch ${P}-nfs4-tcp-only.patch ${P}-correct-ldap-lib.patch ${P}-dont-fail-on-empty-master-fix-2.patch ${P}-expire-works-too-hard.patch ${P}-unlink-mount-return-fix.patch ${P}-update-linux-auto_fs4-h.patch"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- cd "${S}"
- eautoconf || die "Autoconf failed"
-
- # # use CC and CFLAGS from environment (bug #154797)
- # write these values in Makefile.conf
-# (echo "CC := @CC@"; echo "CFLAGS := @CFLAGS@") >> Makefile.conf.in
- # make sure Makefile.conf is parsed after Makefile.rules
-# sed -ni '/include Makefile.conf/{x; n; G}; p' Makefile
-
- # do not include <nfs/nfs.h>, rather <linux/nfs.h>,
- # as the former is a lame header for the latter (bug #157968)
- sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
-}
-
-src_compile() {
- CFLAGS="${CFLAGS}" \
- econf \
- $(use_with ldap openldap) \
- $(use_with sasl) \
- --enable-ignore-busy \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- newinitd "${FILESDIR}"/autofs5.rc1 autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
-}
diff --git a/net-fs/autofs/autofs-5.0.3-r4.ebuild b/net-fs/autofs/autofs-5.0.3-r4.ebuild
deleted file mode 100644
index 7576051d810c..000000000000
--- a/net-fs/autofs/autofs-5.0.3-r4.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r4.ebuild,v 1.2 2008/05/03 09:16:59 stefaan Exp $
-
-inherit eutils multilib autotools
-
-IUSE="ldap sasl"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v5"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-ldap-page-control-configure-fix.patch
- ${SRC_URI_BASE}/${P}-xfn-not-supported.patch
- ${SRC_URI_BASE}/${P}-basedn-with-spaces-fix-3.patch
- ${SRC_URI_BASE}/${P}-nfs4-tcp-only.patch
- ${SRC_URI_BASE}/${P}-correct-ldap-lib.patch
- ${SRC_URI_BASE}/${P}-dont-fail-on-empty-master-fix-2.patch
- ${SRC_URI_BASE}/${P}-expire-works-too-hard.patch
- ${SRC_URI_BASE}/${P}-unlink-mount-return-fix.patch
- ${SRC_URI_BASE}/${P}-update-linux-auto_fs4-h.patch
- ${SRC_URI_BASE}/${P}-expire-works-too-hard-update.patch
- ${SRC_URI_BASE}/${P}-expire-works-too-hard-update-2.patch
- ${SRC_URI_BASE}/${P}-handle-zero-length-nis-key.patch
- ${SRC_URI_BASE}/${PN}-5.0.2-init-cb-on-load.patch
- ${SRC_URI_BASE}/${P}-map-type-in-map-name.patch
- ${SRC_URI_BASE}/${P}-mount-thread-create-cond-handling.patch"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )
- sasl? ( virtual/krb5 )"
- # currently, sasl code assumes the presence of kerberosV
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- patch "${DISTDIR}"/${P}-map-type-in-map-name.patch \
- < "${FILESDIR}"/${P}-map-patch-fix.patch || die "failed to patch"
- PATCH_LIST="
- ${P}-ldap-page-control-configure-fix.patch
- ${P}-xfn-not-supported.patch
- ${P}-basedn-with-spaces-fix-3.patch
- ${P}-nfs4-tcp-only.patch
- ${P}-correct-ldap-lib.patch
- ${P}-dont-fail-on-empty-master-fix-2.patch
- ${P}-expire-works-too-hard.patch
- ${P}-unlink-mount-return-fix.patch
- ${P}-update-linux-auto_fs4-h.patch
- ${P}-expire-works-too-hard-update.patch
- ${P}-expire-works-too-hard-update-2.patch
- ${P}-handle-zero-length-nis-key.patch
- ${PN}-5.0.2-init-cb-on-load.patch
- ${P}-map-type-in-map-name.patch
- ${P}-mount-thread-create-cond-handling.patch"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- cd "${S}"
-
- # # use CC and CFLAGS from environment (bug #154797)
- # write these values in Makefile.conf
- (echo "# Use the compiler and cflags determined by configure";
- echo "CC := @CC@"; echo "CFLAGS := @CFLAGS@") >> Makefile.conf.in
- # make sure Makefile.conf is parsed after Makefile.rules
- sed -ni '/include Makefile.conf/{x; n; G}; p' Makefile
- sed -i 's/^\(CC\|CXX\).*//' Makefile.rules
- sed -i 's/^CFLAGS=-fPIE.*//' configure.in
-
- # do not include <nfs/nfs.h>, rather <linux/nfs.h>,
- # as the former is a lame header for the latter (bug #157968)
- sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
-
- eautoreconf || die "Autoconf failed"
-}
-
-src_compile() {
- CFLAGS="${CFLAGS}" \
- econf \
- $(use_with ldap openldap) \
- $(use_with sasl) \
- --enable-ignore-busy \
- || die "configure failed"
-
- emake DONTSTRIP=1 || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- newinitd "${FILESDIR}"/autofs5.rc1 autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
-}
diff --git a/net-fs/autofs/autofs-5.0.3-r5.ebuild b/net-fs/autofs/autofs-5.0.3-r5.ebuild
deleted file mode 100644
index 7ca4058c9fd2..000000000000
--- a/net-fs/autofs/autofs-5.0.3-r5.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3-r5.ebuild,v 1.3 2008/05/12 21:45:33 solar Exp $
-
-inherit eutils multilib autotools
-
-IUSE="ldap sasl"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v5"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-ldap-page-control-configure-fix.patch
- ${SRC_URI_BASE}/${P}-xfn-not-supported.patch
- ${SRC_URI_BASE}/${P}-basedn-with-spaces-fix-3.patch
- ${SRC_URI_BASE}/${P}-nfs4-tcp-only.patch
- ${SRC_URI_BASE}/${P}-correct-ldap-lib.patch
- ${SRC_URI_BASE}/${P}-dont-fail-on-empty-master-fix-2.patch
- ${SRC_URI_BASE}/${P}-expire-works-too-hard.patch
- ${SRC_URI_BASE}/${P}-unlink-mount-return-fix.patch
- ${SRC_URI_BASE}/${P}-update-linux-auto_fs4-h.patch
- ${SRC_URI_BASE}/${P}-expire-works-too-hard-update.patch
- ${SRC_URI_BASE}/${P}-expire-works-too-hard-update-2.patch
- ${SRC_URI_BASE}/${P}-handle-zero-length-nis-key.patch
- ${SRC_URI_BASE}/${PN}-5.0.2-init-cb-on-load.patch
- ${SRC_URI_BASE}/${P}-map-type-in-map-name.patch
- ${SRC_URI_BASE}/${P}-mount-thread-create-cond-handling.patch"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )
- sasl? ( virtual/krb5 )"
- # currently, sasl code assumes the presence of kerberosV
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="
- ${P}-ldap-page-control-configure-fix.patch
- ${P}-xfn-not-supported.patch
- ${P}-basedn-with-spaces-fix-3.patch
- ${P}-nfs4-tcp-only.patch
- ${P}-correct-ldap-lib.patch
- ${P}-dont-fail-on-empty-master-fix-2.patch
- ${P}-expire-works-too-hard.patch
- ${P}-unlink-mount-return-fix.patch
- ${P}-update-linux-auto_fs4-h.patch
- ${P}-expire-works-too-hard-update.patch
- ${P}-expire-works-too-hard-update-2.patch
- ${P}-handle-zero-length-nis-key.patch
- ${PN}-5.0.2-init-cb-on-load.patch
- ${P}-map-type-in-map-name.patch
- ${P}-mount-thread-create-cond-handling.patch"
- for i in ${PATCH_LIST}; do
- cp ${DISTDIR}/${i} ${T}
- done
- patch "${T}"/${P}-map-type-in-map-name.patch \
- < "${FILESDIR}"/${P}-map-patch-fix.patch || die "failed to patch"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${T}/${i}
- rm -f ${T}/${i}
- done
-
- # fixes bug #210762
- epatch "${FILESDIR}"/${P}-heimdal.patch
-
- cd "${S}"
-
- # # use CC and CFLAGS from environment (bug #154797)
- # write these values in Makefile.conf
- (echo "# Use the compiler and cflags determined by configure";
- echo "CC := @CC@"; echo "CFLAGS := @CFLAGS@") >> Makefile.conf.in
- # make sure Makefile.conf is parsed after Makefile.rules
- sed -ni '/include Makefile.conf/{x; n; G}; p' Makefile
- sed -i 's/^\(CC\|CXX\).*//' Makefile.rules
- sed -i 's/^CFLAGS=-fPIE.*//' configure.in
-
- # do not include <nfs/nfs.h>, rather <linux/nfs.h>,
- # as the former is a lame header for the latter (bug #157968)
- sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
-
- eautoreconf || die "Autoconf failed"
-}
-
-src_compile() {
- CFLAGS="${CFLAGS}" \
- econf \
- $(use_with ldap openldap) \
- $(use_with sasl) \
- --enable-ignore-busy \
- || die "configure failed"
-
- emake DONTSTRIP=1 || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- newinitd "${FILESDIR}"/autofs5.rc1 autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
-}
diff --git a/net-fs/autofs/autofs-5.0.3.ebuild b/net-fs/autofs/autofs-5.0.3.ebuild
deleted file mode 100644
index 4e5cc4532755..000000000000
--- a/net-fs/autofs/autofs-5.0.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.3.ebuild,v 1.2 2008/02/05 12:32:19 stefaan Exp $
-
-inherit eutils multilib autotools
-
-IUSE="ldap"
-DESCRIPTION="Kernel based automounter"
-HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html"
-SRC_URI_BASE="mirror://kernel/linux/daemons/${PN}/v5"
-SRC_URI="${SRC_URI_BASE}/${P}.tar.bz2
- ${SRC_URI_BASE}/${P}-ldap-page-control-configure-fix.patch
- ${SRC_URI_BASE}/${P}-xfn-not-supported.patch
- ${SRC_URI_BASE}/${P}-basedn-with-spaces-fix-3.patch
- ${SRC_URI_BASE}/${P}-nfs4-tcp-only.patch
- ${SRC_URI_BASE}/${P}-correct-ldap-lib.patch"
-DEPEND="virtual/libc
- ldap? ( >=net-nds/openldap-2.0 )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-src_unpack() {
- unpack ${P}.tar.bz2
- PATCH_LIST="${P}-ldap-page-control-configure-fix.patch ${P}-xfn-not-supported.patch ${P}-basedn-with-spaces-fix-3.patch ${P}-nfs4-tcp-only.patch ${P}-correct-ldap-lib.patch"
- for i in ${PATCH_LIST}; do
- EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
- done
-
- cd "${S}"
- eautoconf || die "Autoconf failed"
-}
-
-src_compile() {
- econf $(use_with ldap openldap) --enable-ignore-busy || die
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- newinitd "${FILESDIR}"/autofs5.rc1 autofs
-}
-
-pkg_postinst() {
- elog "Note: If you plan on using autofs for automounting"
- elog "remote NFS mounts without having the NFS daemon running"
- elog "please add portmap to your default run-level."
-}