diff options
author | Vadim Kuznetsov <vadimk@gentoo.org> | 2011-12-11 14:23:38 +0000 |
---|---|---|
committer | Vadim Kuznetsov <vadimk@gentoo.org> | 2011-12-11 14:23:38 +0000 |
commit | 433b9e8d046fd676f9078b38b06ed96f107b6c08 (patch) | |
tree | 0e69dcb09a99ac3ce8fe6a24c2a44aaa46f2ccc3 /app-emulation/vmware-workstation/files | |
parent | removed old files (diff) | |
download | gentoo-2-433b9e8d046fd676f9078b38b06ed96f107b6c08.tar.gz gentoo-2-433b9e8d046fd676f9078b38b06ed96f107b6c08.tar.bz2 gentoo-2-433b9e8d046fd676f9078b38b06ed96f107b6c08.zip |
removed old files
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vmware-workstation/files')
-rw-r--r-- | app-emulation/vmware-workstation/files/90vmware-workstation | 3 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/files/vmware-workstation.xml | 48 |
2 files changed, 0 insertions, 51 deletions
diff --git a/app-emulation/vmware-workstation/files/90vmware-workstation b/app-emulation/vmware-workstation/files/90vmware-workstation deleted file mode 100644 index 0352870f4549..000000000000 --- a/app-emulation/vmware-workstation/files/90vmware-workstation +++ /dev/null @@ -1,3 +0,0 @@ -PATH=/opt/vmware/workstation/bin -ROOTPATH=/opt/vmware/workstation/bin -MANPATH=/opt/vmware/workstation/man diff --git a/app-emulation/vmware-workstation/files/vmware-workstation.xml b/app-emulation/vmware-workstation/files/vmware-workstation.xml deleted file mode 100644 index 8d5e2eff56b6..000000000000 --- a/app-emulation/vmware-workstation/files/vmware-workstation.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> - <mime-type type="application/x-vmware-vm"> - <comment xml:lang="en">VMware virtual machine</comment> - <magic priority="50"> - <match type="string" value='config.version = "' offset="0:4096"/> - </magic> - <glob pattern="*.vmx"/> - </mime-type> - - <mime-type type="application/x-vmware-vmdisk"> - <comment xml:lang="en">VMware virtual disk</comment> - <magic priority="50"> - <match type="string" value="# Disk DescriptorFile" offset="0"/> - <match type="string" value="KDMV" offset="0"/> - </magic> - <glob pattern="*.vmdk"/> - </mime-type> - - <mime-type type="application/x-vmware-team"> - <comment xml:lang="en">VMware team</comment> - <magic priority="50"> - <match type="string" value='<Foundry version="1">' offset="0"> - <match type="string" value="<VMTeam>" offset="23:24"/> - </match> - </magic> - <glob pattern="*.vmtm"/> - </mime-type> - - <mime-type type="application/x-vmware-snapshot"> - <comment xml:lang="en">VMware virtual machine snapshot</comment> - <magic priority="50"> - <match type="string" value="\\0xD0\\0xBE\\0xD0\\0xBE" offset="0"/> - </magic> - <glob pattern="*.vmsn"/> - </mime-type> - - <mime-type type="application/x-vmware-vmfoundry"> - <comment xml:lang="en">VMware virtual machine foundry</comment> - <magic priority="50"> - <match type="string" value='<Foundry version="1">' offset="0"> - <match type="string" value="<VM>" offset="23:24"/> - </match> - </magic> - <glob pattern="*.vmxf"/> - </mime-type> -</mime-info> |