From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24C4D15806E for ; Wed, 24 May 2023 22:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F16AE07F9; Wed, 24 May 2023 22:12:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E65AAE07F9 for ; Wed, 24 May 2023 22:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E51DC340CC4 for ; Wed, 24 May 2023 22:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2CDA79 for ; Wed, 24 May 2023 22:12:36 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1684966342.f95e39d3b1de2f1eec39a0d9baf733feefefb50d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/teamspeak-client/teamspeak-client-3.5.6-r7.ebuild X-VCS-Directories: media-sound/teamspeak-client/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f95e39d3b1de2f1eec39a0d9baf733feefefb50d X-VCS-Branch: master Date: Wed, 24 May 2023 22:12:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a264c96c-dc1e-4f8b-9543-7f102689745b X-Archives-Hash: 3cebb4eddf378f4dde4472a751952c52 commit: f95e39d3b1de2f1eec39a0d9baf733feefefb50d Author: Conrad Kostecki gentoo org> AuthorDate: Wed May 24 21:47:37 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed May 24 22:12:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95e39d3 media-sound/teamspeak-client: drop 3.5.6-r7 Signed-off-by: Conrad Kostecki gentoo.org> .../teamspeak-client-3.5.6-r7.ebuild | 116 --------------------- 1 file changed, 116 deletions(-) diff --git a/media-sound/teamspeak-client/teamspeak-client-3.5.6-r7.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.5.6-r7.ebuild deleted file mode 100644 index 5592ce1f6292..000000000000 --- a/media-sound/teamspeak-client/teamspeak-client-3.5.6-r7.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PV="${PV/_/-}" - -inherit desktop toolchain-funcs unpacker xdg-utils - -DESCRIPTION="A client software for quality voice communication via the internet" -HOMEPAGE="https://www.teamspeak.com/" -SRC_URI=" - amd64? ( https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run ) - x86? ( https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run ) -" -S="${WORKDIR}" - -LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )" -SLOT="3" -KEYWORDS="-* amd64 ~x86" -IUSE="+alsa pulseaudio system-libcxx" - -REQUIRED_USE="|| ( alsa pulseaudio )" -RESTRICT="bindist mirror" - -BDEPEND=">=dev-util/patchelf-0.10" -RDEPEND=" - app-arch/snappy:0/1 - dev-libs/openssl:0 - dev-libs/quazip:0/1[qt5(+)] - dev-qt/qtcore:5 - dev-qt/qtgui:5[accessibility,dbus,X(-)] - dev-qt/qtnetwork:5 - dev-qt/qtsql:5[sqlite] - dev-qt/qtsvg:5 - dev-qt/qtwebchannel:5 - dev-qt/qtwebengine:5[geolocation(+),widgets] - dev-qt/qtwebsockets:5 - dev-qt/qtwidgets:5 - net-libs/libsrtp:0 - sys-libs/zlib:0/1 - virtual/udev - alsa? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio ) - system-libcxx? ( sys-libs/libcxx[libcxxabi] ) -" - -QA_PREBUILT=" - opt/teamspeak3-client/libc++.so.1 - opt/teamspeak3-client/libc++abi.so.1 - opt/teamspeak3-client/error_report - opt/teamspeak3-client/package_inst - opt/teamspeak3-client/soundbackends/libalsa_linux_*.so - opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so - opt/teamspeak3-client/ts3client - opt/teamspeak3-client/update -" - -src_prepare() { - default - - if ! use alsa; then - rm soundbackends/libalsa_linux_*.so || die - fi - - if ! use pulseaudio ; then - rm soundbackends/libpulseaudio_linux_*.so || die - fi - - mv ts3client_linux_* ts3client || die - - # Fixes QA Notice: Unresolved soname dependencies. - # Since this is a binary only package, it must be patched. - local quazip_so="libquazip1-qt5.so.1.0.0" - if has_version "