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 | 9630d1705e204629ee592bfba19314af17d838ad (patch) | |
tree | d01da0c3edbabb857b23ce5ed0c049ebf24ca5e1 /sys-apps/slocate | |
parent | ver bump #60014 (diff) | |
download | historical-9630d1705e204629ee592bfba19314af17d838ad.tar.gz historical-9630d1705e204629ee592bfba19314af17d838ad.tar.bz2 historical-9630d1705e204629ee592bfba19314af17d838ad.zip |
prune ramfs
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/slocate/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r5.ebuild | 7 |
4 files changed, 21 insertions, 12 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/Manifest b/sys-apps/slocate/Manifest index ec8e74444b54..b827bfa42401 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,5 +1,15 @@ -MD5 6ea721bc7c198316df4e1cdc0fe4fe04 ChangeLog 6089 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 446ec0bb4efd3b49b162c24906bc737a ChangeLog 6236 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 3a16b74d22e66bf6543585bef4e091f9 slocate-2.7-r5.ebuild 2619 -MD5 1d6262a2616b8521ac7b81c950b1346a files/updatedb.conf 622 +MD5 acfad84638e4fe1798896262f0140eba slocate-2.7-r5.ebuild 2569 +MD5 f92ad6ec93a0419c18fe041bc27a0035 files/updatedb.conf 628 MD5 4bdd089557d4d782d79f12dff709c202 files/digest-slocate-2.7-r5 137 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFBHccmHTu7gpaalycRAhT0AJ0XCkeqp8GORgS0UnJBAso4SyMDtwCgtuDK +XVtlGjrSXO9ykw3S9t0+wLg= +=189L +-----END PGP SIGNATURE----- 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() { |