summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-06-22 13:06:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-06-22 13:06:21 +0000
commit060414379fad7bedee3233d34c93ccdf04449712 (patch)
tree9634a1e967c5ab5e5648c0cd84855c21acab94fa /app-emulation
parentMasking due to sandbox breakage. (diff)
downloadgentoo-2-060414379fad7bedee3233d34c93ccdf04449712.tar.gz
gentoo-2-060414379fad7bedee3233d34c93ccdf04449712.tar.bz2
gentoo-2-060414379fad7bedee3233d34c93ccdf04449712.zip
Adding note about removing modules on uninstall and closing bug #54686.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmware-workstation/ChangeLog8
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild5
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-4.5.1.7568-r1.ebuild5
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild5
4 files changed, 16 insertions, 7 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog
index 173d6f874f81..820e08c17eda 100644
--- a/app-emulation/vmware-workstation/ChangeLog
+++ b/app-emulation/vmware-workstation/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/vmware-workstation
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.44 2004/06/15 14:06:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.45 2004/06/22 13:06:21 wolf31o2 Exp $
+
+ 22 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org>
+ vmware-workstation-3.2.1.2242-r1.ebuild,
+ vmware-workstation-4.5.1.7568-r1.ebuild,
+ vmware-workstation-4.5.2.8848.ebuild:
+ Adding note about removing modules on uninstall and closing bug #54686.
15 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org>
vmware-workstation-4.5.1.7568-r1.ebuild:
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild
index 4d5ff97de921..a95a5fd95b3c 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild,v 1.7 2004/02/25 01:36:22 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild,v 1.8 2004/06/22 13:06:21 wolf31o2 Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
@@ -203,6 +203,7 @@ pkg_postrm() {
einfo
einfo "To remove all traces of vmware you will need to remove the files"
einfo "in /etc/vmware/, /etc/init.d/vmware, /lib/modules/*/misc/vm*.o,"
- einfo "and .vmware/ in each users home directory."
+ einfo "and .vmware/ in each users home directory. Don't forget to rmmod the"
+ einfo "vm* modules, either."
einfo
}
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.5.1.7568-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.5.1.7568-r1.ebuild
index f85925650c8e..546ee7655dcd 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-4.5.1.7568-r1.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-4.5.1.7568-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.1.7568-r1.ebuild,v 1.3 2004/06/15 14:06:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.1.7568-r1.ebuild,v 1.4 2004/06/22 13:06:21 wolf31o2 Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VMWare. The agreeing to a licence is part of the configure step
@@ -201,6 +201,7 @@ pkg_postrm() {
einfo
einfo "To remove all traces of vmware you will need to remove the files"
einfo "in /etc/vmware/, /etc/init.d/vmware, /lib/modules/*/misc/vm*.o,"
- einfo "and .vmware/ in each users home directory."
+ einfo "and .vmware/ in each users home directory. Don't forget to rmmod the"
+ einfo "vm* modules, either."
einfo
}
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild
index 85fce2636861..568cf55d3c0c 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild,v 1.1 2004/06/14 12:27:42 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild,v 1.2 2004/06/22 13:06:21 wolf31o2 Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VMWare. The agreeing to a licence is part of the configure step
@@ -205,6 +205,7 @@ pkg_postrm() {
einfo
einfo "To remove all traces of vmware you will need to remove the files"
einfo "in /etc/vmware/, /etc/init.d/vmware, /lib/modules/*/misc/vm*.o,"
- einfo "and .vmware/ in each users home directory."
+ einfo "and .vmware/ in each users home directory. Don't forget to rmmod the"
+ einfo "vm* modules, either."
einfo
}