summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/omnibook/omnibook-20021016.ebuild')
-rw-r--r--app-laptop/omnibook/omnibook-20021016.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-laptop/omnibook/omnibook-20021016.ebuild b/app-laptop/omnibook/omnibook-20021016.ebuild
deleted file mode 100644
index 069541a70d5e..000000000000
--- a/app-laptop/omnibook/omnibook-20021016.ebuild
+++ /dev/null
@@ -1,27 +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-20021016.ebuild,v 1.2 2005/01/01 14:47:18 eradicator Exp $
-
-MY_PV="2002-10-16"
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Linux kernel module for HP Omnibook support"
-HOMEPAGE="http://www.sourceforge.net/projects/omke"
-SRC_URI="mirror://sourceforge/omke/omnibook-2002-10-16.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="virtual/kernel"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- emake CC="gcc ${CFLAGS}" || die
-}
-
-src_install() {
- make MODDIR="${D}/lib/modules" DEPMOD="" install
- dodoc ${S}/doc/*
-}