summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2007-06-24 18:36:09 +0000
committerMike Auty <ikelos@gentoo.org>2007-06-24 18:36:09 +0000
commitf91b4a8e8967add8341c41b4a68f7127dd900a43 (patch)
tree57684e7e6f8c29f53e46873ef03fce99fc8d3357 /app-emulation/vmware-modules
parent(QA) Don't use KEYWORDS="-*". bug #160519. (diff)
downloadgentoo-2-f91b4a8e8967add8341c41b4a68f7127dd900a43.tar.gz
gentoo-2-f91b4a8e8967add8341c41b4a68f7127dd900a43.tar.bz2
gentoo-2-f91b4a8e8967add8341c41b4a68f7127dd900a43.zip
Add in the latest modules for vmware-player-2 and vmware-workstation-6.
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'app-emulation/vmware-modules')
-rw-r--r--app-emulation/vmware-modules/ChangeLog8
-rw-r--r--app-emulation/vmware-modules/files/digest-vmware-modules-1.0.0.166
-rw-r--r--app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild14
3 files changed, 27 insertions, 1 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog
index 042d97f0b5cf..84e96093accd 100644
--- a/app-emulation/vmware-modules/ChangeLog
+++ b/app-emulation/vmware-modules/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/vmware-modules
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.19 2007/04/28 09:52:29 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.20 2007/06/24 18:36:09 ikelos Exp $
+
+*vmware-modules-1.0.0.16 (24 Jun 2007)
+
+ 24 Jun 2007; Mike Auty <ikelos@gentoo.org>
+ +vmware-modules-1.0.0.16.ebuild:
+ Add in the latest modules for vmware-player-2 and vmware-workstation-6.
28 Apr 2007; Mike Auty <ikelos@gentoo.org>
-files/patches/010_all_makefile-vm-build-no-unused-warnings.patch:
diff --git a/app-emulation/vmware-modules/files/digest-vmware-modules-1.0.0.16 b/app-emulation/vmware-modules/files/digest-vmware-modules-1.0.0.16
new file mode 100644
index 000000000000..d72377a4b5b8
--- /dev/null
+++ b/app-emulation/vmware-modules/files/digest-vmware-modules-1.0.0.16
@@ -0,0 +1,6 @@
+MD5 090b02f6a49dd3a4e8617f68e1d2dc7b VMware-player-2.0.0-45731.i386.tar.gz 66424421
+RMD160 185c262e179af9cb911bfd364f063ca39a0575f5 VMware-player-2.0.0-45731.i386.tar.gz 66424421
+SHA256 25a1d33f1ce50a88f046274f0499f83ab27a42c838cc552b884127d5b3701e40 VMware-player-2.0.0-45731.i386.tar.gz 66424421
+MD5 2bfbc79f548f082818b44b980d9e1c71 VMware-player-2.0.0-45731.x86_64.tar.gz 32364670
+RMD160 75a3f45b68e62d1501b5ac8359805e2499d37b33 VMware-player-2.0.0-45731.x86_64.tar.gz 32364670
+SHA256 52ce69de70c0f55e9f95b03a9d397276236dd133e5ea5c616304220444d6e8b1 VMware-player-2.0.0-45731.x86_64.tar.gz 32364670
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild
new file mode 100644
index 000000000000..bab0575cf6da
--- /dev/null
+++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.16.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2007 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.16.ebuild,v 1.1 2007/06/24 18:36:09 ikelos Exp $
+
+KEYWORDS="-* ~amd64 ~x86"
+VMWARE_VER="VME_V6" # THIS VALUE IS JUST A PLACE HOLDER
+
+inherit vmware-mod
+
+VMWARE_MODULE_LIST="vmmon vmnet vmblock"
+SRC_URI="x86? ( mirror://vmware/software/vmplayer/VMware-player-2.0.0-45731.i386.tar.gz )
+ amd64? ( mirror://vmware/software/vmplayer/VMware-player-2.0.0-45731.x86_64.tar.gz )"
+VMWARE_MOD_DIR="vmware-player-distrib/lib/modules/source/"
+