diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-06-22 13:06:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-06-22 13:06:21 +0000 |
commit | c042051498ff9cec24ca848dd099940535d8b713 (patch) | |
tree | dbe7148ea10abeb7644304521c637ef9c4d2db65 /app-emulation | |
parent | Masking due to sandbox breakage. (diff) | |
download | historical-c042051498ff9cec24ca848dd099940535d8b713.tar.gz historical-c042051498ff9cec24ca848dd099940535d8b713.tar.bz2 historical-c042051498ff9cec24ca848dd099940535d8b713.zip |
Adding note about removing modules on uninstall and closing bug #54686.
Diffstat (limited to 'app-emulation')
5 files changed, 20 insertions, 11 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/Manifest b/app-emulation/vmware-workstation/Manifest index 6dc77297303d..944db16c2b33 100644 --- a/app-emulation/vmware-workstation/Manifest +++ b/app-emulation/vmware-workstation/Manifest @@ -1,8 +1,8 @@ -MD5 80f33aadb602825bcb244632af37a838 vmware-workstation-4.5.2.8848.ebuild 7291 -MD5 14253eba7fbdc6213b6fcee7e5e4f0e2 vmware-workstation-3.2.1.2242-r1.ebuild 6746 -MD5 64f8c4efb67bb73fbb18215eaa451575 ChangeLog 10742 +MD5 f6fba47a8b4066da7137d628746545bb vmware-workstation-4.5.2.8848.ebuild 7347 +MD5 fad156df4da64bdb872f6cc5d4ac72d5 vmware-workstation-3.2.1.2242-r1.ebuild 6801 +MD5 b5109a4a9d0ff136709b715efbbbac20 ChangeLog 10997 MD5 bda09e992bf673c85bb424eb5e3dddcb metadata.xml 507 -MD5 f345daf8ed16d43dfcd7c6d4e6d0932d vmware-workstation-4.5.1.7568-r1.ebuild 7043 +MD5 91a800922592316931bcb2d9ef93180f vmware-workstation-4.5.1.7568-r1.ebuild 7099 MD5 48c1667773503fee21a1068da07440b9 files/90vmware 70 MD5 a7dcdc198780d005b5f9b349a345fbee files/digest-vmware-workstation-3.2.1.2242-r1 158 MD5 884ce7e1da629ec6abb6e5262794615e files/vmware.rc 1426 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 } |