public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client-bin/
Date: Wed, 27 Dec 2017 23:26:07 +0000 (UTC)	[thread overview]
Message-ID: <1514417113.503b8ac2cadc2b69d0c95866b6f5e52b9c7bfe0b.asturm@gentoo> (raw)

commit:     503b8ac2cadc2b69d0c95866b6f5e52b9c7bfe0b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 20:57:00 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 23:25:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503b8ac2

media-sound/teamspeak-client-bin: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-sound/teamspeak-client-bin/Manifest          |  2 -
 .../teamspeak-client-bin-3.0.19.1.ebuild           | 76 ---------------------
 .../teamspeak-client-bin-3.0.19.4.ebuild           | 78 ----------------------
 3 files changed, 156 deletions(-)

diff --git a/media-sound/teamspeak-client-bin/Manifest b/media-sound/teamspeak-client-bin/Manifest
index 9b42f6c3b93..c1c0ba929b2 100644
--- a/media-sound/teamspeak-client-bin/Manifest
+++ b/media-sound/teamspeak-client-bin/Manifest
@@ -1,4 +1,2 @@
-DIST TeamSpeak3-Client-linux_amd64-3.0.19.1.run 37071678 BLAKE2B c3d63c2efca213d18d4c7ebc4f7ca6122ff34db617adb4ba038502eabaa04b40848bdab16cf4236aba618b524f1223c0146044cc7d8a56fd97ccc41d425066e9 SHA512 6db1f21c104935bfbaf3936f22ad6c8da79d1c69816576651de49d0354fbbf0d744157983ee486a522b89d98e6436550ca3be6153c5dcda1209ad9a00e70d24d
 DIST TeamSpeak3-Client-linux_amd64-3.0.19.4.run 37054436 BLAKE2B 719b39102c0a6d4c932db83c502eae6dece7530c39b16b7c453b8e34a97fb0371a9de84fd12242f5f3920c135aefaed75fd8e0e28bf960a9a0d598d6b1e74e8b SHA512 fca7303a9c75bbab4945c9336c78115b28b3f14b278ffccb8453d7b29eabf1cd7147697bf0042bc625a9108db653468e8f0ebc4b29cf00d48f5438c919efa8c7
-DIST TeamSpeak3-Client-linux_x86-3.0.19.1.run 36646880 BLAKE2B 5c43f846a8863530058399292816bd144e7b776d5834bf56b581c17a1cba637ec42a6b1a9c2da210bdc684b47fb05b4a1c853ea971b967a93fb0945494068e66 SHA512 c8b9a3426ab0516ab0c63d72f63d03016e5abe4f03eae112d93fdb813d49c0170de6e8951acaec20a4f64c25cafc6a64f0c3122cba88553daa4aedcb49b4aaac
 DIST TeamSpeak3-Client-linux_x86-3.0.19.4.run 36627204 BLAKE2B b31ec9a0667057538bc428b4735cfddb041492bce797294af33a483c2b04dd8fb8a65277e5296dec6620189221b37728e088101c4d220ba843806ebec5efcc5f SHA512 ec52a78e5753716ba81602ecd60a2440a08ec4fc777d7d560dd714ae4b80fe7befceb5271c11d2eae46dbc3cbf71f0eca4976a44510bc66a51f5ebe39745d2db

diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.1.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.1.ebuild
deleted file mode 100644
index 73b4f4f71bd..00000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils unpacker
-
-DESCRIPTION="TeamSpeak Client - Voice Communication Software"
-HOMEPAGE="http://www.teamspeak.com/"
-SRC_URI="
-	amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
-	x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )"
-
-LICENSE="teamspeak3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa pulseaudio"
-
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-RDEPEND="
-	dev-libs/quazip[-qt4,qt5]
-	>=dev-qt/qtcore-5.5:5
-	>=dev-qt/qtgui-5.5:5[accessibility]
-	>=dev-qt/qtnetwork-5.5:5
-	>=dev-qt/qtsql-5.5:5[sqlite]
-	>=dev-qt/qtwidgets-5.5:5
-	sys-libs/glibc
-	sys-libs/zlib
-	alsa? ( media-libs/alsa-lib )
-	pulseaudio? ( media-sound/pulseaudio )"
-
-RESTRICT="mirror strip"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
-	elog "Please download ${A}"
-	elog "from ${HOMEPAGE}?page=downloads and place this"
-	elog "file in ${DISTDIR}"
-}
-
-src_prepare() {
-	# Remove the qt-libraries as they just cause trouble with the system's Qt, see bug #328807.
-	rm libQt* || die "Couldn't remove bundled Qt libraries."
-
-	rm -r platforms sqldrivers qt.conf || die "Couldn't remove bundle Qt files."
-
-	# Remove unwanted soundbackends.
-	if ! use alsa ; then
-		rm soundbackends/libalsa* || die
-	fi
-
-	if ! use pulseaudio ; then
-		rm soundbackends/libpulseaudio* || die
-	fi
-
-	# Remove quazip
-	rm libquazip.so || die
-
-	# Rename the tsclient to its shorter version, required by the teamspeak3 script we install.
-	mv ts3client_linux_* ts3client || die "Couldn't rename ts3client to its shorter version."
-}
-
-src_install() {
-	insinto /opt/teamspeak3-client
-	doins -r *
-
-	fperms +x /opt/teamspeak3-client/ts3client
-
-	dobin "${FILESDIR}/teamspeak3"
-
-	make_desktop_entry teamspeak3 TeamSpeak3 \
-		"/opt/teamspeak3-client/pluginsdk/docs/client_html/images/logo.png" \
-		Network
-}

diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4.ebuild
deleted file mode 100644
index e49f55c3e3a..00000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.19.4.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils unpacker
-
-DESCRIPTION="TeamSpeak Client - Voice Communication Software"
-HOMEPAGE="http://www.teamspeak.com/"
-SRC_URI="
-	amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
-	x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )"
-
-LICENSE="teamspeak3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa pulseaudio"
-
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-RDEPEND="
-	dev-libs/quazip[-qt4,qt5]
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5[accessibility]
-	dev-qt/qtnetwork:5
-	dev-qt/qtsql:5[sqlite]
-	dev-qt/qtwidgets:5
-	sys-libs/glibc
-	sys-libs/zlib
-	alsa? ( media-libs/alsa-lib )
-	pulseaudio? ( media-sound/pulseaudio )"
-
-RESTRICT="mirror strip"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
-	elog "Please download ${A}"
-	elog "from ${HOMEPAGE}?page=downloads and place this"
-	elog "file in ${DISTDIR}"
-}
-
-src_prepare() {
-	default
-
-	# Remove the qt-libraries as they just cause trouble with the system's Qt, see bug #328807.
-	rm libQt* || die "Couldn't remove bundled Qt libraries."
-
-	rm -r platforms sqldrivers qt.conf || die "Couldn't remove bundle Qt files."
-
-	# Remove unwanted soundbackends.
-	if ! use alsa ; then
-		rm soundbackends/libalsa* || die
-	fi
-
-	if ! use pulseaudio ; then
-		rm soundbackends/libpulseaudio* || die
-	fi
-
-	# Remove quazip
-	rm libquazip.so || die
-
-	# Rename the tsclient to its shorter version, required by the teamspeak3 script we install.
-	mv ts3client_linux_* ts3client || die "Couldn't rename ts3client to its shorter version."
-}
-
-src_install() {
-	insinto /opt/teamspeak3-client
-	doins -r *
-
-	fperms +x /opt/teamspeak3-client/ts3client
-
-	dobin "${FILESDIR}/teamspeak3"
-
-	make_desktop_entry teamspeak3 TeamSpeak3 \
-		"/opt/teamspeak3-client/pluginsdk/docs/client_html/images/logo.png" \
-		Network
-}


             reply	other threads:[~2017-12-27 23:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-27 23:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-21  5:55 [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client-bin/ Georgy Yakovlev
2018-05-11 17:39 Michał Górny
2018-05-11 17:39 Michał Górny
2017-12-27 23:26 Andreas Sturmlechner
2017-12-27 23:26 Andreas Sturmlechner
2016-12-22 15:27 Michael Palimaka
2016-06-26 10:14 Patrice Clement
2016-01-16  6:12 Michael Palimaka
2016-01-01  1:15 Ian Delaney
2016-01-01  0:07 Ian Delaney
2015-09-06  8:00 Ian Delaney
2015-09-06  2:13 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514417113.503b8ac2cadc2b69d0c95866b6f5e52b9c7bfe0b.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox