Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client-bin/files/, media-sound/teamspeak-client-bin/
Date: Fri, 04 May 2018 14:53:39
Message-Id: 1525445579.163961d9a2480aab02f5c4c7bb6778e9a0376a34.whissi@gentoo
1 commit: 163961d9a2480aab02f5c4c7bb6778e9a0376a34
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Fri May 4 09:06:40 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 14:52:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163961d9
7
8 media-sound/teamspeak-client-bin: Drop old version
9
10 Closes: https://github.com/gentoo/gentoo/pull/8252
11 Bug: https://bugs.gentoo.org/606934
12 Package-Manager: Portage-2.3.33, Repoman-2.3.9
13
14 media-sound/teamspeak-client-bin/Manifest | 2 -
15 media-sound/teamspeak-client-bin/files/teamspeak3 | 10 ---
16 .../teamspeak-client-bin-3.0.19.4-r1.ebuild | 78 ----------------------
17 3 files changed, 90 deletions(-)
18
19 diff --git a/media-sound/teamspeak-client-bin/Manifest b/media-sound/teamspeak-client-bin/Manifest
20 index 14264fe2616..4f9c645c758 100644
21 --- a/media-sound/teamspeak-client-bin/Manifest
22 +++ b/media-sound/teamspeak-client-bin/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST TeamSpeak3-Client-linux_amd64-3.0.19.4.run 37054436 BLAKE2B 719b39102c0a6d4c932db83c502eae6dece7530c39b16b7c453b8e34a97fb0371a9de84fd12242f5f3920c135aefaed75fd8e0e28bf960a9a0d598d6b1e74e8b SHA512 fca7303a9c75bbab4945c9336c78115b28b3f14b278ffccb8453d7b29eabf1cd7147697bf0042bc625a9108db653468e8f0ebc4b29cf00d48f5438c919efa8c7
25 DIST TeamSpeak3-Client-linux_amd64-3.1.8.run 76052606 BLAKE2B 7d69c964b4d5adf2fd566fb6a0245e80cf93ca8f6a281ba41162fa87e23e9b072c4a2f73f7ffc7cf6d8050dc98bb62f1d735c7a9d04ea023e7834db320af04df SHA512 a3bb7ec87995ef61de3b010c3c125b6f1c05fc456966e7ac95b872a97cebcd2235204cd3d0bb9f9d32f66ae3b773467075f8e48650553541771b4216fbc5db89
26 -DIST TeamSpeak3-Client-linux_x86-3.0.19.4.run 36627204 BLAKE2B b31ec9a0667057538bc428b4735cfddb041492bce797294af33a483c2b04dd8fb8a65277e5296dec6620189221b37728e088101c4d220ba843806ebec5efcc5f SHA512 ec52a78e5753716ba81602ecd60a2440a08ec4fc777d7d560dd714ae4b80fe7befceb5271c11d2eae46dbc3cbf71f0eca4976a44510bc66a51f5ebe39745d2db
27 DIST TeamSpeak3-Client-linux_x86-3.1.8.run 75780927 BLAKE2B 1de77d23de56bf9530ae2eb124c4b6f1466a48d567ed0d37eaedbf26f7eb84cdb0822f92db9c0665d094b82022b436ec9f2f01ebcd92f3f604af16a8db2b0fc9 SHA512 b6fa5a9bc48cc71834b12b39f8746085419359875d00a07c238938e00c7bd837e6eb0da756c09593536a7036f5b2bc2ac43eb3c6a33bf5e797c38ff93bb5a7b8
28
29 diff --git a/media-sound/teamspeak-client-bin/files/teamspeak3 b/media-sound/teamspeak-client-bin/files/teamspeak3
30 deleted file mode 100644
31 index d598f01dfcf..00000000000
32 --- a/media-sound/teamspeak-client-bin/files/teamspeak3
33 +++ /dev/null
34 @@ -1,10 +0,0 @@
35 -#! /bin/sh
36 -
37 -BASEDIR="/opt/teamspeak3-client"
38 -
39 -export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
40 -
41 -# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
42 -cd "${BASEDIR}"
43 -
44 -exec "${BASEDIR}/ts3client" "$@"
45
46 diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild
47 deleted file mode 100644
48 index 9a0493fb0ba..00000000000
49 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4-r1.ebuild
50 +++ /dev/null
51 @@ -1,78 +0,0 @@
52 -# Copyright 1999-2017 Gentoo Foundation
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=6
56 -
57 -inherit desktop unpacker
58 -
59 -DESCRIPTION="TeamSpeak Client - Voice Communication Software"
60 -HOMEPAGE="https://www.teamspeak.com/"
61 -SRC_URI="
62 - amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
63 - x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )"
64 -
65 -LICENSE="teamspeak3"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -IUSE="alsa pulseaudio"
69 -
70 -REQUIRED_USE="|| ( alsa pulseaudio )"
71 -
72 -RDEPEND="
73 - >=dev-libs/quazip-0.7.3[-qt4(-),qt5(+)]
74 - dev-qt/qtcore:5
75 - dev-qt/qtgui:5[accessibility]
76 - dev-qt/qtnetwork:5
77 - dev-qt/qtsql:5[sqlite]
78 - dev-qt/qtwidgets:5
79 - sys-libs/glibc
80 - sys-libs/zlib
81 - alsa? ( media-libs/alsa-lib )
82 - pulseaudio? ( media-sound/pulseaudio )"
83 -
84 -RESTRICT="mirror strip"
85 -
86 -S="${WORKDIR}"
87 -
88 -pkg_nofetch() {
89 - elog "Please download ${A}"
90 - elog "from ${HOMEPAGE}?page=downloads and place this"
91 - elog "file in ${DISTDIR}"
92 -}
93 -
94 -src_prepare() {
95 - default
96 -
97 - # Remove the qt-libraries as they just cause trouble with the system's Qt, see bug #328807.
98 - rm libQt* || die "Couldn't remove bundled Qt libraries."
99 -
100 - rm -r platforms sqldrivers qt.conf || die "Couldn't remove bundle Qt files."
101 -
102 - # Remove unwanted soundbackends.
103 - if ! use alsa ; then
104 - rm soundbackends/libalsa* || die
105 - fi
106 -
107 - if ! use pulseaudio ; then
108 - rm soundbackends/libpulseaudio* || die
109 - fi
110 -
111 - # Remove quazip
112 - rm libquazip.so || die
113 -
114 - # Rename the tsclient to its shorter version, required by the teamspeak3 script we install.
115 - mv ts3client_linux_* ts3client || die "Couldn't rename ts3client to its shorter version."
116 -}
117 -
118 -src_install() {
119 - insinto /opt/teamspeak3-client
120 - doins -r *
121 -
122 - fperms +x /opt/teamspeak3-client/ts3client
123 -
124 - dobin "${FILESDIR}/teamspeak3"
125 -
126 - make_desktop_entry teamspeak3 TeamSpeak3 \
127 - "/opt/teamspeak3-client/pluginsdk/docs/client_html/images/logo.png" \
128 - Network
129 -}