diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:12:26 +0000 |
commit | 407d3f3b25bd4f01bcff9d04272b52813285c71f (patch) | |
tree | 62abfefa28ff5b79a3e4ef24bdcf2883bd4af845 /net-fs/autofs | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.gz gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.tar.bz2 gentoo-2-407d3f3b25bd4f01bcff9d04272b52813285c71f.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/Manifest | 8 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r3.ebuild | 4 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r4.ebuild | 10 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r5.ebuild | 12 |
4 files changed, 17 insertions, 17 deletions
diff --git a/net-fs/autofs/Manifest b/net-fs/autofs/Manifest index 1c2d4182e9de..b6919f9a9de3 100644 --- a/net-fs/autofs/Manifest +++ b/net-fs/autofs/Manifest @@ -1,3 +1,7 @@ +MD5 69f5df0cb3617f616a3f25eadb5e0b01 ChangeLog 3380 +MD5 70a328a7cb89310eeb6ec33c609a3107 autofs-3.1.7-r3.ebuild 1313 +MD5 4193e17d72e39b63f1b6641edf9c9793 autofs-3.1.7-r4.ebuild 1760 +MD5 2c3b06d1d60fbd56ece8aae263ef2345 autofs-3.1.7-r5.ebuild 1781 MD5 256e713e8b47896dd2049326ec26fc78 files/auto.home 239 MD5 7dfc74b098600c091681c950b67b1022 files/auto.master 237 MD5 aa40e8bef91418943312910e73d05eed files/auto.misc 319 @@ -15,7 +19,3 @@ MD5 a872a3743192bbca4f78ecec7f74df03 files/ldap.diff 367 MD5 3e9a4415d9928180bd9d1a7a09d4d2e7 files/ldap_config.patch 785 MD5 77884391a3fbf365a88f5d2230b548d9 files/nisyp.patch 419 MD5 39ac8cc927dab754a7694abdb1a2cdc5 files/open_max.diff 408 -MD5 d6f9d13de10b5fa495f3a3845670e23d autofs-3.1.7-r3.ebuild 1312 -MD5 c5c326df41aaf43432b40e7ca346d46b autofs-3.1.7-r4.ebuild 1764 -MD5 16b1cbe7b4032d989a7ac1fa8c903559 autofs-3.1.7-r5.ebuild 1786 -MD5 69f5df0cb3617f616a3f25eadb5e0b01 ChangeLog 3380 diff --git a/net-fs/autofs/autofs-3.1.7-r3.ebuild b/net-fs/autofs/autofs-3.1.7-r3.ebuild index b7ab426df397..ecefbf647f55 100644 --- a/net-fs/autofs/autofs-3.1.7-r3.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r3.ebuild @@ -1,6 +1,6 @@ # 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.9 2003/05/25 15:00:37 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.10 2003/09/07 00:11:41 msterret Exp $ IUSE="ldap" @@ -23,7 +23,7 @@ src_unpack() { src_compile() { local myconf use ldap || myconf="--without-openldap" - export HAVE_LDAP=1 + export HAVE_LDAP=1 export LIBLDAP="$LIBLDAP -lldap -llber" export LIBS="-lldap -llber $LIBS" ./configure --host=${HOST} --prefix=/usr ${myconf} || die diff --git a/net-fs/autofs/autofs-3.1.7-r4.ebuild b/net-fs/autofs/autofs-3.1.7-r4.ebuild index d57c2b815da2..2977c92b9a3b 100644 --- a/net-fs/autofs/autofs-3.1.7-r4.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r4.ebuild @@ -1,6 +1,6 @@ # 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-r4.ebuild,v 1.5 2003/05/25 15:00:37 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r4.ebuild,v 1.6 2003/09/07 00:11:41 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kernel based automounter" @@ -16,9 +16,9 @@ LICENSE="GPL-2" KEYWORDS="x86" src_unpack() { - unpack ${A} + unpack ${A} patch -p0 < ${FILESDIR}/nisyp.patch || die - + cd ${S}/include patch -p0 < ${FILESDIR}/automount.diff || die } @@ -26,7 +26,7 @@ src_unpack() { src_compile() { local myconf use ldap || myconf="--without-openldap" - export HAVE_LDAP=1 + export HAVE_LDAP=1 export LIBLDAP="$LIBLDAP -lldap -llber -lresolv" export LIBS="-lldap -llber -lresolv $LIBS" ./configure --host=${HOST} --prefix=/usr ${myconf} || die @@ -61,4 +61,4 @@ pkg_postinst() { echo "" einfo "Also the normal autofs status has been renamed stats" einfo "as there is already a predefined Gentoo status" -} +} diff --git a/net-fs/autofs/autofs-3.1.7-r5.ebuild b/net-fs/autofs/autofs-3.1.7-r5.ebuild index c7dfc4903b2e..29704c1f031e 100644 --- a/net-fs/autofs/autofs-3.1.7-r5.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r5.ebuild @@ -1,6 +1,6 @@ # 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.8 2003/05/25 15:00:37 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r5.ebuild,v 1.9 2003/09/07 00:11:41 msterret Exp $ IUSE="ldap" @@ -16,22 +16,22 @@ LICENSE="GPL-2" KEYWORDS="x86 alpha ppc sparc" src_unpack() { - unpack ${A} + unpack ${A} cd ${S} patch -p0 < ${FILESDIR}/ldap_config.patch || die - + cd ${S}/include patch -p0 < ${FILESDIR}/automount.diff || die cd ${S}/daemon mv Makefile Makefile.orig - sed -e 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile.orig > Makefile + sed -e 's/LIBS \= \-ldl/LIBS \= \-ldl \-lnsl \$\{LIBLDAP\}/' Makefile.orig > Makefile } src_compile() { local myconf use ldap || myconf="--without-openldap" - + ./configure \ --host=${HOST} \ --prefix=/usr \ @@ -67,4 +67,4 @@ pkg_postinst() { echo "" einfo "Also the normal autofs status has been renamed stats" einfo "as there is already a predefined Gentoo status" -} +} |