diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-07-08 10:28:35 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-07-08 10:28:35 +0000 |
commit | 49088ba5d23ead2bf3fd8cbcefa0065b9061ff21 (patch) | |
tree | c4d0255c64999e27d94c364701f33d1e79913419 /sys-apps | |
parent | remove, in portage now (diff) | |
download | sunrise-reviewed-49088ba5d23ead2bf3fd8cbcefa0065b9061ff21.tar.gz sunrise-reviewed-49088ba5d23ead2bf3fd8cbcefa0065b9061ff21.tar.bz2 sunrise-reviewed-49088ba5d23ead2bf3fd8cbcefa0065b9061ff21.zip |
in Portage now
svn path=/sunrise/; revision=4203
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 27 | ||||
-rw-r--r-- | sys-apps/mlocate/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/mlocate/files/mlocate.cron | 11 | ||||
-rw-r--r-- | sys-apps/mlocate/files/updatedb.conf | 14 | ||||
-rw-r--r-- | sys-apps/mlocate/metadata.xml | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.17.ebuild | 62 |
6 files changed, 0 insertions, 125 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog deleted file mode 100644 index bec9d27b7..000000000 --- a/sys-apps/mlocate/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for sys-apps/mlocate -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 11 Jun 2007; Markus Ullmann <jokey@gentoo.org> -digest-mlocate-0.17: - nuke digest - - 01 Jun 2007; Christian Faulhammer <opfer@gentoo.org> mlocate-0.17.ebuild: - added a check for yet another FEATURE that is neeed to run testsuite - - 29 May 2007; Christian Faulhammer <opfer@gentoo.org> mlocate-0.17.ebuild: - check for FEATURES=userpriv for test suite - - 28 May 2007; Santiago M. Mola <gentoo@coldwind.org> files/updatedb.conf: - updatedb.conf changed to reflect PRUNE_BIND_MOUNTS and correct man page - - 25 May 2007; Markus Ullmann <jokey@gentoo.org> mlocate-0.17: - sys-apps/mlocate: Minor cosmetics - - 20 May 2007; Jakub Moc <jakub@gentoo.org> mlocate-0.17.ebuild: - Nuke implicit system dependency, add ~amd64 keyword, do not use root - in fowners, cosmetics. - - 20 May 2007; Christian Faulhammer <opfer@gentoo.org> mlocate-0.17.ebuild, - +metadata.xml: - new ebuild for bug 127010 - diff --git a/sys-apps/mlocate/Manifest b/sys-apps/mlocate/Manifest deleted file mode 100644 index e86b3e36c..000000000 --- a/sys-apps/mlocate/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX mlocate.cron 152 RMD160 bc5c48ff209516873ac858f1ee9f88b635507fb9 SHA1 3566c291ec0644051029e2c6b75e15957ab1e8a0 SHA256 2d682a0938a7d855b9dfff40c4fa31acd587c298c758be274a761ab9cc0a9e0f -AUX updatedb.conf 616 RMD160 86a7d1e520b0a5d78fca16a4aa951bfb0ba7046e SHA1 6d9a5d2f4bde4ed879bfefa1fc5a3806d35bb347 SHA256 4fd1dcd119271204716a551bf3547101c2f059cb0c13243fbc2812f6dae0d7da -DIST mlocate-0.17.tar.bz2 285610 RMD160 ba8d292d757ed48782760ecfc58d12ea15fb9b05 SHA1 9fe1d51df41043f437850b6ba96df40d5e7525ad SHA256 a7c9c79a39b14f7a122f1b792ab3b26794dd8bd0f87cfe1a1127767ca5479584 -EBUILD mlocate-0.17.ebuild 1496 RMD160 7fac3f9299f7ff425c0a73798bfaaf96b6ac915a SHA1 1b19f173dae345ee7ad2007af8730bb7c5b71159 SHA256 34f0c8d981ea2ac3df36441fbdcdec532816251a2da2e502cea3f27fba346512 -MISC ChangeLog 1007 RMD160 95b92e6bb0cdbd2b23d102cb89e6d9f915cb888a SHA1 3d30978df810a569a7c0ea51a6c26275fbfee781 SHA256 8cd0ad08dfc02262b8daafaad87b11e9120669057dc436c744d26cb5de24c1d4 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sys-apps/mlocate/files/mlocate.cron b/sys-apps/mlocate/files/mlocate.cron deleted file mode 100644 index c7a39c274..000000000 --- a/sys-apps/mlocate/files/mlocate.cron +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh - -if [ -x /usr/bin/updatedb ] -then - if [ -f /etc/updatedb.conf ] - then - nice /usr/bin/updatedb - else - nice /usr/bin/updatedb -f proc - fi -fi diff --git a/sys-apps/mlocate/files/updatedb.conf b/sys-apps/mlocate/files/updatedb.conf deleted file mode 100644 index 1f4b71946..000000000 --- a/sys-apps/mlocate/files/updatedb.conf +++ /dev/null @@ -1,14 +0,0 @@ -# /etc/updatedb.conf: config file for slocate -# $Id: updatedb.conf,v 1.19 2005/11/10 02:39:05 vapier Exp $ - -# This file sets variables that are used by updatedb. -# For more info, see the updatedb.conf(5) manpage. - -# Filesystems that are pruned from updatedb database -PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfsd nnpfs pipefs proc ramfs rpc_pipefs sfs shfs smbfs sockfs subfs supermount sysfs tmpfs udf usbfs vperfctrfs" - -# Paths which are pruned from updatedb database -PRUNEPATHS="/tmp /var/tmp /root/.ccache" - -# Skip bind mounts. -PRUNE_BIND_MOUNTS="no" diff --git a/sys-apps/mlocate/metadata.xml b/sys-apps/mlocate/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/sys-apps/mlocate/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> diff --git a/sys-apps/mlocate/mlocate-0.17.ebuild b/sys-apps/mlocate/mlocate-0.17.ebuild deleted file mode 100644 index 82545a90f..000000000 --- a/sys-apps/mlocate/mlocate-0.17.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils - -DESCRIPTION="Merging locate is an utility to index and quickly search for files" -HOMEPAGE="http://carolina.mff.cuni.cz/~trmac/blog/mlocate/" -SRC_URI="http://people.redhat.com/mitr/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# RESTRICT="usersandbox" -# This is not a valid restrict, see Bug 136445 - -RDEPEND="!sys-apps/slocate - !sys-apps/rlocate" - -pkg_setup() { - enewgroup locate -} - -src_compile() { - econf || die "econf failed" - emake groupname=locate || die "emake failed" -} - -src_install() { - emake groupname=locate DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README NEWS - - insinto /etc - doins "${FILESDIR}/updatedb.conf" - fperms 0644 /etc/updatedb.conf - - insinto /etc/cron.daily - newins "${FILESDIR}/mlocate.cron" mlocate - fperms 0755 /etc/cron.daily/mlocate - - fowners 0:locate /usr/bin/locate - fperms go-r,g+s /usr/bin/locate - - chown -R 0:locate "${D}/var/lib/mlocate" - fperms 0750 /var/lib/mlocate - keepdir /var/lib/mlocate -} - -src_test() { - if has userpriv ${FEATURES} && ! has usersandbox ${FEATURES}; then - make check-local || die "test suite failed" - else - ewarn "Activate FEATURES=userpriv and deactivate FEATURES=usersandbox to run testsuite." - fi -} - -pkg_postinst() { - elog "Note that the /etc/updatedb.conf file is generic" - elog "Please customize it to your system requirements" -} |