diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-12 17:04:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-12 17:04:45 +0000 |
commit | 7c93f62a55efb26a9960e665d772eaa55b963564 (patch) | |
tree | 518b6cce9da69c00a2130fc4b26e30e3c67bd327 /app-emulation/vmware-workstation | |
parent | Marked ~ppc. (diff) | |
download | gentoo-2-7c93f62a55efb26a9960e665d772eaa55b963564.tar.gz gentoo-2-7c93f62a55efb26a9960e665d772eaa55b963564.tar.bz2 gentoo-2-7c93f62a55efb26a9960e665d772eaa55b963564.zip |
Partially revert previous commit due to bug #115141.
(Portage version: 2.0.53)
Diffstat (limited to 'app-emulation/vmware-workstation')
-rw-r--r-- | app-emulation/vmware-workstation/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-5.5.0.18463.ebuild | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog index 677a40eb6cd1..5260e48358c7 100644 --- a/app-emulation/vmware-workstation/ChangeLog +++ b/app-emulation/vmware-workstation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vmware-workstation # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.108 2005/12/12 13:09:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.109 2005/12/12 17:04:45 wolf31o2 Exp $ + + 12 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-workstation-5.5.0.18463.ebuild: + Partially revert previous commit due to bug #115141. 12 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> vmware-workstation-5.5.0.18463.ebuild: diff --git a/app-emulation/vmware-workstation/vmware-workstation-5.5.0.18463.ebuild b/app-emulation/vmware-workstation/vmware-workstation-5.5.0.18463.ebuild index abfc36736728..4fd01c37b063 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-5.5.0.18463.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-5.5.0.18463.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-5.5.0.18463.ebuild,v 1.3 2005/12/12 13:09:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-5.5.0.18463.ebuild,v 1.4 2005/12/12 17:04:45 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 @@ -58,7 +58,8 @@ src_unpack() { # patch the config to not install desktop/icon files epatch ${FILESDIR}/${P}-config.patch # patch the config to make /etc/vmware/config writable - epatch ${FILESDIR}/${P}-config2.patch +# I am commenting this until I can get a proper patch. Blame the whiners. +# epatch ${FILESDIR}/${P}-config2.patch # unpack ${ANY_ANY}.tar.gz # mv -f ${ANY_ANY}/*.tar ${S}/lib/modules/source/ # cd ${S}/${ANY_ANY} @@ -136,11 +137,12 @@ src_install() { # this removes the user/group warnings chown -R root:0 ${D} || die + dodir /etc/vmware # this makes the vmware-vmx executable only executable by vmware group - fowners root:vmware ${dir}/lib/bin{,-debug}/vmware-vmx /etc/vmware/config \ + fowners root:vmware ${dir}/lib/bin{,-debug}/vmware-vmx /etc/vmware \ || die "Changing permissions" fperms 4750 ${dir}/lib/bin{,-debug}/vmware-vmx || die - fperms 770 /etc/vmware /etc/vmware/config || die + fperms 770 /etc/vmware || die # this adds udev rules for vmmon* dodir /etc/udev/rules.d |