summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-06-14 23:11:19 +0000
committerMike Auty <ikelos@gentoo.org>2008-06-14 23:11:19 +0000
commitde20bc334c81b39b95a4ec84b2ef3e558ef424a8 (patch)
treecd60b9f10dfc261dd3457d812da052600ab66b0e /app-emulation
parentAddress bug #226533 (diff)
downloadgentoo-2-de20bc334c81b39b95a4ec84b2ef3e558ef424a8.tar.gz
gentoo-2-de20bc334c81b39b95a4ec84b2ef3e558ef424a8.tar.bz2
gentoo-2-de20bc334c81b39b95a4ec84b2ef3e558ef424a8.zip
Add in vmware-modules-1.0.0.20 for workstation 6.0.4 and player 2.0.4.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmware-modules/ChangeLog7
-rw-r--r--app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog
index dce18c44f5be..30f6c785feea 100644
--- a/app-emulation/vmware-modules/ChangeLog
+++ b/app-emulation/vmware-modules/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/vmware-modules
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.29 2008/04/26 14:38:53 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.30 2008/06/14 23:11:19 ikelos Exp $
+
+*vmware-modules-1.0.0.20 (14 Jun 2008)
+
+ 14 Jun 2008; <mike@gentoo.org> +vmware-modules-1.0.0.20.ebuild:
+ Add in vmware-modules-1.0.0.20 for workstation 6.0.4 and player 2.0.4.
26 Apr 2008; Mike Auty <ikelos@gentoo.org>
+files/patches/vmblock/010_all_kernel-2.6.25.patch,
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild
new file mode 100644
index 000000000000..0a54a63cbf88
--- /dev/null
+++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.20.ebuild
@@ -0,0 +1,19 @@
+# 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.20.ebuild,v 1.1 2008/06/14 23:11:19 ikelos Exp $
+
+KEYWORDS="~amd64 ~x86"
+VMWARE_VER="VME_V604" # THIS VALUE IS JUST A PLACE HOLDER
+
+inherit eutils vmware-mod
+
+VMWARE_MODULE_LIST="vmmon vmnet vmblock"
+SRC_URI="x86? ( mirror://vmware/software/vmplayer/VMware-player-2.0.4-93057.i386.tar.gz )
+ amd64? ( mirror://vmware/software/vmplayer/VMware-player-2.0.4-93057.x86_64.tar.gz )"
+VMWARE_MOD_DIR="vmware-player-distrib/lib/modules/source/"
+
+src_unpack() {
+ vmware-mod_src_unpack
+ cd "${S}/vmblock-only"
+ epatch "${FILESDIR}/patches/vmblock/010_all_kernel-2.6.25.patch"
+}