diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 18:16:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 18:16:35 +0000 |
commit | 7f4472999f7247622ad9981d4eab092a363748b9 (patch) | |
tree | 0be3d953abef2dd5c56303b72d311e9403b0ed93 /sys-apps/rlocate | |
parent | ~amd64 per jhuebel (diff) | |
download | historical-7f4472999f7247622ad9981d4eab092a363748b9.tar.gz historical-7f4472999f7247622ad9981d4eab092a363748b9.tar.bz2 historical-7f4472999f7247622ad9981d4eab092a363748b9.zip |
old
Diffstat (limited to 'sys-apps/rlocate')
-rw-r--r-- | sys-apps/rlocate/files/digest-rlocate-0.5.0 | 3 | ||||
-rw-r--r-- | sys-apps/rlocate/rlocate-0.5.0.ebuild | 48 |
2 files changed, 0 insertions, 51 deletions
diff --git a/sys-apps/rlocate/files/digest-rlocate-0.5.0 b/sys-apps/rlocate/files/digest-rlocate-0.5.0 deleted file mode 100644 index 49fd85a59b60..000000000000 --- a/sys-apps/rlocate/files/digest-rlocate-0.5.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4e27e57d315c908f5dd67104f0c40a2d rlocate-0.5.0.tar.gz 178201 -RMD160 5cffda20db76de7d6bd7c362c8aa9aa992639ea4 rlocate-0.5.0.tar.gz 178201 -SHA256 ea003868f59111932c85fa1d560fa2d315b16f0e5c2db2ffab4846c3f0c640b5 rlocate-0.5.0.tar.gz 178201 diff --git a/sys-apps/rlocate/rlocate-0.5.0.ebuild b/sys-apps/rlocate/rlocate-0.5.0.ebuild deleted file mode 100644 index b1aa163a64e1..000000000000 --- a/sys-apps/rlocate/rlocate-0.5.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.0.ebuild,v 1.1 2006/04/15 02:24:07 vapier Exp $ - -inherit eutils linux-mod - -DESCRIPTION="locate implementation that is always up-to-date" -HOMEPAGE="http://rlocate.sourceforge.net/" -SRC_URI="mirror://sourceforge/rlocate/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="!sys-apps/slocate" - -pkg_setup() { - MODULE_NAMES="rlocate(misc:${S}/src/rlocate-module)" - CONFIG_CHECK="SECURITY" - SECURITY_ERROR="You need to select the \"Enable different security models\" option in the kernel configuration (CONFIG_SECURITY)." - BUILD_TARGETS="all" - linux-mod_pkg_setup - - enewgroup locate -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-0.5.0-build.patch -} - -src_compile() { - econf \ - --with-kernel=${KV_DIR} \ - --with-rlocate-group=locate \ - || die - emake || die - linux-mod_src_compile -} - -src_install() { - make install DESTDIR="${D}" || die - newinitd "${FILESDIR}"/rlocated.rc rlocated - linux-mod_src_install - dodoc AUTHORS ChangeLog* NEWS README -} |