diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 11:15:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-04-12 11:15:38 +0000 |
commit | 84879d1d074dd5044285bdf7870d20c9d7e8bc63 (patch) | |
tree | 6e93d094616195573566cbb0d7f97f1351dd97b4 /sys-apps/slocate | |
parent | added other arches (diff) | |
download | historical-84879d1d074dd5044285bdf7870d20c9d7e8bc63.tar.gz historical-84879d1d074dd5044285bdf7870d20c9d7e8bc63.tar.bz2 historical-84879d1d074dd5044285bdf7870d20c9d7e8bc63.zip |
added other arches
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.6.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/slocate/slocate-2.7.ebuild | 14 |
3 files changed, 14 insertions, 16 deletions
diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index b7432563d318..5335b3975042 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,6 +1,6 @@ -MD5 09eff9b946dad0ddad42ac46da1772d7 slocate-2.7.ebuild 1627 -MD5 e8cb974a036ec6a013317e6b48af8010 slocate-2.6.ebuild 1516 -MD5 9ea73a4b416c358d147f5b46d8bcad10 ChangeLog 926 +MD5 494d56ae8557848324a5e87af7e56933 slocate-2.7.ebuild 1600 +MD5 c70139b84478e8c4a547eb310a9c8770 slocate-2.6.ebuild 1543 +MD5 1cd4fd9b4cdef1db4d3f8d8e676c0d86 ChangeLog 1053 MD5 2831adc800599b2ae5ee340beafc4e31 files/digest-slocate-2.6 62 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7 62 MD5 f2c61fd26cb4497626447746ac9189c6 files/updatedb.conf 634 diff --git a/sys-apps/slocate/slocate-2.6.ebuild b/sys-apps/slocate/slocate-2.6.ebuild index 9b579b123738..1ce6deb9691f 100644 --- a/sys-apps/slocate/slocate-2.6.ebuild +++ b/sys-apps/slocate/slocate-2.6.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.6.ebuild,v 1.11 2003/02/13 16:15:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.6.ebuild,v 1.12 2003/04/12 11:15:36 seemant 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 ppc sparc" +SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz" + SLOT="0" -DEPEND="virtual/glibc" LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc ~alpha ~hppa ~mips ~arm" + +DEPEND="virtual/glibc" src_compile() { ./configure --host=${CHOST} --prefix=/usr || die diff --git a/sys-apps/slocate/slocate-2.7.ebuild b/sys-apps/slocate/slocate-2.7.ebuild index e9624cc26057..3ad2e3902c72 100644 --- a/sys-apps/slocate/slocate-2.7.ebuild +++ b/sys-apps/slocate/slocate-2.7.ebuild @@ -1,21 +1,17 @@ # Copyright 1999-2003 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.ebuild,v 1.3 2003/03/30 19:54:26 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/slocate-2.7.ebuild,v 1.4 2003/04/12 11:15:36 seemant 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 ppc sparc" +SRC_URI="ftp://ftp.geekreview.org/slocate/src/slocate-${PV}.tar.gz" + SLOT="0" -DEPEND="virtual/glibc" LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc ~alpha ~hppa ~mips" -src_compile() { - econf || die - emake || die -} - +DEPEND="virtual/glibc" src_install() { # make install for this package is blocked by sandbox |