summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-05-10 17:21:27 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-05-10 17:21:27 +0000
commit69e06f1d391bfddc39cc8c4e6de0ff75ec168785 (patch)
tree5ab14ad4f17f2558423308deaa87f1ad38510e71 /app-laptop
parentFix emake -j1 problem thanks to Arudil <mmueller12345@yahoo.de> in bug 92136 (diff)
downloadhistorical-69e06f1d391bfddc39cc8c4e6de0ff75ec168785.tar.gz
historical-69e06f1d391bfddc39cc8c4e6de0ff75ec168785.tar.bz2
historical-69e06f1d391bfddc39cc8c4e6de0ff75ec168785.zip
Fix portage-cvs-linux-mod-problem and remove old version
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/omnibook/ChangeLog6
-rw-r--r--app-laptop/omnibook/Manifest6
-rw-r--r--app-laptop/omnibook/files/digest-omnibook-200409161
-rw-r--r--app-laptop/omnibook/omnibook-20040916.ebuild43
-rw-r--r--app-laptop/omnibook/omnibook-20050217.ebuild10
5 files changed, 14 insertions, 52 deletions
diff --git a/app-laptop/omnibook/ChangeLog b/app-laptop/omnibook/ChangeLog
index 9c4c6f2c186d..68a73f19b2dd 100644
--- a/app-laptop/omnibook/ChangeLog
+++ b/app-laptop/omnibook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/omnibook
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/ChangeLog,v 1.6 2005/04/21 07:18:56 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/ChangeLog,v 1.7 2005/05/10 17:21:27 genstef Exp $
+
+ 10 May 2005; Stefan Schweizer <genstef@gentoo.org>
+ -omnibook-20040916.ebuild, omnibook-20050217.ebuild:
+ Fix portage-cvs-linux-mod-problem and remove old version
21 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org>
omnibook-20040916.ebuild, omnibook-20050217.ebuild:
diff --git a/app-laptop/omnibook/Manifest b/app-laptop/omnibook/Manifest
index 35679a1d33b0..b1ec21dacd5e 100644
--- a/app-laptop/omnibook/Manifest
+++ b/app-laptop/omnibook/Manifest
@@ -1,6 +1,4 @@
-MD5 5afba2fb86ab33a456917db173384608 ChangeLog 1919
+MD5 f58dd95b2c1af2f9e9a8861abb497153 omnibook-20050217.ebuild 993
+MD5 19463bf193d9563a9cd4ec780c56b94b ChangeLog 2089
MD5 f17c483cfcc1efe580afd0b737d3f2c3 metadata.xml 264
-MD5 da5f6f2e477c2cab315c2e7d37345c88 omnibook-20040916.ebuild 954
-MD5 be0a84faaeb220ffdf71bc941d9d5a08 omnibook-20050217.ebuild 954
-MD5 e35908816aae2b9d8c6753e0a34bc5fc files/digest-omnibook-20040916 70
MD5 2d8576708b1ba220c34b3844d5a9e7ec files/digest-omnibook-20050217 70
diff --git a/app-laptop/omnibook/files/digest-omnibook-20040916 b/app-laptop/omnibook/files/digest-omnibook-20040916
deleted file mode 100644
index 250a048299ef..000000000000
--- a/app-laptop/omnibook/files/digest-omnibook-20040916
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ed0e2a0ec4f1dac6e457514ae79b5a25 omnibook-2004-09-16.tar.gz 52158
diff --git a/app-laptop/omnibook/omnibook-20040916.ebuild b/app-laptop/omnibook/omnibook-20040916.ebuild
deleted file mode 100644
index d4de30cde624..000000000000
--- a/app-laptop/omnibook/omnibook-20040916.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/omnibook-20040916.ebuild,v 1.4 2005/04/21 07:18:56 wormo Exp $
-
-inherit linux-mod
-
-MY_P="${PN}-${PV:0:4}-${PV:4:2}-${PV:6:2}"
-
-DESCRIPTION="Linux kernel module for HP Omnibook support"
-HOMEPAGE="http://www.sourceforge.net/projects/omke"
-SRC_URI="mirror://sourceforge/omke/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86 -ppc"
-IUSE=""
-S="${WORKDIR}/${MY_P}"
-
-MODULE_NAMES="omnibook(char:)"
-BUILD_PARAMS="KERNEL=${KV_MAJOR}.${KV_MINOR} KSRC=${KV_DIR}"
-BUILD_TARGETS="all"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- convert_to_m Makefile
-}
-
-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-20050217.ebuild b/app-laptop/omnibook/omnibook-20050217.ebuild
index f3ebcfbebe31..0fa3916cc1af 100644
--- a/app-laptop/omnibook/omnibook-20050217.ebuild
+++ b/app-laptop/omnibook/omnibook-20050217.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/omnibook-20050217.ebuild,v 1.2 2005/04/21 07:18:56 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/omnibook-20050217.ebuild,v 1.3 2005/05/10 17:21:27 genstef Exp $
inherit linux-mod
@@ -15,8 +15,12 @@ IUSE=""
S="${WORKDIR}/${MY_P}"
MODULE_NAMES="omnibook(char:)"
-BUILD_PARAMS="KERNEL=${KV_MAJOR}.${KV_MINOR} KSRC=${KV_DIR}"
-BUILD_TARGETS="all"
+BUILD_TARGETS=" "
+
+pkg_setup() {
+ linux-mod_pkg_setup
+ BUILD_PARAMS="KERNEL=${KV_MAJOR}.${KV_MINOR} KSRC=${KV_DIR}"
+}
src_unpack() {
unpack ${A}