summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-01-26 01:22:17 +0000
committerMike Auty <ikelos@gentoo.org>2008-01-26 01:22:17 +0000
commit0f15fd4b8b27bc67c83a4c1e87e56154d1b59177 (patch)
tree63e4c923501e1ab4b41095ce02aeb0111c5e36b1 /app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild
parentamd64 stable (diff)
downloadgentoo-2-0f15fd4b8b27bc67c83a4c1e87e56154d1b59177.tar.gz
gentoo-2-0f15fd4b8b27bc67c83a4c1e87e56154d1b59177.tar.bz2
gentoo-2-0f15fd4b8b27bc67c83a4c1e87e56154d1b59177.zip
Bump vmware-modules to any-any115, and apply fixes for wireless and 2.6.24.
(Portage version: 2.1.4)
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild')
-rw-r--r--app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild
new file mode 100644
index 000000000000..1b9fcfcfe5e0
--- /dev/null
+++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild,v 1.1 2008/01/26 01:22:16 ikelos Exp $
+
+KEYWORDS="~amd64 ~x86"
+VMWARE_VER="VME_V6"
+
+VMWARE_MODULE_LIST="vmblock vmmon vmnet"
+
+inherit vmware-mod
+
+src_unpack() {
+ vmware-mod_src_unpack
+ cd "${S}"
+ epatch "${FILESDIR}"/"${PV}-update115-nasty-hack.patch"
+}