From c39dee0cdba0c99c947caeaf86f64dc574fb160a Mon Sep 17 00:00:00 2001 From: Tom Wijsman Date: Wed, 7 Aug 2013 20:25:49 +0000 Subject: Version bump to 3.0.11.1. Removed old. (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D) --- media-sound/teamspeak-client-bin/ChangeLog | 9 +++- .../teamspeak-client-bin-3.0.10.1.ebuild | 58 ---------------------- .../teamspeak-client-bin-3.0.10.ebuild | 55 -------------------- .../teamspeak-client-bin-3.0.11.1.ebuild | 58 ++++++++++++++++++++++ .../teamspeak-client-bin-3.0.9.2.ebuild | 55 -------------------- 5 files changed, 66 insertions(+), 169 deletions(-) delete mode 100644 media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.1.ebuild delete mode 100644 media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.ebuild create mode 100644 media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.11.1.ebuild delete mode 100644 media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.9.2.ebuild (limited to 'media-sound/teamspeak-client-bin') diff --git a/media-sound/teamspeak-client-bin/ChangeLog b/media-sound/teamspeak-client-bin/ChangeLog index d59ae8127e6e..dd5aec7a91b8 100644 --- a/media-sound/teamspeak-client-bin/ChangeLog +++ b/media-sound/teamspeak-client-bin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/teamspeak-client-bin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.31 2013/04/15 12:54:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.32 2013/08/07 20:25:49 tomwij Exp $ + +*teamspeak-client-bin-3.0.11.1 (07 Aug 2013) + + 07 Aug 2013; Tom Wijsman + +teamspeak-client-bin-3.0.11.1.ebuild, -teamspeak-client-bin-3.0.10.1.ebuild, + -teamspeak-client-bin-3.0.10.ebuild, -teamspeak-client-bin-3.0.9.2.ebuild: + Version bump to 3.0.11.1. Removed old. 15 Apr 2013; Tom Wijsman teamspeak-client-bin-3.0.10.1.ebuild, teamspeak-client-bin-3.0.10.ebuild, diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.1.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.1.ebuild deleted file mode 100644 index c5b38b421190..000000000000 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.1.ebuild,v 1.2 2013/04/15 12:54:05 tomwij Exp $ - -EAPI=5 - -inherit eutils unpacker - -DESCRIPTION="TeamSpeak Client - Voice Communication Software" -HOMEPAGE="http://www.teamspeak.com/" -LICENSE="teamspeak3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="fetch mirror strip" - -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 )" - -RDEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4[accessibility,xinerama] - dev-qt/qtsql:4 - sys-libs/glibc - sys-libs/zlib" - -S="${WORKDIR}" - -pkg_nofetch() { - if use amd64 ; then - einfo "Please download TeamSpeak3-Client-linux_amd64-${PV/_/-}.run" - elif use x86 ; then - einfo "Please download TeamSpeak3-Client-linux_x86-${PV/_/-}.run" - fi - einfo "from ${HOMEPAGE}?page=downloads and place this" - einfo "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." - - # 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() { - dodir /opt/teamspeak3-client - insinto /opt/teamspeak3-client - doins -r * - - fperms +x /opt/teamspeak3-client/ts3client - - exeinto /usr/bin - doexe "${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.10.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.ebuild deleted file mode 100644 index 1c164520c8a8..000000000000 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.ebuild,v 1.2 2013/04/15 12:54:05 tomwij Exp $ - -EAPI=5 - -inherit eutils unpacker - -DESCRIPTION="TeamSpeak Client - Voice Communication Software" -HOMEPAGE="http://www.teamspeak.com/" -LICENSE="teamspeak3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="fetch mirror strip" - -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 )" - -RDEPEND="dev-qt/qtgui:4[accessibility,xinerama] - dev-qt/qtsql:4" - -S="${WORKDIR}" - -pkg_nofetch() { - if use amd64 ; then - einfo "Please download TeamSpeak3-Client-linux_amd64-${PV/_/-}.run" - elif use x86 ; then - einfo "Please download TeamSpeak3-Client-linux_x86-${PV/_/-}.run" - fi - einfo "from ${HOMEPAGE}?page=downloads and place this" - einfo "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." - - # 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() { - dodir /opt/teamspeak3-client - insinto /opt/teamspeak3-client - doins -r * - - fperms +x /opt/teamspeak3-client/ts3client - - exeinto /usr/bin - doexe "${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.11.1.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.11.1.ebuild new file mode 100644 index 000000000000..3d6af7c55aea --- /dev/null +++ b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.11.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.11.1.ebuild,v 1.1 2013/08/07 20:25:49 tomwij Exp $ + +EAPI=5 + +inherit eutils unpacker + +DESCRIPTION="TeamSpeak Client - Voice Communication Software" +HOMEPAGE="http://www.teamspeak.com/" +LICENSE="teamspeak3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="fetch mirror strip" + +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 )" + +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4[accessibility,xinerama] + dev-qt/qtsql:4 + sys-libs/glibc + sys-libs/zlib" + +S="${WORKDIR}" + +pkg_nofetch() { + if use amd64 ; then + einfo "Please download TeamSpeak3-Client-linux_amd64-${PV/_/-}.run" + elif use x86 ; then + einfo "Please download TeamSpeak3-Client-linux_x86-${PV/_/-}.run" + fi + einfo "from ${HOMEPAGE}?page=downloads and place this" + einfo "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." + + # 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() { + dodir /opt/teamspeak3-client + insinto /opt/teamspeak3-client + doins -r * + + fperms +x /opt/teamspeak3-client/ts3client + + exeinto /usr/bin + doexe "${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.9.2.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.9.2.ebuild deleted file mode 100644 index 065e6aea8fab..000000000000 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.9.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.9.2.ebuild,v 1.5 2013/04/15 12:54:05 tomwij Exp $ - -EAPI=5 - -inherit eutils unpacker - -DESCRIPTION="TeamSpeak Client - Voice Communication Software" -HOMEPAGE="http://www.teamspeak.com/" -LICENSE="teamspeak3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="fetch mirror strip" - -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 )" - -RDEPEND="dev-qt/qtgui:4[accessibility,xinerama] - dev-qt/qtsql:4" - -S="${WORKDIR}" - -pkg_nofetch() { - if use amd64 ; then - einfo "Please download TeamSpeak3-Client-linux_amd64-${PV/_/-}.run" - elif use x86 ; then - einfo "Please download TeamSpeak3-Client-linux_x86-${PV/_/-}.run" - fi - einfo "from ${HOMEPAGE}?page=downloads and place this" - einfo "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." - - # 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() { - dodir /opt/teamspeak3-client - insinto /opt/teamspeak3-client - doins -r * - - fperms +x /opt/teamspeak3-client/ts3client - - exeinto /usr/bin - doexe "${FILESDIR}/teamspeak3" - - make_desktop_entry teamspeak3 TeamSpeak3 \ - "/opt/teamspeak3-client/pluginsdk/docs/client_html/images/logo.png" \ - Network -} -- cgit v1.2.3-65-gdbad