old
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Dec 2006 04:41:39 +0000 (04:41 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 21 Dec 2006 04:41:39 +0000 (04:41 +0000)
sys-apps/rlocate/files/digest-rlocate-0.5.1 [deleted file]
sys-apps/rlocate/files/digest-rlocate-0.5.2 [deleted file]
sys-apps/rlocate/rlocate-0.5.1.ebuild [deleted file]
sys-apps/rlocate/rlocate-0.5.2.ebuild [deleted file]

diff --git a/sys-apps/rlocate/files/digest-rlocate-0.5.1 b/sys-apps/rlocate/files/digest-rlocate-0.5.1
deleted file mode 100644 (file)
index 6cfd4dd..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
diff --git a/sys-apps/rlocate/files/digest-rlocate-0.5.2 b/sys-apps/rlocate/files/digest-rlocate-0.5.2
deleted file mode 100644 (file)
index 7ec35a2..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
diff --git a/sys-apps/rlocate/rlocate-0.5.1.ebuild b/sys-apps/rlocate/rlocate-0.5.1.ebuild
deleted file mode 100644 (file)
index 0f52487..0000000
+++ /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.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
-}
diff --git a/sys-apps/rlocate/rlocate-0.5.2.ebuild b/sys-apps/rlocate/rlocate-0.5.2.ebuild
deleted file mode 100644 (file)
index 3003800..0000000
+++ /dev/null
@@ -1,50 +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.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
-}