Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117696 | Differences between
and this patch

Collapse All | Expand All

(-)vmware-workstation-4.5.3.19414.ebuild (-8 / +7 lines)
Lines 9-15 Link Here
9
inherit eutils
9
inherit eutils
10
10
11
S=${WORKDIR}/vmware-distrib
11
S=${WORKDIR}/vmware-distrib
12
#ANY_ANY="vmware-any-any-update96"
12
ANY_ANY="vmware-any-any-update96"
13
NP="VMware-workstation-4.5.3-19414"
13
NP="VMware-workstation-4.5.3-19414"
14
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
14
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
15
HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
15
HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
Lines 22-33 Link Here
22
	http://vmware-heva.www.conxion.com/software/wkst/${NP}.tar.gz
22
	http://vmware-heva.www.conxion.com/software/wkst/${NP}.tar.gz
23
	http://vmware.wespe.de/software/wkst/${NP}.tar.gz
23
	http://vmware.wespe.de/software/wkst/${NP}.tar.gz
24
	ftp://vmware.wespe.de/pub/software/wkst/${NP}.tar.gz
24
	ftp://vmware.wespe.de/pub/software/wkst/${NP}.tar.gz
25
	http://ftp.cvut.cz/vmware/${ANY_ANY}.tar.gz
26
	http://ftp.cvut.cz/vmware/obselete/${ANY_ANY}.tar.gz
27
	http://knihovny.cvut.cz/ftp/pub/vmware/${ANY_ANY}.tar.gz
28
	http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${ANY_ANY}.tar.gz
25
	mirror://gentoo/vmware.png"
29
	mirror://gentoo/vmware.png"
26
#	http://ftp.cvut.cz/vmware/${ANY_ANY}.tar.gz
27
#	http://ftp.cvut.cz/vmware/obselete/${ANY_ANY}.tar.gz
28
#	http://knihovny.cvut.cz/ftp/pub/vmware/${ANY_ANY}.tar.gz
29
#	http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${ANY_ANY}.tar.gz
30
#	mirror://gentoo/vmware.png"
31
30
32
LICENSE="vmware"
31
LICENSE="vmware"
33
IUSE=""
32
IUSE=""
Lines 60-67 Link Here
60
	# Patch to resolve problems with VMware finding its distributed libraries.
59
	# Patch to resolve problems with VMware finding its distributed libraries.
61
	# Patch submitted to bug #59035 by Georgi Georgiev <chutz@gg3.net>
60
	# Patch submitted to bug #59035 by Georgi Georgiev <chutz@gg3.net>
62
	epatch ${FILESDIR}/${P}-librarypath.patch
61
	epatch ${FILESDIR}/${P}-librarypath.patch
63
#	unpack ${ANY_ANY}.tar.gz
62
	unpack ${ANY_ANY}.tar.gz
64
#	mv -f ${ANY_ANY}/*.tar ${S}/lib/modules/source/
63
	mv -f ${ANY_ANY}/*.tar ${S}/lib/modules/source/
65
#	cd ${S}/${ANY_ANY}
64
#	cd ${S}/${ANY_ANY}
66
#	chmod 755 ../lib/bin/vmware ../bin/vmnet-bridge ../lib/bin/vmware-vmx ../lib/bin-debug/vmware-vmx
65
#	chmod 755 ../lib/bin/vmware ../bin/vmnet-bridge ../lib/bin/vmware-vmx ../lib/bin-debug/vmware-vmx
67
	# vmware any96 still doesn't patch the vmware binary
66
	# vmware any96 still doesn't patch the vmware binary

Return to bug 117696