Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/
Date: Sun, 23 Sep 2018 07:53:15
Message-Id: 1537689025.5bead7d561320dcb0a86d478a123a73a46a199df.mgorny@gentoo
1 commit: 5bead7d561320dcb0a86d478a123a73a46a199df
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Sep 22 19:46:15 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 07:50:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bead7d5
7
8 media-sound/teamspeak-client: drop old version
9
10 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/9900
14
15 media-sound/teamspeak-client/Manifest | 2 -
16 .../teamspeak-client/teamspeak-client-3.2.1.ebuild | 91 ----------------------
17 2 files changed, 93 deletions(-)
18
19 diff --git a/media-sound/teamspeak-client/Manifest b/media-sound/teamspeak-client/Manifest
20 index 81cfe044463..bc6c8114a78 100644
21 --- a/media-sound/teamspeak-client/Manifest
22 +++ b/media-sound/teamspeak-client/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST TeamSpeak3-Client-linux_amd64-3.2.1.run 76215644 BLAKE2B 81e3aa54f88182ff79113d994a2ef4d9e6d3ba38078879a19f21bca6637cf1d2f7bf7cf66a15edf957bc25413760f67d343db7fbbb8aa678e1aa55e8ae48d75c SHA512 b77d77daf8806bd48580abcc4721a6dbe5e30f55ed0ececc57215405d6607c3457d7ab628d4cb607d78c6f206f7093745842692176ca199bd95578f8b6fa81a8
25 DIST TeamSpeak3-Client-linux_amd64-3.2.2.run 76227220 BLAKE2B 86a50064e01a496dd68559a3fa92003bf674cb59e714a45e6d12b2e6c2b33988b6ee7b76f474b35f1c08ae17fe430e8882c271e1751381df74c4dd5f7d552c42 SHA512 3edc003d721494e914fa74ae3d2666c795c5beb7feae7cc3b379d06447acb3e0941d9c5e2495e8bec8c1c1f5e25b5b31767ea214d198b2e320fc6a7925fdc541
26 -DIST TeamSpeak3-Client-linux_x86-3.2.1.run 75958520 BLAKE2B 2cdc92e740c3951d434f9545da670892b5f16c27fcf1c20b5fb9feb0d2bdbebabda08f2c8216b12a02a4248e685a006ef8f711ec7eb9f27e18550dc8f0e5422b SHA512 761210985b0c2f6674ae7da5bceb57783f7bba0827799fd291e951716ac7490aa3ee88d4030b985b67d5397353b459bceef42e6b41467513440ffeeaaa265d54
27 DIST TeamSpeak3-Client-linux_x86-3.2.2.run 75976893 BLAKE2B 0d0396f2fdd0d61c5e1fc1daec9978e6f4ebb82511b80c97bbc86d97bcbf3237e17064666212d8ba2650dc173cef8774acc38027241247c233c14e41ed697807 SHA512 3ca1a8602a9df3ee7669d3f226a44354a92ef5b3f52b720ac7a91dbd50331c609a46a1ae83d39c82dea8f6fc0a5f32245525ab601f7fd329521478ef29909027
28
29 diff --git a/media-sound/teamspeak-client/teamspeak-client-3.2.1.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.2.1.ebuild
30 deleted file mode 100644
31 index f3e33c77110..00000000000
32 --- a/media-sound/teamspeak-client/teamspeak-client-3.2.1.ebuild
33 +++ /dev/null
34 @@ -1,91 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit desktop unpacker xdg-utils
41 -
42 -MY_PV="${PV/_/-}"
43 -
44 -DESCRIPTION="A client software for quality voice communication via the internet"
45 -HOMEPAGE="https://www.teamspeak.com/"
46 -SRC_URI="amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run )
47 - x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run )"
48 -
49 -KEYWORDS="-* ~amd64 ~x86"
50 -LICENSE="teamspeak3"
51 -SLOT="0"
52 -IUSE="alsa pulseaudio"
53 -REQUIRED_USE="|| ( alsa pulseaudio )"
54 -
55 -RDEPEND="app-arch/snappy:=
56 - <dev-libs/openssl-1.1:0=
57 - dev-libs/quazip
58 - dev-qt/qtcore:5
59 - dev-qt/qtgui:5[accessibility,dbus,xcb]
60 - dev-qt/qtnetwork:5
61 - dev-qt/qtsql:5[sqlite]
62 - dev-qt/qtsvg:5
63 - dev-qt/qtwebchannel:5
64 - dev-qt/qtwebengine:5[geolocation,widgets]
65 - dev-qt/qtwidgets:5
66 - net-libs/libsrtp:=
67 - sys-libs/libcxx[libcxxabi]
68 - sys-libs/zlib:=
69 - virtual/udev
70 - alsa? ( media-libs/alsa-lib )
71 - pulseaudio? ( media-sound/pulseaudio )"
72 -
73 -RESTRICT="mirror strip"
74 -
75 -S="${WORKDIR}"
76 -
77 -QA_PREBUILT="opt/teamspeak3-client/error_report
78 - opt/teamspeak3-client/package_inst
79 - opt/teamspeak3-client/soundbackends/libalsa_linux_*.so
80 - opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so
81 - opt/teamspeak3-client/ts3client
82 - opt/teamspeak3-client/update"
83 -
84 -src_prepare() {
85 - default
86 -
87 - if ! use alsa; then
88 - rm -f soundbackends/libalsa_linux_*.so || die
89 - fi
90 - if ! use pulseaudio ; then
91 - rm -f soundbackends/libpulseaudio_linux_*.so || die
92 - fi
93 -
94 - mv ts3client_linux_* ts3client || die
95 -}
96 -
97 -src_install() {
98 - exeinto /opt/teamspeak3-client
99 - doexe error_report package_inst ts3client "${FILESDIR}"/ts3client-bin update
100 -
101 - exeinto /opt/teamspeak3-client/soundbackends
102 - doexe soundbackends/*.so
103 -
104 - insinto /opt/teamspeak3-client
105 - doins -r gfx html resources sound styles translations
106 -
107 - dosym ../../usr/$(get_libdir)/qt5/libexec/QtWebEngineProcess /opt/teamspeak3-client/QtWebEngineProcess
108 -
109 - dodir /opt/bin
110 - dosym ../teamspeak3-client/ts3client-bin /opt/bin/ts3client
111 -
112 - make_desktop_entry /opt/bin/ts3client "Teamspeak 3 Client" /opt/teamspeak3-client/styles/default/logo-128x128.png "Audio;AudioVideo;Network"
113 -
114 - einstalldocs
115 -}
116 -
117 -pkg_postinst() {
118 - xdg_desktop_database_update
119 - xdg_mimeinfo_database_update
120 -}
121 -
122 -pkg_postrm() {
123 - xdg_desktop_database_update
124 - xdg_mimeinfo_database_update
125 -}