diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-04 01:42:40 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-11-04 01:42:40 +0000 |
commit | 140e028e1b6e71bde964cc6fc8f6769b54a63cee (patch) | |
tree | 76326ee1d52ba1d56d4df8b04b2c00d0c58b3a97 | |
parent | added ~mips keyword (Manifest recommit) (diff) | |
download | gentoo-2-140e028e1b6e71bde964cc6fc8f6769b54a63cee.tar.gz gentoo-2-140e028e1b6e71bde964cc6fc8f6769b54a63cee.tar.bz2 gentoo-2-140e028e1b6e71bde964cc6fc8f6769b54a63cee.zip |
Updated to vmware-any-any-update84 and removing tcl from DEPEND. Closing bug #62500.
-rw-r--r-- | app-emulation/vmware-workstation/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog index f08d27338298..0b8aabbdae0d 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.57 2004/09/12 14:36:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.58 2004/11/04 01:42:40 wolf31o2 Exp $ + + 03 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> + vmware-workstation-3.2.1.2242-r2.ebuild: + Updated to vmware-any-any-update84 and removing tcl from DEPEND. Closing bug + #62500. 12 Sep 2004; Chris Gianelloni <wolf31o2@gentoo.org> vmware-workstation-3.2.1.2242-r2.ebuild, diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild index dcb86f26ebb4..f6d46e3f6511 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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-r2.ebuild,v 1.4 2004/09/12 14:36:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild,v 1.5 2004/11/04 01:42:40 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 @@ -9,7 +9,7 @@ inherit gcc eutils S=${WORKDIR}/vmware-distrib -N26KernSupport="vmware-any-any-update83" +N26KernSupport="vmware-any-any-update84" NP="VMware-workstation-3.2.1-2242" DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators" HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html" @@ -34,8 +34,7 @@ RESTRICT="nostrip" DEPEND="virtual/libc virtual/x11 virtual/os-headers - >=dev-lang/perl-5 - >=dev-lang/tcl-8.3.3" + >=dev-lang/perl-5" src_unpack() { check_KV |