summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-11 16:51:03 +0200
committerDavid Seifert <soap@gentoo.org>2017-08-13 13:28:38 +0200
commitc290a927cecb8f33c0236e3808bc05675f510daa (patch)
treebbd4e8c3a205005cc46e4fbc8bf5db965ea099a3 /app-emulation/open-vm-tools
parentsys-libs/efivar: remove unused patches (diff)
downloadgentoo-c290a927cecb8f33c0236e3808bc05675f510daa.tar.gz
gentoo-c290a927cecb8f33c0236e3808bc05675f510daa.tar.bz2
gentoo-c290a927cecb8f33c0236e3808bc05675f510daa.zip
app-emulation/open-vm-tools: remove unused patch/files
Closes: https://github.com/gentoo/gentoo/pull/5390
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r--app-emulation/open-vm-tools/files/9.10.0-vgauth.patch22
-rw-r--r--app-emulation/open-vm-tools/files/network22
-rw-r--r--app-emulation/open-vm-tools/files/open-vm-tools.desktop6
3 files changed, 0 insertions, 50 deletions
diff --git a/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch b/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch
deleted file mode 100644
index aa8d1e3e353c..000000000000
--- a/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/vgauth/service/Makefile.am
-+++ b/vgauth/service/Makefile.am
-@@ -78,7 +78,7 @@
- $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
- $(LDFLAGS) -o $@
- else
-- VGAuthService_LINK = $(LINK)
-+ VGAuthService_LINK = $(CXXLINK)
- endif
-
- # Message catalogs.
---- a/vgauth/service/Makefile.in
-+++ b/vgauth/service/Makefile.in
-@@ -322,7 +322,7 @@
- ../lib/libvgauth.la @XERCES_LIBS@ @XMLSECURITY_LIBS@ \
- @SSL_LIBS@ -lxerces-c -lxml-security-c -lssl -lcrypto \
- $(am__append_1)
--@HAVE_ICU_FALSE@VGAuthService_LINK = $(LINK)
-+@HAVE_ICU_FALSE@VGAuthService_LINK = $(CXXLINK)
- @HAVE_ICU_TRUE@VGAuthService_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
- @HAVE_ICU_TRUE@ $(LIBTOOLFLAGS) --mode=link $(CXX) \
- @HAVE_ICU_TRUE@ $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
diff --git a/app-emulation/open-vm-tools/files/network b/app-emulation/open-vm-tools/files/network
deleted file mode 100644
index 3608455a9bc0..000000000000
--- a/app-emulation/open-vm-tools/files/network
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-#
-# net.eth0, net.eth1, network, wicd, NetworkManager
-service="net.eth0"
-
-if ! rc-service -e ${service}
-then
- service="network"
-fi
-
-case "$1" in
- suspend-vm)
- rc-service ${service} stop
- ;;
- resume-vm)
- rc-service ${service} start
- ;;
- *)
- ;;
-esac
-
diff --git a/app-emulation/open-vm-tools/files/open-vm-tools.desktop b/app-emulation/open-vm-tools/files/open-vm-tools.desktop
deleted file mode 100644
index 97d4abf17f80..000000000000
--- a/app-emulation/open-vm-tools/files/open-vm-tools.desktop
+++ /dev/null
@@ -1,6 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=vmware-user-suid-wrapper
-Name=VMware User Agent
-X-KDE-autostart-phase=1
-NoDisplay=true