summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2007-07-20 15:13:42 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2007-07-20 15:13:42 +0000
commitc8609b57347ae305b5c920a2ef90daac5ab4e65e (patch)
treeca6408e791f0b7495483c51ce137da5430600988 /app-laptop/omnibook
parentInitial import, closes bug 182225 (diff)
downloadgentoo-2-c8609b57347ae305b5c920a2ef90daac5ab4e65e.tar.gz
gentoo-2-c8609b57347ae305b5c920a2ef90daac5ab4e65e.tar.bz2
gentoo-2-c8609b57347ae305b5c920a2ef90daac5ab4e65e.zip
Stable for x86. Wiped out previous version.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-laptop/omnibook')
-rw-r--r--app-laptop/omnibook/ChangeLog7
-rw-r--r--app-laptop/omnibook/files/digest-omnibook-20060817-r13
-rw-r--r--app-laptop/omnibook/files/omnibook-2.6.19.patch24
-rw-r--r--app-laptop/omnibook/omnibook-20060817-r1.ebuild50
-rw-r--r--app-laptop/omnibook/omnibook-20070211.ebuild4
5 files changed, 8 insertions, 80 deletions
diff --git a/app-laptop/omnibook/ChangeLog b/app-laptop/omnibook/ChangeLog
index 55cc53ad4c79..e7c263c7f628 100644
--- a/app-laptop/omnibook/ChangeLog
+++ b/app-laptop/omnibook/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-laptop/omnibook
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/ChangeLog,v 1.18 2007/02/13 09:05:37 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/ChangeLog,v 1.19 2007/07/20 15:13:42 s4t4n Exp $
+
+ 20 Jul 2007; Michele Noberasco <s4t4n@gentoo.org> omnibook-20070211.ebuild:
+ Stable for x86.
+ omnibook-20060817-r1.ebuild:
+ Wiped out previous version.
*omnibook-20070211 (13 Feb 2007)
diff --git a/app-laptop/omnibook/files/digest-omnibook-20060817-r1 b/app-laptop/omnibook/files/digest-omnibook-20060817-r1
deleted file mode 100644
index d4d22a24fcff..000000000000
--- a/app-laptop/omnibook/files/digest-omnibook-20060817-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 62ca391fe9c99942603991b719156f53 omnibook-2.20060817.tar.gz 56007
-RMD160 b5d7ded487155e0bc9dcecdb913c6d0622a0c74a omnibook-2.20060817.tar.gz 56007
-SHA256 a22aac0cc653954df65442cff7195de08c96d3f33e96d670baba1e3605391c28 omnibook-2.20060817.tar.gz 56007
diff --git a/app-laptop/omnibook/files/omnibook-2.6.19.patch b/app-laptop/omnibook/files/omnibook-2.6.19.patch
deleted file mode 100644
index 2e58b66b6c21..000000000000
--- a/app-laptop/omnibook/files/omnibook-2.6.19.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nrau omnibook-2.20060817.a/ec.c omnibook-2.20060817.b/ec.c
---- omnibook-2.20060817.orig/ec.c 2006-08-17 18:16:44.000000000 +0200
-+++ omnibook-2.20060817/ec.c 2006-12-19 13:51:16.000000000 +0200
-@@ -19,7 +19,7 @@
- #include <linux/types.h>
- #include <linux/delay.h>
- #include <linux/sched.h>
--#include <linux/config.h>
-+#include <linux/autoconf.h>
- #include <linux/spinlock.h>
- #include <linux/acpi.h>
- #include <linux/version.h>
-diff -Nrau omnibook-2.20060817.a/omnibook.h omnibook-2.20060817.b/omnibook.h
---- omnibook-2.20060817.orig/omnibook.h 2006-08-17 19:12:11.000000000 +0200
-+++ omnibook-2.20060817/omnibook.h 2006-12-19 13:51:04.000000000 +0200
-@@ -18,7 +18,7 @@
-
- #include <linux/module.h>
- #include <linux/moduleparam.h>
--#include <linux/config.h>
-+#include <linux/autoconf.h>
- #include <linux/version.h>
-
- /*
diff --git a/app-laptop/omnibook/omnibook-20060817-r1.ebuild b/app-laptop/omnibook/omnibook-20060817-r1.ebuild
deleted file mode 100644
index f63e25097fe2..000000000000
--- a/app-laptop/omnibook/omnibook-20060817-r1.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/app-laptop/omnibook/omnibook-20060817-r1.ebuild,v 1.3 2007/07/15 07:10:12 mr_bones_ Exp $
-
-inherit linux-mod eutils
-
-MY_PV="2.${PV}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Linux kernel module for (but not limited to) HP Omnibook support"
-HOMEPAGE="http://www.sourceforge.net/projects/omnibook"
-SRC_URI="mirror://sourceforge/omnibook/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86 -ppc"
-IUSE=""
-S=${WORKDIR}/${MY_P}
-
-MODULE_NAMES="omnibook(char:)"
-BUILD_TARGETS=" "
-
-pkg_setup() {
- linux-mod_pkg_setup
- BUILD_PARAMS="KERNEL=${KV_MAJOR}.${KV_MINOR} KSRC=${KV_DIR}"
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Patch to fix compilation against kernels >=2.6.19, see bug #158529
- [ ${KV_MAJOR} -eq 2 -a ${KV_MINOR} -eq 6 -a ${KV_PATCH} -gt 18 ] && \
- epatch ${FILESDIR}/omnibook-2.6.19.patch
-}
-
-src_compile() {
- cd misc/obtest
- emake || die "make obtest failed"
-
- linux-mod_src_compile
-}
-
-src_install() {
- dosbin misc/obtest/obtest
- dodoc doc/*
- docinto misc
- dodoc misc/*.patch misc/*.txt
- docinto hotkeys
- dodoc misc/hotkeys/*
-
- linux-mod_src_install
-}
diff --git a/app-laptop/omnibook/omnibook-20070211.ebuild b/app-laptop/omnibook/omnibook-20070211.ebuild
index 34f7c5f7b5c4..74fc8cb8d3a4 100644
--- a/app-laptop/omnibook/omnibook-20070211.ebuild
+++ b/app-laptop/omnibook/omnibook-20070211.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/omnibook-20070211.ebuild,v 1.2 2007/07/15 07:10:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/omnibook-20070211.ebuild,v 1.3 2007/07/20 15:13:42 s4t4n Exp $
inherit linux-mod eutils
@@ -10,7 +10,7 @@ DESCRIPTION="Linux kernel module for (but not limited to) HP Omnibook support"
HOMEPAGE="http://www.sourceforge.net/projects/omnibook"
SRC_URI="mirror://sourceforge/omnibook/${MY_P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86 -ppc"
+KEYWORDS="x86 -ppc"
IUSE=""
S=${WORKDIR}/${MY_P}