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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CBFB138334 for ; Thu, 21 Feb 2019 22:31:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3988E085D; Thu, 21 Feb 2019 22:31:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9E67E085D for ; Thu, 21 Feb 2019 22:31:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6686335D8D for ; Thu, 21 Feb 2019 22:31:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E90654D for ; Thu, 21 Feb 2019 22:31:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550788277.ff56c95853f4db266af987bc0885a1a49737cfee.asturm@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.2.3-r1.ebuild X-VCS-Directories: media-sound/teamspeak-client/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff56c95853f4db266af987bc0885a1a49737cfee X-VCS-Branch: master Date: Thu, 21 Feb 2019 22:31:37 +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: 6f0c5b93-a931-47a6-85bf-d8ace86648e0 X-Archives-Hash: 33cd691068a0fc7f0b4cc9ceb56d4e96 commit: ff56c95853f4db266af987bc0885a1a49737cfee Author: Conrad Kostecki kostecki com> AuthorDate: Thu Feb 21 14:31:30 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 21 22:31:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff56c958 media-sound/teamspeak-client: add blocker against qt-5.12 Current version of the teamspeak-client is not compatible with Qt 5.12. Bug: https://bugs.gentoo.org/675874 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Conrad Kostecki kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/11110 Signed-off-by: Andreas Sturmlechner gentoo.org> .../teamspeak-client-3.2.3-r1.ebuild | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/media-sound/teamspeak-client/teamspeak-client-3.2.3-r1.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.2.3-r1.ebuild new file mode 100644 index 00000000000..eceaeb9cac4 --- /dev/null +++ b/media-sound/teamspeak-client/teamspeak-client-3.2.3-r1.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop unpacker xdg-utils + +MY_PV="${PV/_/-}" + +DESCRIPTION="A client software for quality voice communication via the internet" +HOMEPAGE="https://www.teamspeak.com/" +SRC_URI="amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run ) + x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run )" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="teamspeak3" +SLOT="0" +IUSE="alsa pulseaudio" +REQUIRED_USE="|| ( alsa pulseaudio )" + +RDEPEND=" + app-arch/snappy:0/1 + =dev-libs/openssl-1.0*:* + dev-libs/quazip +