commit:     c290a927cecb8f33c0236e3808bc05675f510daa
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Fri Aug 11 14:51:03 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 11:28:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c290a927

app-emulation/open-vm-tools: remove unused patch/files

Closes: https://github.com/gentoo/gentoo/pull/5390

 .../open-vm-tools/files/9.10.0-vgauth.patch        | 22 ----------------------
 app-emulation/open-vm-tools/files/network          | 22 ----------------------
 .../open-vm-tools/files/open-vm-tools.desktop      |  6 ------
 3 files changed, 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 aa8d1e3e353..00000000000
--- 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 3608455a9bc..00000000000
--- 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 97d4abf17f8..00000000000
--- 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

Reply via email to