diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-02-13 22:30:36 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-02-13 22:30:36 +0000 |
commit | 7c2dedb01c523845ad7a8ce3940d9060bff331ba (patch) | |
tree | 085130f3490b4746a715055528157763d5850d0e /media-sound/teamspeak-client-bin | |
parent | dev-util/nvidia-cuda-toolkit: Fix various typos and logic errors, #456950 & #... (diff) | |
download | gentoo-2-7c2dedb01c523845ad7a8ce3940d9060bff331ba.tar.gz gentoo-2-7c2dedb01c523845ad7a8ce3940d9060bff331ba.tar.bz2 gentoo-2-7c2dedb01c523845ad7a8ce3940d9060bff331ba.zip |
Removed old 3.0.6 ebuild. Made the desktop entry use a better logo as its icon. Thanks to Mikkl for reporting, fixes bug #457152.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-sound/teamspeak-client-bin')
3 files changed, 8 insertions, 50 deletions
diff --git a/media-sound/teamspeak-client-bin/ChangeLog b/media-sound/teamspeak-client-bin/ChangeLog index f610949f3929..7665d810a9d5 100644 --- a/media-sound/teamspeak-client-bin/ChangeLog +++ b/media-sound/teamspeak-client-bin/ChangeLog @@ -1,6 +1,11 @@ # 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.26 2013/02/12 03:43:14 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.27 2013/02/13 22:30:36 tomwij Exp $ + + 13 Feb 2013; Tom Wijsman <TomWij@gentoo.org> + -teamspeak-client-bin-3.0.6.ebuild, teamspeak-client-bin-3.0.9.2.ebuild: + Removed old 3.0.6 ebuild. Made the desktop entry use a better logo as its + icon. Thanks to Mikkl for reporting, fixes bug #457152. 12 Feb 2013; Tom Wijsman <TomWij@gentoo.org> teamspeak-client-bin-3.0.9.2.ebuild: diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.6.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.6.ebuild deleted file mode 100644 index 055415aabcb8..000000000000 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 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.6.ebuild,v 1.1 2012/05/09 11:49:45 polynomial-c Exp $ - -EAPI=1 - -inherit eutils unpacker - -DESCRIPTION="TeamSpeak Client - Voice Communication Software" -HOMEPAGE="http://teamspeak.com/" -LICENSE="teamspeak3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="strip" -PROPERTIES="interactive" - -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 ) -" - -DEPEND="" -RDEPEND="${DEPEND} - x11-libs/qt-gui:4 - >=x11-libs/libXinerama-1.0.2" - -src_install() { - local dest="${D}/opt/teamspeak3-client" - - mkdir -p "${dest}" - - # remove the qt-libraries as they just cause trouble with the system's Qt - # see bug #328807 - rm "${WORKDIR}"/libQt* || die - - cp -R "${WORKDIR}/"* "${dest}/" || die - - exeinto /usr/bin - doexe "${FILESDIR}/teamspeak3" - - mv "${dest}/ts3client_linux_"* "${dest}/ts3client" - - make_desktop_entry teamspeak3 TeamSpeak3 \ - "/opt/teamspeak3-client/gfx/default/24x24_connect.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 index f5101dfc7845..c7c0d06981a4 100644 --- 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 @@ -1,6 +1,6 @@ # 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.2 2013/02/12 03:43:14 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.9.2.ebuild,v 1.3 2013/02/13 22:30:36 tomwij Exp $ EAPI=5 @@ -40,6 +40,6 @@ src_install() { doexe "${FILESDIR}/teamspeak3" make_desktop_entry teamspeak3 TeamSpeak3 \ - "/opt/teamspeak3-client/gfx/default/24x24_connect.png" \ + "/opt/teamspeak3-client/pluginsdk/docs/client_html/images/logo.png" \ Network } |