diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-24 13:24:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-24 13:24:08 +0000 |
commit | 71199b19a7b0f0258c72b235f94129c9e2fa024d (patch) | |
tree | 6de6301af66fc9c1a56a42fb5cde88d0d99e5172 /app-emulation/vmware-workstation | |
parent | Version bump, bug #103566 (diff) | |
download | gentoo-2-71199b19a7b0f0258c72b235f94129c9e2fa024d.tar.gz gentoo-2-71199b19a7b0f0258c72b235f94129c9e2fa024d.tar.bz2 gentoo-2-71199b19a7b0f0258c72b235f94129c9e2fa024d.zip |
root:root -> root:0 for bug #103563.
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-emulation/vmware-workstation')
3 files changed, 10 insertions, 5 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog index 844305c3c5af..7e66c7f2b1e0 100644 --- a/app-emulation/vmware-workstation/ChangeLog +++ b/app-emulation/vmware-workstation/ChangeLog @@ -1,6 +1,11 @@ # 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.91 2005/08/23 19:28:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.92 2005/08/24 13:24:08 wolf31o2 Exp $ + + 24 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-workstation-4.5.2.8848-r6.ebuild, + vmware-workstation-5.0.0.13124-r1.ebuild: + root:root -> root:0 for bug #103563. 23 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> vmware-workstation-3.2.1.2242-r3.ebuild, diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r6.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r6.ebuild index f0d8fbbedd65..b3df0394b1d8 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r6.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r6.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-4.5.2.8848-r6.ebuild,v 1.5 2005/08/23 19:28:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r6.ebuild,v 1.6 2005/08/24 13:24:08 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 @@ -123,7 +123,7 @@ src_install() { dosym ${dir}/bin/vmware /usr/bin/vmware # this removes the user/group warnings - chown -R root:root ${D} + chown -R root:0 ${D} # Questions: einfo "Adding answers to /etc/vmware/locations" diff --git a/app-emulation/vmware-workstation/vmware-workstation-5.0.0.13124-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-5.0.0.13124-r1.ebuild index 33c8181c5f49..815bd154d456 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-5.0.0.13124-r1.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-5.0.0.13124-r1.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.0.0.13124-r1.ebuild,v 1.3 2005/08/23 19:28:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-5.0.0.13124-r1.ebuild,v 1.4 2005/08/24 13:24:08 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 @@ -121,7 +121,7 @@ src_install() { dosym ${dir}/bin/vmware /usr/bin/vmware # this removes the user/group warnings - chown -R root:root ${D} + chown -R root:0 ${D} # Questions: einfo "Adding answers to /etc/vmware/locations" |