diff options
author | 2015-09-05 14:51:43 +0200 | |
---|---|---|
committer | 2015-09-05 14:56:00 +0200 | |
commit | 66230f4c2db7e3eb25a23cdd985ca0748e5d8ad3 (patch) | |
tree | 96c809f4482abfa90dd718629c154d73d20e9f2d /app-emulation | |
parent | app-emulation/vmware-tools: Sync with main tree (diff) | |
download | vmware-66230f4c2db7e3eb25a23cdd985ca0748e5d8ad3.tar.gz vmware-66230f4c2db7e3eb25a23cdd985ca0748e5d8ad3.tar.bz2 vmware-66230f4c2db7e3eb25a23cdd985ca0748e5d8ad3.zip |
app-emulation/vmware-workstation: Sync with main tree
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-emulation')
5 files changed, 10 insertions, 7 deletions
diff --git a/app-emulation/vmware-workstation/files/vmware-10.0.rc b/app-emulation/vmware-workstation/files/vmware-10.0.rc index 82e45f1..85ae7cd 100644 --- a/app-emulation/vmware-workstation/files/vmware-10.0.rc +++ b/app-emulation/vmware-workstation/files/vmware-10.0.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware-10.0.rc,v 1.2 2014/04/26 20:36:17 dilfridge Exp $ +# $Id$ depend() { need localmount diff --git a/app-emulation/vmware-workstation/files/vmware-9.0.rc b/app-emulation/vmware-workstation/files/vmware-9.0.rc index 02a82b3..85ae7cd 100644 --- a/app-emulation/vmware-workstation/files/vmware-9.0.rc +++ b/app-emulation/vmware-workstation/files/vmware-9.0.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware-9.0.rc,v 1.2 2014/04/26 20:36:17 dilfridge Exp $ +# $Id$ depend() { need localmount diff --git a/app-emulation/vmware-workstation/files/vmware-server-10.0.rc b/app-emulation/vmware-workstation/files/vmware-server-10.0.rc index 353f369..a82b900 100644 --- a/app-emulation/vmware-workstation/files/vmware-server-10.0.rc +++ b/app-emulation/vmware-workstation/files/vmware-server-10.0.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware-server-10.0.rc,v 1.1 2013/10/19 11:38:39 dilfridge Exp $ +# $Id$ depend() { need localmount vmware diff --git a/app-emulation/vmware-workstation/files/vmware-server-9.0.rc b/app-emulation/vmware-workstation/files/vmware-server-9.0.rc index 3b71339..a07011d 100644 --- a/app-emulation/vmware-workstation/files/vmware-server-9.0.rc +++ b/app-emulation/vmware-workstation/files/vmware-server-9.0.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware-server-9.0.rc,v 1.1 2012/12/09 14:30:38 vadimk Exp $ +# $Id$ depend() { need localmount vmware diff --git a/app-emulation/vmware-workstation/metadata.xml b/app-emulation/vmware-workstation/metadata.xml index c2824d7..7570b9e 100644 --- a/app-emulation/vmware-workstation/metadata.xml +++ b/app-emulation/vmware-workstation/metadata.xml @@ -7,12 +7,15 @@ other operating systems in a virtual environment to run on top of Gentoo. </longdescription> <use> - <flag name='ovftool'>Install OVF tool.</flag> - <flag name='server'>Install VMware Workstation Server component.</flag> - <flag name='vix'>Install VIX. The VIX API allows you to write programs and scripts + <flag name="ovftool">Install OVF tool.</flag> + <flag name="server">Install VMware Workstation Server component.</flag> + <flag name="vix">Install VIX. The VIX API allows you to write programs and scripts that automate virtual machine operations, and run programs or manipulate files within guest operating systems. </flag> <flag name="vmware-tools">Install VMware Tools images</flag> </use> + <upstream> + <remote-id type="github">akhuettel/systemd-vmware</remote-id> + </upstream> </pkgmetadata> |