From 30c14be3f9cfe1ae711ad745a0dc5a65a98c66e0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Dec 2006 04:41:39 +0000 Subject: [PATCH] old --- sys-apps/rlocate/files/digest-rlocate-0.5.1 | 3 -- sys-apps/rlocate/files/digest-rlocate-0.5.2 | 3 -- sys-apps/rlocate/rlocate-0.5.1.ebuild | 48 -------------------- sys-apps/rlocate/rlocate-0.5.2.ebuild | 50 --------------------- 4 files changed, 104 deletions(-) delete mode 100644 sys-apps/rlocate/files/digest-rlocate-0.5.1 delete mode 100644 sys-apps/rlocate/files/digest-rlocate-0.5.2 delete mode 100644 sys-apps/rlocate/rlocate-0.5.1.ebuild delete mode 100644 sys-apps/rlocate/rlocate-0.5.2.ebuild 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 index 6cfd4dd2d94a..000000000000 --- a/sys-apps/rlocate/files/digest-rlocate-0.5.1 +++ /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 index 7ec35a22eb2e..000000000000 --- a/sys-apps/rlocate/files/digest-rlocate-0.5.2 +++ /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 index 0f5248742e2c..000000000000 --- a/sys-apps/rlocate/rlocate-0.5.1.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.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 index 30038007dbd6..000000000000 --- a/sys-apps/rlocate/rlocate-0.5.2.ebuild +++ /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 -} -- 2.26.2