summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-04-15 12:54:05 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-04-15 12:54:05 +0000
commit9c387c79f81c0e7cd6db89c87502344d06713f16 (patch)
treeaea6723f994a8c640089c8dcffd1ade108d889cf /media-sound/teamspeak-client-bin
parentVersion bump to 3.9_rc7 (diff)
downloadgentoo-2-9c387c79f81c0e7cd6db89c87502344d06713f16.tar.gz
gentoo-2-9c387c79f81c0e7cd6db89c87502344d06713f16.tar.bz2
gentoo-2-9c387c79f81c0e7cd6db89c87502344d06713f16.zip
FEATURES="fetch" since we are not allowed to directly link (therefore not directly download) their files without express, written permission; this is stated at the bottom of their Downloads page, let's comply with that.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-sound/teamspeak-client-bin')
-rw-r--r--media-sound/teamspeak-client-bin/ChangeLog9
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.1.ebuild16
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.ebuild16
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.9.2.ebuild16
4 files changed, 47 insertions, 10 deletions
diff --git a/media-sound/teamspeak-client-bin/ChangeLog b/media-sound/teamspeak-client-bin/ChangeLog
index 9eb1ac4c37e3..d59ae8127e6e 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.30 2013/04/12 09:16:13 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.31 2013/04/15 12:54:05 tomwij Exp $
+
+ 15 Apr 2013; Tom Wijsman <TomWij@gentoo.org>
+ teamspeak-client-bin-3.0.10.1.ebuild, teamspeak-client-bin-3.0.10.ebuild,
+ teamspeak-client-bin-3.0.9.2.ebuild:
+ FEATURES="fetch" since we are not allowed to directly link (therefore not
+ directly download) their files without express, written permission; this is
+ stated at the bottom of their Downloads page, let's comply with that.
*teamspeak-client-bin-3.0.10.1 (12 Apr 2013)
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
index 202990189893..c5b38b421190 100644
--- 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
@@ -1,17 +1,17 @@
# 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.1 2013/04/12 09:16:13 tomwij Exp $
+# $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/"
+HOMEPAGE="http://www.teamspeak.com/"
LICENSE="teamspeak3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror strip"
+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 )"
@@ -24,6 +24,16 @@ RDEPEND="dev-qt/qtcore: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."
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
index d4a9dd4b65b1..1c164520c8a8 100644
--- 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
@@ -1,17 +1,17 @@
# 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.1 2013/03/06 12:43:53 tomwij Exp $
+# $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/"
+HOMEPAGE="http://www.teamspeak.com/"
LICENSE="teamspeak3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror strip"
+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 )"
@@ -21,6 +21,16 @@ RDEPEND="dev-qt/qtgui:4[accessibility,xinerama]
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."
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 b6bceeed303d..065e6aea8fab 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,17 +1,17 @@
# 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.4 2013/03/02 22:04:18 hwoarang Exp $
+# $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/"
+HOMEPAGE="http://www.teamspeak.com/"
LICENSE="teamspeak3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror strip"
+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 )"
@@ -21,6 +21,16 @@ RDEPEND="dev-qt/qtgui:4[accessibility,xinerama]
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."