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

Collapse All | Expand All

(-)/var/lib/layman/vmware/app-emulation/vmware-workstation/vmware-workstation-7.0.1.227600-r2.ebuild (-1 / +14 lines)
Lines 6-12 Link Here
6
6
7
inherit eutils versionator fdo-mime gnome2-utils
7
inherit eutils versionator fdo-mime gnome2-utils
8
8
9
MY_PN="VMware-Workstation-$(replace_version_separator 3 - $PV)"
9
MY_PN="VMware-Workstation-Full-$(replace_version_separator 3 - $PV)"
10
10
11
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
11
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
12
HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
12
HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html"
Lines 57-62 Link Here
57
src_unpack() {
57
src_unpack() {
58
	bundle_extract_component "${DISTDIR}/${A}" vmware-player-app
58
	bundle_extract_component "${DISTDIR}/${A}" vmware-player-app
59
	bundle_extract_component "${DISTDIR}/${A}" vmware-workstation
59
	bundle_extract_component "${DISTDIR}/${A}" vmware-workstation
60
	bundle_extract_component "${DISTDIR}/${A}" vmware-tools-freebsd
61
	bundle_extract_component "${DISTDIR}/${A}" vmware-tools-linux
62
	bundle_extract_component "${DISTDIR}/${A}" vmware-tools-netware
63
	bundle_extract_component "${DISTDIR}/${A}" vmware-tools-solaris
64
	bundle_extract_component "${DISTDIR}/${A}" vmware-tools-windows
65
	bundle_extract_component "${DISTDIR}/${A}" vmware-tools-winPre2k
60
}
66
}
61
67
62
src_prepare() {
68
src_prepare() {
Lines 104-109 Link Here
104
	# install documentation
110
	# install documentation
105
	doman man/man1/vmware.1.gz
111
	doman man/man1/vmware.1.gz
106
112
113
	# install the tools isos
114
	insinto "${VM_INSTALL_DIR}"/lib/vmware/isoimages
115
116
	local toolcomp ; for toolcomp in vmware-tools-{freebsd,linux,netware,solaris,windows,winPre2k} ; do
117
		cd "${S}"/${toolcomp}
118
		doins *.iso *.iso.sig
119
	done
107
120
108
	# create symlinks for the various tools
121
	# create symlinks for the various tools
109
	local tool ; for tool in vmware vmplayer{,-daemon} \
122
	local tool ; for tool in vmware vmplayer{,-daemon} \

Return to bug 291241