diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-13 00:30:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-13 00:30:42 +0000 |
commit | 132880fb2e07dd1fa8f4ca79ebd8046482a9b14e (patch) | |
tree | 1fe27524535545aed00bdd0252bc808ed6846fc6 /sys-apps/slocate | |
parent | clean up (diff) | |
download | historical-132880fb2e07dd1fa8f4ca79ebd8046482a9b14e.tar.gz historical-132880fb2e07dd1fa8f4ca79ebd8046482a9b14e.tar.bz2 historical-132880fb2e07dd1fa8f4ca79ebd8046482a9b14e.zip |
stabilize
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7-r7.ebuild | 8 |
2 files changed, 6 insertions, 16 deletions
diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index 909561cf1e69..59a9d267c6f3 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f73833cc3270af566a045cf764dd3a10 ChangeLog 6731 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 e4f906ee11d8bc6856bd9114c97972e9 slocate-2.7-r5.ebuild 2578 -MD5 6a9208a79d14d2c7a513c7cc48790892 slocate-2.7-r7.ebuild 2275 -MD5 4bdd089557d4d782d79f12dff709c202 files/digest-slocate-2.7-r5 137 +MD5 f3899d9e3712c1eede944133655a19c3 slocate-2.7-r7.ebuild 2262 MD5 186eee54e5294bbb3153df68f7d71978 files/updatedb.conf 632 +MD5 4bdd089557d4d782d79f12dff709c202 files/digest-slocate-2.7-r5 137 MD5 4109d0757229d079e30f8ea33b676f00 files/digest-slocate-2.7-r7 211 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBdpiQI1lqEGTUzyQRAvAEAKDSZswHZMpqEBD0tn6ErNingMQ4rgCdGlnE -z9yDFWGvrip/ripItxf8JKY= -=BhWO ------END PGP SIGNATURE----- diff --git a/sys-apps/slocate/slocate-2.7-r7.ebuild b/sys-apps/slocate/slocate-2.7-r7.ebuild index 514810186152..0d2d204547bc 100644 --- a/sys-apps/slocate/slocate-2.7-r7.ebuild +++ b/sys-apps/slocate/slocate-2.7-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r7.ebuild,v 1.1 2004/10/20 16:55:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r7.ebuild,v 1.2 2005/02/13 00:30:42 vapier Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="uclibc" DEPEND="sys-apps/shadow" @@ -54,7 +54,7 @@ src_install() { dodoc AUTHORS README ChangeLog # man page fixing - rm -f "${D}/usr/share/man/man1/locate.1.gz" + rm -f "${D}"/usr/share/man/man1/locate.1.gz dosym slocate.1.gz /usr/share/man/man1/locate.1.gz insinto /etc |