summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-01-10 12:14:22 +0000
committerMike Auty <ikelos@gentoo.org>2009-01-10 12:14:22 +0000
commitc6f7adce20262a677f7e4ce369aceb14ad98b7c1 (patch)
treebcb4e8420d545487bd43cc88cad18d0fc14ef7e3 /app-emulation/vmware-modules
parentVersion bump. Switched to EAPI=2, added qt4 support, updated data files, upda... (diff)
downloadgentoo-2-c6f7adce20262a677f7e4ce369aceb14ad98b7c1.tar.gz
gentoo-2-c6f7adce20262a677f7e4ce369aceb14ad98b7c1.tar.bz2
gentoo-2-c6f7adce20262a677f7e4ce369aceb14ad98b7c1.zip
Clear out old modules for products no longer in the tree.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 i686)
Diffstat (limited to 'app-emulation/vmware-modules')
-rw-r--r--app-emulation/vmware-modules/ChangeLog8
-rw-r--r--app-emulation/vmware-modules/files/1.0.0.17-update115-nasty-hack.patch12
-rw-r--r--app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild10
-rw-r--r--app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild16
-rw-r--r--app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild13
5 files changed, 7 insertions, 52 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog
index ec00356c7969..570310c82264 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.35 2009/01/10 12:10:53 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.36 2009/01/10 12:14:22 ikelos Exp $
+
+ 10 Jan 2009; Mike Auty <ikelos@gentoo.org>
+ -files/1.0.0.17-update115-nasty-hack.patch,
+ -vmware-modules-1.0.0.16-r1.ebuild, -vmware-modules-1.0.0.17.ebuild,
+ -vmware-modules-1.0.0.17-r1.ebuild:
+ Clear out old modules for products no longer in the tree.
*vmware-modules-1.0.0.15-r2 (10 Jan 2009)
diff --git a/app-emulation/vmware-modules/files/1.0.0.17-update115-nasty-hack.patch b/app-emulation/vmware-modules/files/1.0.0.17-update115-nasty-hack.patch
deleted file mode 100644
index deed39be3582..000000000000
--- a/app-emulation/vmware-modules/files/1.0.0.17-update115-nasty-hack.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr vmmon-only/include/iocontrols_compat.h vmmon-only/include/iocontrols_compat.h
---- vmmon-only/include/iocontrols_compat.h 2007-07-23 10:59:47.000000000 +0100
-+++ vmmon-only/include/iocontrols_compat.h 2007-12-01 15:55:10.000000000 +0000
-@@ -15,7 +15,7 @@
- #define VMMON_VERSION_V5 (116 << 16 | 0)
- #define VMMON_VERSION_V55 (137 << 16 | 0)
- #define VMMON_VERSION_S1B1 (138 << 16 | 0)
--#define VMMON_VERSION_V6 (161 << 16 | 0)
-+#define VMMON_VERSION_V6 (167 << 16 | 0)
-
- /*
- * Limit structure for CREATE_VM
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild
deleted file mode 100644
index 8d11ed9a1d37..000000000000
--- a/app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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-r1.ebuild,v 1.2 2007/10/14 09:12:53 ikelos Exp $
-
-KEYWORDS="~amd64 ~x86"
-VMWARE_VER="VME_V6"
-
-VMWARE_MODULE_LIST="vmblock vmmon vmnet"
-
-inherit vmware-mod
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
deleted file mode 100644
index 1b9fcfcfe5e0..000000000000
--- a/app-emulation/vmware-modules/vmware-modules-1.0.0.17-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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"
-}
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild
deleted file mode 100644
index 8c1cebcaf148..000000000000
--- a/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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.17.ebuild,v 1.4 2007/11/26 10:19:59 mr_bones_ Exp $
-
-KEYWORDS="~amd64 ~x86"
-VMWARE_VER="VME_V6" # 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.2-59824.i386.tar.gz )
- amd64? ( mirror://vmware/software/vmplayer/VMware-player-2.0.2-59824.x86_64.tar.gz )"
-VMWARE_MOD_DIR="vmware-player-distrib/lib/modules/source/"