summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2010-09-11 16:36:52 +0000
committerChristian Parpart <trapni@gentoo.org>2010-09-11 16:36:52 +0000
commitb9fe7b339371b31d70b398049ab7c355a3158762 (patch)
treea04477129c51a0fa7d16ecb20adea00dd4d76247 /media-sound
parentVersion bump. (diff)
downloadgentoo-2-b9fe7b339371b31d70b398049ab7c355a3158762.tar.gz
gentoo-2-b9fe7b339371b31d70b398049ab7c355a3158762.tar.bz2
gentoo-2-b9fe7b339371b31d70b398049ab7c355a3158762.zip
version bump
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/teamspeak-client-bin/ChangeLog13
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta15.ebuild53
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta17.ebuild53
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta20.ebuild53
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta21.ebuild53
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta29.ebuild (renamed from media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta22.ebuild)6
6 files changed, 15 insertions, 216 deletions
diff --git a/media-sound/teamspeak-client-bin/ChangeLog b/media-sound/teamspeak-client-bin/ChangeLog
index 501974bd6329..2e1ce7fd6b98 100644
--- a/media-sound/teamspeak-client-bin/ChangeLog
+++ b/media-sound/teamspeak-client-bin/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for media-sound/teamspeak-client-bin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.13 2010/07/14 06:28:18 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.14 2010/09/11 16:36:52 trapni Exp $
+
+*teamspeak-client-bin-3.0.0_beta29 (11 Sep 2010)
+
+ 11 Sep 2010; Christian Parpart <trapni@gentoo.org>
+ -teamspeak-client-bin-3.0.0_beta15.ebuild,
+ -teamspeak-client-bin-3.0.0_beta17.ebuild,
+ -teamspeak-client-bin-3.0.0_beta20.ebuild,
+ -teamspeak-client-bin-3.0.0_beta21.ebuild,
+ -teamspeak-client-bin-3.0.0_beta22.ebuild,
+ +teamspeak-client-bin-3.0.0_beta29.ebuild:
+ version bump plus ebuild cleanup
14 Jul 2010; Christian Parpart <trapni@gentoo.org>
teamspeak-client-bin-3.0.0_beta22.ebuild:
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta15.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta15.ebuild
deleted file mode 100644
index 993c8c15a28f..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta15.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 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.0_beta15.ebuild,v 1.1 2010/02/08 13:54:15 trapni Exp $
-
-# NOTE: The comments in this file are for instruction and documentation.
-# They're not meant to appear with your final, production ebuild. Please
-# remember to remove them before submitting or committing your ebuild. That
-# doesn't mean you can't add your own comments though.
-
-# The 'Header' on the third line should just be left alone. When your ebuild
-# will be committed to cvs, the details on that line will be automatically
-# generated to contain the correct data.
-
-EAPI=1
-
-inherit eutils
-
-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/beta-15/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-15/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- >=x11-libs/libXinerama-1.0.2"
-
-src_unpack() {
- # TODO: unpack_makeself -- use this version once it supports makeself 2.1.6
- for i in ${A}; do
- sh "${DISTDIR}/${i}" --target "${WORKDIR}" || die "unpack failed"
- done
-}
-
-src_install() {
- local dest="${D}/opt/teamspeak3-client"
-
- mkdir -p "${dest}"
- cp -R "${WORKDIR}/"* "${dest}/" || die
-
- exeinto /usr/bin
- doexe "${FILESDIR}/teamspeak3"
-
- mv "${dest}/ts3client_linux_"* "${dest}/ts3client"
-}
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta17.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta17.ebuild
deleted file mode 100644
index 5bd0e36c3584..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta17.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 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.0_beta17.ebuild,v 1.1 2010/03/15 17:35:52 trapni Exp $
-
-# NOTE: The comments in this file are for instruction and documentation.
-# They're not meant to appear with your final, production ebuild. Please
-# remember to remove them before submitting or committing your ebuild. That
-# doesn't mean you can't add your own comments though.
-
-# The 'Header' on the third line should just be left alone. When your ebuild
-# will be committed to cvs, the details on that line will be automatically
-# generated to contain the correct data.
-
-EAPI=1
-
-inherit eutils
-
-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/beta-17/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-17/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- >=x11-libs/libXinerama-1.0.2"
-
-src_unpack() {
- # TODO: unpack_makeself -- use this version once it supports makeself 2.1.6
- for i in ${A}; do
- sh "${DISTDIR}/${i}" --target "${WORKDIR}" || die "unpack failed"
- done
-}
-
-src_install() {
- local dest="${D}/opt/teamspeak3-client"
-
- mkdir -p "${dest}"
- cp -R "${WORKDIR}/"* "${dest}/" || die
-
- exeinto /usr/bin
- doexe "${FILESDIR}/teamspeak3"
-
- mv "${dest}/ts3client_linux_"* "${dest}/ts3client"
-}
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta20.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta20.ebuild
deleted file mode 100644
index d1acc11e42f3..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta20.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 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.0_beta20.ebuild,v 1.1 2010/05/16 11:22:16 trapni Exp $
-
-# NOTE: The comments in this file are for instruction and documentation.
-# They're not meant to appear with your final, production ebuild. Please
-# remember to remove them before submitting or committing your ebuild. That
-# doesn't mean you can't add your own comments though.
-
-# The 'Header' on the third line should just be left alone. When your ebuild
-# will be committed to cvs, the details on that line will be automatically
-# generated to contain the correct data.
-
-EAPI=1
-
-inherit eutils
-
-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/beta-20/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-20/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- >=x11-libs/libXinerama-1.0.2"
-
-src_unpack() {
- # TODO: unpack_makeself -- use this version once it supports makeself 2.1.6
- for i in ${A}; do
- sh "${DISTDIR}/${i}" --target "${WORKDIR}" || die "unpack failed"
- done
-}
-
-src_install() {
- local dest="${D}/opt/teamspeak3-client"
-
- mkdir -p "${dest}"
- cp -R "${WORKDIR}/"* "${dest}/" || die
-
- exeinto /usr/bin
- doexe "${FILESDIR}/teamspeak3"
-
- mv "${dest}/ts3client_linux_"* "${dest}/ts3client"
-}
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta21.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta21.ebuild
deleted file mode 100644
index 3048044bbc5a..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta21.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 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.0_beta21.ebuild,v 1.1 2010/06/03 08:48:41 trapni Exp $
-
-# NOTE: The comments in this file are for instruction and documentation.
-# They're not meant to appear with your final, production ebuild. Please
-# remember to remove them before submitting or committing your ebuild. That
-# doesn't mean you can't add your own comments though.
-
-# The 'Header' on the third line should just be left alone. When your ebuild
-# will be committed to cvs, the details on that line will be automatically
-# generated to contain the correct data.
-
-EAPI=1
-
-inherit eutils
-
-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/beta-21/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-21/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- >=x11-libs/libXinerama-1.0.2"
-
-src_unpack() {
- # TODO: unpack_makeself -- use this version once it supports makeself 2.1.6
- for i in ${A}; do
- sh "${DISTDIR}/${i}" --target "${WORKDIR}" || die "unpack failed"
- done
-}
-
-src_install() {
- local dest="${D}/opt/teamspeak3-client"
-
- mkdir -p "${dest}"
- cp -R "${WORKDIR}/"* "${dest}/" || die
-
- exeinto /usr/bin
- doexe "${FILESDIR}/teamspeak3"
-
- mv "${dest}/ts3client_linux_"* "${dest}/ts3client"
-}
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta22.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta29.ebuild
index 2e238744160f..0ece42bfb1b0 100644
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta22.ebuild
+++ b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta29.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.0_beta22.ebuild,v 1.2 2010/07/14 06:28:18 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta29.ebuild,v 1.1 2010/09/11 16:36:52 trapni Exp $
# NOTE: The comments in this file are for instruction and documentation.
# They're not meant to appear with your final, production ebuild. Please
@@ -25,8 +25,8 @@ RESTRICT="strip"
PROPERTIES="interactive"
SRC_URI="
- amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-22/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-22/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
+ amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-${PV/3.0.0_beta/}/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
+ x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-${PV/3.0.0_beta/}/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
"
DEPEND=""