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

Collapse All | Expand All

(-)vmware-workstation-4.5.2.8848.ebuild.orig (-1 / +6 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
N26KernSupport="vmware-any-any-update73"
12
N26KernSupport="vmware-any-any-update75"
13
NP="VMware-workstation-4.5.2-8848"
13
NP="VMware-workstation-4.5.2-8848"
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 54-59 Link Here
54
		cd ${S}
54
		cd ${S}
55
		unpack ${N26KernSupport}.tar.gz
55
		unpack ${N26KernSupport}.tar.gz
56
		mv -f ${N26KernSupport}/*.tar ${S}/lib/modules/source/
56
		mv -f ${N26KernSupport}/*.tar ${S}/lib/modules/source/
57
		cd ${N26KernSupport}
58
		./update vmware ../bin/vmware
59
		./update bridge ../bin/vmnet-bridge
60
		./update vmx ../lib/bin/vmware-vmx
61
		./update vmxdebug ../lib/bin-debug/vmware-vmx
57
	else
62
	else
58
		einfo "Using 2.4.x kernel support"
63
		einfo "Using 2.4.x kernel support"
59
	fi
64
	fi

Return to bug 53879