diff options
Diffstat (limited to 'app-laptop/omnibook/omnibook-20060817.ebuild')
-rw-r--r-- | app-laptop/omnibook/omnibook-20060817.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-laptop/omnibook/omnibook-20060817.ebuild b/app-laptop/omnibook/omnibook-20060817.ebuild deleted file mode 100644 index 9a7e9f434ed9..000000000000 --- a/app-laptop/omnibook/omnibook-20060817.ebuild +++ /dev/null @@ -1,42 +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.ebuild,v 1.2 2006/11/27 15:37:50 s4t4n 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_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 -} |