Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/files/
Date: Sun, 13 Aug 2017 11:31:49
Message-Id: 1502623718.c290a927cecb8f33c0236e3808bc05675f510daa.soap@gentoo
1 commit: c290a927cecb8f33c0236e3808bc05675f510daa
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 11 14:51:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 11:28:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c290a927
7
8 app-emulation/open-vm-tools: remove unused patch/files
9
10 Closes: https://github.com/gentoo/gentoo/pull/5390
11
12 .../open-vm-tools/files/9.10.0-vgauth.patch | 22 ----------------------
13 app-emulation/open-vm-tools/files/network | 22 ----------------------
14 .../open-vm-tools/files/open-vm-tools.desktop | 6 ------
15 3 files changed, 50 deletions(-)
16
17 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
18 deleted file mode 100644
19 index aa8d1e3e353..00000000000
20 --- a/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 ---- a/vgauth/service/Makefile.am
24 -+++ b/vgauth/service/Makefile.am
25 -@@ -78,7 +78,7 @@
26 - $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
27 - $(LDFLAGS) -o $@
28 - else
29 -- VGAuthService_LINK = $(LINK)
30 -+ VGAuthService_LINK = $(CXXLINK)
31 - endif
32 -
33 - # Message catalogs.
34 ---- a/vgauth/service/Makefile.in
35 -+++ b/vgauth/service/Makefile.in
36 -@@ -322,7 +322,7 @@
37 - ../lib/libvgauth.la @XERCES_LIBS@ @XMLSECURITY_LIBS@ \
38 - @SSL_LIBS@ -lxerces-c -lxml-security-c -lssl -lcrypto \
39 - $(am__append_1)
40 --@HAVE_ICU_FALSE@VGAuthService_LINK = $(LINK)
41 -+@HAVE_ICU_FALSE@VGAuthService_LINK = $(CXXLINK)
42 - @HAVE_ICU_TRUE@VGAuthService_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
43 - @HAVE_ICU_TRUE@ $(LIBTOOLFLAGS) --mode=link $(CXX) \
44 - @HAVE_ICU_TRUE@ $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
45
46 diff --git a/app-emulation/open-vm-tools/files/network b/app-emulation/open-vm-tools/files/network
47 deleted file mode 100644
48 index 3608455a9bc..00000000000
49 --- a/app-emulation/open-vm-tools/files/network
50 +++ /dev/null
51 @@ -1,22 +0,0 @@
52 -#!/bin/sh
53 -
54 -#
55 -# net.eth0, net.eth1, network, wicd, NetworkManager
56 -service="net.eth0"
57 -
58 -if ! rc-service -e ${service}
59 -then
60 - service="network"
61 -fi
62 -
63 -case "$1" in
64 - suspend-vm)
65 - rc-service ${service} stop
66 - ;;
67 - resume-vm)
68 - rc-service ${service} start
69 - ;;
70 - *)
71 - ;;
72 -esac
73 -
74
75 diff --git a/app-emulation/open-vm-tools/files/open-vm-tools.desktop b/app-emulation/open-vm-tools/files/open-vm-tools.desktop
76 deleted file mode 100644
77 index 97d4abf17f8..00000000000
78 --- a/app-emulation/open-vm-tools/files/open-vm-tools.desktop
79 +++ /dev/null
80 @@ -1,6 +0,0 @@
81 -[Desktop Entry]
82 -Type=Application
83 -Exec=vmware-user-suid-wrapper
84 -Name=VMware User Agent
85 -X-KDE-autostart-phase=1
86 -NoDisplay=true