app-emulation/open-vm-tools: remove unused patch/files
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Fri, 11 Aug 2017 14:51:03 +0000 (16:51 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 13 Aug 2017 11:28:38 +0000 (13:28 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5390

app-emulation/open-vm-tools/files/9.10.0-vgauth.patch [deleted file]
app-emulation/open-vm-tools/files/network [deleted file]
app-emulation/open-vm-tools/files/open-vm-tools.desktop [deleted file]

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 (file)
index aa8d1e3..0000000
+++ /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 (file)
index 3608455..0000000
+++ /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 (file)
index 97d4abf..0000000
+++ /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