diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-15 16:41:50 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-15 16:41:50 +0000 |
commit | 34a0855173fce6510f80a73a220925bdd8a87e62 (patch) | |
tree | aca3edf3364425f6d20641245459184623170be4 /media-sound/teamspeak-client-bin | |
parent | Add media-sound/teamspeak-client-bin to qt5 package.mask (diff) | |
download | gentoo-2-34a0855173fce6510f80a73a220925bdd8a87e62.tar.gz gentoo-2-34a0855173fce6510f80a73a220925bdd8a87e62.tar.bz2 gentoo-2-34a0855173fce6510f80a73a220925bdd8a87e62.zip |
Proxy commit for Karol Herbst. Add him as proxied maintainer. Version bump. Remove old. Fixes bug #504604.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-sound/teamspeak-client-bin')
-rw-r--r-- | media-sound/teamspeak-client-bin/ChangeLog | 13 | ||||
-rw-r--r-- | media-sound/teamspeak-client-bin/metadata.xml | 5 | ||||
-rw-r--r-- | media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.11.1.ebuild | 58 | ||||
-rw-r--r-- | media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.12.ebuild | 58 | ||||
-rw-r--r-- | media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.16.ebuild (renamed from media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.13.ebuild) | 15 |
5 files changed, 24 insertions, 125 deletions
diff --git a/media-sound/teamspeak-client-bin/ChangeLog b/media-sound/teamspeak-client-bin/ChangeLog index de6c48099a9e..7e597a1dbfcd 100644 --- a/media-sound/teamspeak-client-bin/ChangeLog +++ b/media-sound/teamspeak-client-bin/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for media-sound/teamspeak-client-bin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.37 2014/11/14 01:39:45 tomwij Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.38 2015/01/15 16:41:50 mrueg Exp $ + +*teamspeak-client-bin-3.0.16 (15 Jan 2015) + + 15 Jan 2015; Manuel Rüger <mrueg@gentoo.org> + +teamspeak-client-bin-3.0.16.ebuild, -teamspeak-client-bin-3.0.11.1.ebuild, + -teamspeak-client-bin-3.0.12.ebuild, -teamspeak-client-bin-3.0.13.ebuild, + metadata.xml: + Proxy commit for Karol Herbst. Add him as proxied maintainer. Version bump. + Remove old. Fixes bug #504604. 14 Nov 2014; Tom Wijsman <TomWij@gentoo.org> metadata.xml: Maintainer needed. diff --git a/media-sound/teamspeak-client-bin/metadata.xml b/media-sound/teamspeak-client-bin/metadata.xml index 972eb5026da0..2302bbaf42a4 100644 --- a/media-sound/teamspeak-client-bin/metadata.xml +++ b/media-sound/teamspeak-client-bin/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <herd>proxy-maintainers</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>gentoo@karolherbst.de</email> + <name>Karol Herbst</name> + <description>Proxy-Maintainer. Assign bugs to him</description> </maintainer> <longdescription>TeamSpeak Client (Voice Communication Software)</longdescription> </pkgmetadata> 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 deleted file mode 100644 index 3d6af7c55aea..000000000000 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.11.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.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.12.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.12.ebuild deleted file mode 100644 index 7373d9a0f942..000000000000 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.12.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.12.ebuild,v 1.1 2013/09/21 11:53:37 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.13.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.16.ebuild index 9246292bc9ff..50af0be86416 100644 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.13.ebuild +++ b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 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.13.ebuild,v 1.1 2013/10/12 12:35:30 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.16.ebuild,v 1.1 2015/01/15 16:41:50 mrueg Exp $ EAPI="5" @@ -20,12 +20,14 @@ REQUIRED_USE="|| ( alsa pulseaudio )" 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 +RDEPEND=" + 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 )" @@ -44,6 +46,7 @@ pkg_nofetch() { 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 accessible platforms sqldrivers qt.conf || die "Couldn't remove bundle Qt files." # Remove unwanted soundbackends. if ! use alsa ; then |