summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-10-06 13:15:07 +0000
committerMike Frysinger <vapier@gentoo.org>2007-10-06 13:15:07 +0000
commitf89466bb2909ef2efe0cd4775c9302a986e0064b (patch)
treecfd524950052d81933716567c83b24d6f3801e0d /dev-libs/linux-fusion
parentalpha stable wrt #189143, thanks to Tobias Klausmann for testing (diff)
downloadgentoo-2-f89466bb2909ef2efe0cd4775c9302a986e0064b.tar.gz
gentoo-2-f89466bb2909ef2efe0cd4775c9302a986e0064b.tar.bz2
gentoo-2-f89466bb2909ef2efe0cd4775c9302a986e0064b.zip
old
Diffstat (limited to 'dev-libs/linux-fusion')
-rw-r--r--dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r13
-rw-r--r--dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch155
-rw-r--r--dev-libs/linux-fusion/linux-fusion-3.2-r1.ebuild38
3 files changed, 0 insertions, 196 deletions
diff --git a/dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r1 b/dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r1
deleted file mode 100644
index 60313659ee73..000000000000
--- a/dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d1e154a8c1b1e7ec93635521be5d250b linux-fusion-3.2.tar.gz 121884
-RMD160 8aa7bac228a6b6edd6e60441bdb6fa55f3e63ac2 linux-fusion-3.2.tar.gz 121884
-SHA256 6a54cc21cf53be919ea9274a4a7703c3d6b7dc56354c9ff02d54d0a411fce993 linux-fusion-3.2.tar.gz 121884
diff --git a/dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch b/dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch
deleted file mode 100644
index d3a64b26df1d..000000000000
--- a/dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch
+++ /dev/null
@@ -1,155 +0,0 @@
-Fixes ripped from upstream cvs
-
-http://bugs.gentoo.org/163740
-
---- linux-fusion-3.2/linux/drivers/char/fusion/call.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/call.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/entries.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/entries.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/fusiondev.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/fusiondev.c
-@@ -14,7 +14,9 @@
-
- #include <linux/version.h>
- #include <linux/module.h>
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/fs.h>
-@@ -22,6 +24,11 @@
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18)
- #include <linux/devfs_fs_kernel.h>
- #endif
-+#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 19)
-+#include <linux/page-flags.h>
-+#include <linux/mm.h>
-+#endif
-+
- #include <linux/proc_fs.h>
- #include <linux/poll.h>
- #include <linux/init.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/fusionee.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/fusionee.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/property.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/property.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/reactor.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/reactor.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/ref.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/ref.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/shmpool.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/shmpool.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/skirmish.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/skirmish.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/types.h
-+++ linux-fusion-3.2/linux/drivers/char/fusion/types.h
-@@ -15,9 +15,15 @@
- #ifndef __FUSION__TYPES_H__
- #define __FUSION__TYPES_H__
-
-+#include <linux/version.h>
-+
-+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 18)
- typedef enum {
- false = 0,
- true = !false
- } bool;
-+#endif
-+
-+
-
- #endif
---- linux-fusion-3.2/Makefile
-+++ linux-fusion-3.2/Makefile
-@@ -17,6 +17,10 @@
- AUTOCONF_H = -include $(KERNEL_BUILD)/include/linux/autoconf.h
- endif
-
-+ifeq ($(shell test -e $(KERNEL_BUILD)/include/linux/config.h && echo yes),yes)
-+ CPPFLAGS += -DHAVE_LINUX_CONFIG_H
-+endif
-+
- .PHONY: all install clean
-
- all:
diff --git a/dev-libs/linux-fusion/linux-fusion-3.2-r1.ebuild b/dev-libs/linux-fusion/linux-fusion-3.2-r1.ebuild
deleted file mode 100644
index 88d03c25a436..000000000000
--- a/dev-libs/linux-fusion/linux-fusion-3.2-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/linux-fusion/linux-fusion-3.2-r1.ebuild,v 1.5 2007/02/10 22:27:35 genstef Exp $
-
-inherit eutils linux-mod
-
-DESCRIPTION="provide statistical information for the Linux /proc file system"
-HOMEPAGE="http://directfb.org/wiki/index.php/Fusion_Proc_Filesystem"
-SRC_URI="http://directfb.org/downloads/Core/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE=""
-
-MODULE_NAMES="fusion(drivers/char:${S}:${S}/linux/drivers/char/fusion)"
-BUILD_TARGETS="all"
-MODULESD_REALTIME_DOCS="AUTHORS ChangeLog README"
-
-pkg_setup() {
- linux-mod_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/linux-fusion-3.2-newer-kernel.patch #163740
- convert_to_m Makefile
-}
-
-src_install() {
- linux-mod_src_install
- insinto /usr/include/linux
- doins "${S}"/linux/include/linux/fusion.h || die
- dodoc README ChangeLog TODO
- insinto /etc/udev/rules.d
- newins "${FILESDIR}"/fusion.udev 60-fusion.rules
-}