summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-07-14 19:20:20 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-07-14 19:20:20 +0000
commit957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch)
tree8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/slocate
parentVersion Bump (diff)
downloadgentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz
gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2
gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r--sys-apps/slocate/ChangeLog5
-rw-r--r--sys-apps/slocate/slocate-2.6.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog
index d25727c641c0..1b762805d939 100644
--- a/sys-apps/slocate/ChangeLog
+++ b/sys-apps/slocate/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for sys-apps/slocate
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.1 2002/07/09 20:25:59 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.2 2002/07/14 19:20:19 aliz Exp $
*slocate-2.6 (09 Jul 2002)
+ 14 Jul 2002; phoen][x <phoenix@gentoo.org> slocate-2.6.ebuild :
+ Added KEYWORDS, SLOT.
+
09 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ChangeLog :
Added ChangeLog.
diff --git a/sys-apps/slocate/slocate-2.6.ebuild b/sys-apps/slocate/slocate-2.6.ebuild
index b28c0632fb1e..af0227b5eefe 100644
--- a/sys-apps/slocate/slocate-2.6.ebuild
+++ b/sys-apps/slocate/slocate-2.6.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.6.ebuild,v 1.2 2002/07/11 06:30:55 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.6.ebuild,v 1.3 2002/07/14 19:20:19 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Secure locate provides a secure way to index and quickly search for files on your system (drop-in replacement for 'locate')"
SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz"
HOMEPAGE="http://www.geekreview.org/slocate/"
+KEYWORDS="x86"
+SLOT="0"
DEPEND="virtual/glibc"
-
+LICENSE="GPL-2"
src_compile() {
./configure --host=${CHOST} --prefix=/usr || die