Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 502694 Details for
Bug 634854
[vmware] app-emulation/vmware-tools-10.1.15.6627299 : version bump ; ? obsolete -> c.3 / Bug 634770 c.24 ?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
vmware-tools-10.1.6.5214329.ebuild
vmware-tools-10.1.15.6627299.ebuild (text/plain), 1.50 KB, created by
Manfred Knick
on 2017-11-05 14:03:42 UTC
(
hide
)
Description:
vmware-tools-10.1.6.5214329.ebuild
Filename:
MIME Type:
Creator:
Manfred Knick
Created:
2017-11-05 14:03:42 UTC
Size:
1.50 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit versionator vmware-bundle > >MY_PV="$(replace_version_separator 3 - $PV)" >BASE_URI="http://softwareupdate.vmware.com/cds/vmw-desktop/ws/14.0.0/6661328/linux/packages/" > >DESCRIPTION="VMware Tools for guest operating systems" >HOMEPAGE="http://www.vmware.com/products/player/" > >LICENSE="vmware" >SLOT="0" >KEYWORDS="-* ~amd64" >RESTRICT="mirror" >IUSE="" > >DEPEND="" >RDEPEND="" > >IUSE_VMWARE_GUEST="freebsd linux netware solaris windows winPre2k winPreVista" > >VM_INSTALL_DIR="/opt/vmware" > >for guest in ${IUSE_VMWARE_GUEST} ; do > SRC_URI+=" vmware_guest_${guest}? ( > amd64? ( ${BASE_URI}vmware-tools-${guest}-${MY_PV}.x86_64.component.tar ) > )" > IUSE+=" vmware_guest_${guest}" >done ; unset guest > >src_unpack() { > local arch > if use x86 ; then arch='i386' > elif use amd64 ; then arch='x86_64' > fi > local guest ; for guest in ${IUSE_VMWARE_GUEST} ; do > if use "vmware_guest_${guest}" ; then > local component="vmware-tools-${guest}-${MY_PV}.${arch}.component" > unpack "${component}.tar" > vmware-bundle_extract-component "${component}" > fi > done >} > >src_install() { > insinto "${VM_INSTALL_DIR}"/lib/vmware/isoimages > local somethingdone; > local guest ; for guest in ${IUSE_VMWARE_GUEST} ; do > if use "vmware_guest_${guest}" ; then > doins "${guest}".iso{,.sig} > somethingdone=yes > fi > done > > [ -n "${somethingdone}" ] || ewarn "You should set VMWARE_GUEST in make.conf to specify which operating systems you need." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 634854
: 502694