summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-04-19 19:45:03 +0000
committerJon Portnoy <avenj@gentoo.org>2004-04-19 19:45:03 +0000
commitf58b575f471710fa7e7f9e479e8d419bf762d910 (patch)
treea834e075c9c32c55c671b67c2cd0aee89457ad20 /sys-apps/slocate
parentVersion bump (diff)
downloadhistorical-f58b575f471710fa7e7f9e479e8d419bf762d910.tar.gz
historical-f58b575f471710fa7e7f9e479e8d419bf762d910.tar.bz2
historical-f58b575f471710fa7e7f9e479e8d419bf762d910.zip
automake in DEPEND, bug 46084
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r--sys-apps/slocate/ChangeLog6
-rw-r--r--sys-apps/slocate/Manifest6
-rw-r--r--sys-apps/slocate/slocate-2.7-r5.ebuild10
3 files changed, 14 insertions, 8 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog
index a9e2c229d83b..ae2d8c297a9a 100644
--- a/sys-apps/slocate/ChangeLog
+++ b/sys-apps/slocate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/slocate
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.38 2004/03/15 08:44:00 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.39 2004/04/19 19:45:03 avenj Exp $
+
+ 19 Apr 2004; Jon Portnoy <avenj@gentoo.org> slocate-2.7-r5.ebuild :
+ Update DEPEND to contain automake. Add RDEPEND to not contain
+ automake. Bug #46084. Also marked stable on AMD64.
15 Mar 2004; Joshua Kinard <kumba@gentoo.org> slocate-2.7-r5.ebuild:
Marked stable on mips.
diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest
index 2d93dc4d41f7..3329083f13d2 100644
--- a/sys-apps/slocate/Manifest
+++ b/sys-apps/slocate/Manifest
@@ -1,11 +1,11 @@
-MD5 ac1d6a218b3dc547a1794ef5434d1c59 ChangeLog 4995
+MD5 5c75a8f61f9ff907ddcc8e29700f1ace ChangeLog 5184
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 9508921d3f6899b8832fb3b1bce7938f slocate-2.7-r2.ebuild 2204
MD5 25e7ae4ae1496c7df7395e76f67dc7a9 slocate-2.7-r3.ebuild 2321
MD5 1b0c887ad7c73129d5ef845d7c69fbe2 slocate-2.7-r4.ebuild 2321
-MD5 50f847eb43e6151c6bf731f71a7b9e17 slocate-2.7-r5.ebuild 2382
+MD5 6eb1c0ed6c2e74e5123ec20746d5fece slocate-2.7-r5.ebuild 2382
MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r2 62
MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r3 62
+MD5 b7beef1a847acd7f78f54af779fe239c files/updatedb.conf 618
MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r4 62
MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r5 62
-MD5 b7beef1a847acd7f78f54af779fe239c files/updatedb.conf 618
diff --git a/sys-apps/slocate/slocate-2.7-r5.ebuild b/sys-apps/slocate/slocate-2.7-r5.ebuild
index 22eca7fdb99b..79650335c18b 100644
--- a/sys-apps/slocate/slocate-2.7-r5.ebuild
+++ b/sys-apps/slocate/slocate-2.7-r5.ebuild
@@ -1,20 +1,22 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.8 2004/03/15 08:44:00 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7-r5.ebuild,v 1.9 2004/04/19 19:45:03 avenj Exp $
inherit flag-o-matic
-DESCRIPTION="secure way to index and quickly search for files on your system (drop-in replacement for 'locate')"
+DESCRIPTION="Secure way to index and quickly search for files on your system (drop-in replacement for 'locate')"
HOMEPAGE="http://www.geekreview.org/slocate/"
SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~amd64 ~ppc sparc alpha hppa mips ia64 ppc64 s390"
+KEYWORDS="x86 amd64 ~ppc sparc alpha hppa mips ia64 ppc64 s390"
DEPEND="sys-apps/shadow
>=sys-apps/sed-4
- ppc64? ( sys-devel/automake )"
+ sys-devel/automake"
+
+RDEPEND=""
src_compile() {
filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE