+++ /dev/null
-MD5 618dc98cd9c13468e8b8e1ca5f0eabbc rlocate-0.5.1.tar.gz 177793
-RMD160 c870ce852b6e3cf0bec4724b10773f6cfc8e9e24 rlocate-0.5.1.tar.gz 177793
-SHA256 35be2d758f63ed2b552c658861848387a1db7c854a47c4e5a595cb6f13145450 rlocate-0.5.1.tar.gz 177793
+++ /dev/null
-MD5 f0f0d6783038b259faf6d6dd68c3557b rlocate-0.5.2.tar.gz 181752
-RMD160 78b2688b819ac0806ecec9564ee2f1befcb049f6 rlocate-0.5.2.tar.gz 181752
-SHA256 ad8f4f5c48b968d65a887817d2c6ab7dcce6f5bdf3c982d4ca49cbd54edba01c rlocate-0.5.2.tar.gz 181752
+++ /dev/null
-# 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.1.ebuild,v 1.1 2006/04/21 22:12:37 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.1-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
-}
+++ /dev/null
-# 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.2.ebuild,v 1.3 2006/09/23 11:03:19 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.2-build.patch
- epatch "${FILESDIR}"/${PN}-0.5.2-no-devfs.patch
- epatch "${FILESDIR}"/${PN}-0.5.2-utsversion.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
-}