summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-21 04:41:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-21 04:41:39 +0000
commit7e441ba7e9cfc024ffcee329a86f56703029e3b9 (patch)
tree51f71caabc8eaa3c41da2cfbd17580f9a17c47a6 /sys-apps
parentgnome-1.x removal (diff)
downloadgentoo-2-7e441ba7e9cfc024ffcee329a86f56703029e3b9.tar.gz
gentoo-2-7e441ba7e9cfc024ffcee329a86f56703029e3b9.tar.bz2
gentoo-2-7e441ba7e9cfc024ffcee329a86f56703029e3b9.zip
old
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/rlocate/files/digest-rlocate-0.5.13
-rw-r--r--sys-apps/rlocate/files/digest-rlocate-0.5.23
-rw-r--r--sys-apps/rlocate/rlocate-0.5.1.ebuild48
-rw-r--r--sys-apps/rlocate/rlocate-0.5.2.ebuild50
4 files changed, 0 insertions, 104 deletions
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
-}