diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-14 08:01:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-14 08:01:38 +0000 |
commit | 0e920c3385f96f37de06a68b7aaa75baf165bbda (patch) | |
tree | 4fdb6d16a79e6381734c207c30a768779e0b7660 /sys-apps/slocate | |
parent | ver bump #60014 (Manifest recommit) (diff) | |
download | gentoo-2-0e920c3385f96f37de06a68b7aaa75baf165bbda.tar.gz gentoo-2-0e920c3385f96f37de06a68b7aaa75baf165bbda.tar.bz2 gentoo-2-0e920c3385f96f37de06a68b7aaa75baf165bbda.zip |
prune ramfs
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r5.ebuild | 7 |
3 files changed, 8 insertions, 9 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 49507d53e1b8..09c88b9b8dd7 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/slocate # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.47 2004/07/27 08:47:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.48 2004/08/14 08:01:38 vapier Exp $ + + 14 Aug 2004; Mike Frysinger <vapier@gentoo.org> files/updatedb.conf, + slocate-2.7-r5.ebuild: + Prune ramfs (since we kill tmpfs and such) #54080. 27 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> slocate-2.7-r5.ebuild: Use ROOT in pkg_postinst; error messages; error check sed diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 92fb5d898608..62fbda3ced50 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.11 2004/07/22 04:31:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.12 2004/08/14 08:01:38 vapier Exp $ # This file sets environment variables which are used by updatedb # filesystems which are pruned from updatedb database -PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs cifs nnpfs subfs" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ramfs ncpfs sysfs supermount devpts usbfs cifs nnpfs subfs" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" diff --git a/sys-apps/slocate/slocate-2.7-r5.ebuild b/sys-apps/slocate/slocate-2.7-r5.ebuild index 51e78d8636f4..67060e420cdc 100644 --- a/sys-apps/slocate/slocate-2.7-r5.ebuild +++ b/sys-apps/slocate/slocate-2.7-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r5.ebuild,v 1.16 2004/07/27 08:47:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r5.ebuild,v 1.17 2004/08/14 08:01:38 vapier Exp $ inherit flag-o-matic eutils @@ -22,12 +22,7 @@ RDEPEND="sys-apps/shadow" src_unpack() { unpack ${A} use uclibc && epatch ${DISTDIR}/slocate-${PV}-uclibc-sl_fts.patch -} - -src_compile() { filter-lfs-flags - econf || die - emake || die } src_install() { |