summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-10-06 13:43:05 +0000
committerMike Frysinger <vapier@gentoo.org>2007-10-06 13:43:05 +0000
commitcb00d2433fdf5b9c297c6b339b037529a0f281ce (patch)
treeae57f93b10904e72ebdf1d46d72709fc4e1ecd39 /sys-apps/rlocate
parentinitial import - bug #153922 - many thanks to Eray Aslan (diff)
downloadgentoo-2-cb00d2433fdf5b9c297c6b339b037529a0f281ce.tar.gz
gentoo-2-cb00d2433fdf5b9c297c6b339b037529a0f281ce.tar.bz2
gentoo-2-cb00d2433fdf5b9c297c6b339b037529a0f281ce.zip
old
(Portage version: 2.1.3.11)
Diffstat (limited to 'sys-apps/rlocate')
-rw-r--r--sys-apps/rlocate/files/digest-rlocate-0.5.33
-rw-r--r--sys-apps/rlocate/files/digest-rlocate-0.5.43
-rw-r--r--sys-apps/rlocate/files/rlocate-0.5.1-build.patch35
-rw-r--r--sys-apps/rlocate/files/rlocate-0.5.2-build.patch35
-rw-r--r--sys-apps/rlocate/files/rlocate-0.5.2-no-devfs.patch27
-rw-r--r--sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch16
-rw-r--r--sys-apps/rlocate/rlocate-0.5.3.ebuild48
-rw-r--r--sys-apps/rlocate/rlocate-0.5.4.ebuild48
8 files changed, 0 insertions, 215 deletions
diff --git a/sys-apps/rlocate/files/digest-rlocate-0.5.3 b/sys-apps/rlocate/files/digest-rlocate-0.5.3
deleted file mode 100644
index c056217b1ce5..000000000000
--- a/sys-apps/rlocate/files/digest-rlocate-0.5.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 565f279b3c6ccfdf6a5b2a80e42bfe3e rlocate-0.5.3.tar.gz 181867
-RMD160 642d5b277928285d9cd518c47be7a358bc0b8456 rlocate-0.5.3.tar.gz 181867
-SHA256 25d8392ed1a7e97caf6898132cad0af9bb51a0e80ed1403164f87487f3500b04 rlocate-0.5.3.tar.gz 181867
diff --git a/sys-apps/rlocate/files/digest-rlocate-0.5.4 b/sys-apps/rlocate/files/digest-rlocate-0.5.4
deleted file mode 100644
index 076597601e1d..000000000000
--- a/sys-apps/rlocate/files/digest-rlocate-0.5.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dd333d8ab2400cb4f0891ca73771d35c rlocate-0.5.4.tar.gz 182141
-RMD160 a189ac29e2c27e0eee6984eb7d03bd21bdb9eaf5 rlocate-0.5.4.tar.gz 182141
-SHA256 5c07a5b7df1f96f3018052cf378ce754d393119e729a5ae3cc5ff933213008f3 rlocate-0.5.4.tar.gz 182141
diff --git a/sys-apps/rlocate/files/rlocate-0.5.1-build.patch b/sys-apps/rlocate/files/rlocate-0.5.1-build.patch
deleted file mode 100644
index e5247099b6db..000000000000
--- a/sys-apps/rlocate/files/rlocate-0.5.1-build.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/Makefile.in
-+++ src/Makefile.in
-@@ -190,9 +190,9 @@
- rlocate.h rlocate.c cmds.c cmds.h conf.c conf.h utils.c \
- utils.h
-
--SUBDIRS = rlocate-daemon rlocate-module rlocate-scripts
-+SUBDIRS = rlocate-daemon rlocate-scripts
- EXTRA_DIST = rlocate.cron rlocate-scripts
--AM_CFLAGS = -O2 -Wall
-+AM_CFLAGS = -Wall
- all: all-recursive
-
- .SUFFIXES:
---- src/rlocate-daemon/Makefile.in
-+++ src/rlocate-daemon/Makefile.in
-@@ -169,7 +169,7 @@
- -DRLOCATE_GRP=\"$(rlocate_group)\"
-
- rlocated_SOURCES = ../pidfile.h ../pidfile.c rlocated.c
--AM_CFLAGS = -O2 -Wall
-+AM_CFLAGS = -Wall
- all: all-am
-
- .SUFFIXES:
---- src/rlocate-scripts/Makefile.in
-+++ src/rlocate-scripts/Makefile.in
-@@ -343,7 +343,6 @@
- rm $(srcdir)/rlocate-checkpoint.temp
-
- install-exec-hook:
-- -/usr/sbin/groupadd $(rlocate_group)
- chown $(root_uid):$(rlocate_group) $(DESTDIR)$(bindir)/rlocate-checkpoint
- chmod 2755 $(DESTDIR)$(bindir)/rlocate-checkpoint
-
diff --git a/sys-apps/rlocate/files/rlocate-0.5.2-build.patch b/sys-apps/rlocate/files/rlocate-0.5.2-build.patch
deleted file mode 100644
index 574d7dec3b62..000000000000
--- a/sys-apps/rlocate/files/rlocate-0.5.2-build.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/Makefile.in
-+++ src/Makefile.in
-@@ -190,9 +190,9 @@
- rlocate.h rlocate.c cmds.c cmds.h conf.c conf.h utils.c \
- utils.h
-
--SUBDIRS = rlocate-daemon rlocate-module rlocate-scripts
-+SUBDIRS = rlocate-daemon rlocate-scripts
- EXTRA_DIST = rlocate.cron rlocate-scripts install-cron.sh.in
--AM_CFLAGS = -O2 -Wall
-+AM_CFLAGS = -Wall
- all: all-recursive
-
- .SUFFIXES:
---- src/rlocate-daemon/Makefile.in
-+++ src/rlocate-daemon/Makefile.in
-@@ -169,7 +169,7 @@
- -DRLOCATE_GRP=\"$(rlocate_group)\"
-
- rlocated_SOURCES = ../pidfile.h ../pidfile.c rlocated.c
--AM_CFLAGS = -O2 -Wall
-+AM_CFLAGS = -Wall
- all: all-am
-
- .SUFFIXES:
---- src/rlocate-scripts/Makefile.in
-+++ src/rlocate-scripts/Makefile.in
-@@ -343,7 +343,6 @@
- rm $(srcdir)/rlocate-checkpoint.temp
-
- install-exec-hook:
-- -/usr/sbin/groupadd $(rlocate_group)
- chown $(root_uid):$(rlocate_group) $(DESTDIR)$(bindir)/rlocate-checkpoint
- chmod 2755 $(DESTDIR)$(bindir)/rlocate-checkpoint
-
diff --git a/sys-apps/rlocate/files/rlocate-0.5.2-no-devfs.patch b/sys-apps/rlocate/files/rlocate-0.5.2-no-devfs.patch
deleted file mode 100644
index 62bb6c117ecd..000000000000
--- a/sys-apps/rlocate/files/rlocate-0.5.2-no-devfs.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/rlocate-module/rlocate.c
-+++ src/rlocate-module/rlocate.c
-@@ -42,7 +42,6 @@
- #include <linux/rwsem.h>
- #include <linux/spinlock.h>
- #include <linux/device.h>
--#include <linux/devfs_fs_kernel.h>
- #include <linux/namei.h>
- #include <linux/jiffies.h>
-
-@@ -673,8 +672,6 @@
- }
- class_device_create(rlocate_class, NULL, MKDEV(Major, 0), NULL,
- DEVICE_NAME);
-- // devfs
-- devfs_mk_cdev(MKDEV(Major, 0), S_IFCHR|S_IRUSR|S_IWUSR, DEVICE_NAME);
- goto out;
-
- no_simple_class:
-@@ -688,7 +685,6 @@
- */
- void rlocate_dev_unregister(void)
- {
-- devfs_remove(DEVICE_NAME);
- class_device_destroy(rlocate_class, MKDEV(Major, 0));
- class_destroy(rlocate_class);
- unregister_chrdev(Major, DEVICE_NAME);
diff --git a/sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch b/sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch
deleted file mode 100644
index 09ca95556ad0..000000000000
--- a/sys-apps/rlocate/files/rlocate-0.5.2-utsversion.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-http://bugs.gentoo.org/147567
-
---- configure
-+++ configure
-@@ -3721,6 +3721,11 @@
- #endif
-
- #include "$kerneldir/include/linux/version.h"
-+
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
-+# include "$kerneldir/include/linux/utsrelease.h"
-+#endif
-+
- int
- main ()
- {
diff --git a/sys-apps/rlocate/rlocate-0.5.3.ebuild b/sys-apps/rlocate/rlocate-0.5.3.ebuild
deleted file mode 100644
index 534412c6b11d..000000000000
--- a/sys-apps/rlocate/rlocate-0.5.3.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.3.ebuild,v 1.2 2006/10/07 05:14:19 jer 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 ~hppa ~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.3-build.patch
-}
-
-src_compile() {
- econf \
- --with-kernel=${KV_DIR} \
- --with-rlocate-group=locate \
- || die
- emake || die
- linux-mod_src_compile
-}
-
-src_install() {
- emake 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.4.ebuild b/sys-apps/rlocate/rlocate-0.5.4.ebuild
deleted file mode 100644
index ffdf5c886560..000000000000
--- a/sys-apps/rlocate/rlocate-0.5.4.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.4.ebuild,v 1.1 2006/12/21 04:42:10 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 ~hppa ~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.3-build.patch
-}
-
-src_compile() {
- econf \
- --with-kernel=${KV_DIR} \
- --with-rlocate-group=locate \
- || die
- emake || die
- linux-mod_src_compile
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- newinitd "${FILESDIR}"/rlocated.rc rlocated
- linux-mod_src_install
- dodoc AUTHORS ChangeLog* NEWS README
-}