summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2010-02-08 13:56:10 +0000
committerChristian Parpart <trapni@gentoo.org>2010-02-08 13:56:10 +0000
commitd04c9b8993c459aa7ba0d45fb449a0a28117303c (patch)
treed86b9205b39f237a364df56cb93336a96adca00e /media-sound
parentversion bump, closes #303147 (diff)
downloadgentoo-2-d04c9b8993c459aa7ba0d45fb449a0a28117303c.tar.gz
gentoo-2-d04c9b8993c459aa7ba0d45fb449a0a28117303c.tar.bz2
gentoo-2-d04c9b8993c459aa7ba0d45fb449a0a28117303c.zip
cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/teamspeak-client-bin/ChangeLog10
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta11.ebuild54
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta12.ebuild54
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta13.ebuild52
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta5.ebuild53
-rw-r--r--media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta9.ebuild54
6 files changed, 9 insertions, 268 deletions
diff --git a/media-sound/teamspeak-client-bin/ChangeLog b/media-sound/teamspeak-client-bin/ChangeLog
index c3fa97a1be8f..3f890420fc53 100644
--- a/media-sound/teamspeak-client-bin/ChangeLog
+++ b/media-sound/teamspeak-client-bin/ChangeLog
@@ -1,6 +1,14 @@
# 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.6 2010/02/08 13:54:15 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/ChangeLog,v 1.7 2010/02/08 13:56:10 trapni Exp $
+
+ 08 Feb 2010; Christian Parpart <trapni@gentoo.org>
+ -teamspeak-client-bin-3.0.0_beta5.ebuild,
+ -teamspeak-client-bin-3.0.0_beta9.ebuild,
+ -teamspeak-client-bin-3.0.0_beta11.ebuild,
+ -teamspeak-client-bin-3.0.0_beta12.ebuild,
+ -teamspeak-client-bin-3.0.0_beta13.ebuild:
+ cleanup
08 Feb 2010; Christian Parpart <trapni@gentoo.org>
+teamspeak-client-bin-3.0.0_beta15.ebuild:
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta11.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta11.ebuild
deleted file mode 100644
index 1370e0c85eed..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta11.ebuild
+++ /dev/null
@@ -1,54 +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_beta11.ebuild,v 1.1 2010/01/20 08:11:20 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="builtin-qt"
-RESTRICT="strip"
-PROPERTIES="interactive"
-
-SRC_URI="
- amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-11/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-11/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND="!builtin-qt? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )"
-RDEPEND="${DEPEND}"
-
-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"
-
- useq builtin-qt || rm "${dest}"/libQt*
-}
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta12.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta12.ebuild
deleted file mode 100644
index 5575e11b0ec4..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta12.ebuild
+++ /dev/null
@@ -1,54 +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_beta12.ebuild,v 1.1 2010/01/21 22:23:06 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="builtin-qt"
-RESTRICT="strip"
-PROPERTIES="interactive"
-
-SRC_URI="
- amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-12/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-12/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND="!builtin-qt? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )"
-RDEPEND="${DEPEND}"
-
-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"
-
- useq builtin-qt || rm "${dest}"/libQt*
-}
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta13.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta13.ebuild
deleted file mode 100644
index 04149bda7301..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta13.ebuild
+++ /dev/null
@@ -1,52 +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_beta13.ebuild,v 1.1 2010/02/04 19:16:13 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-13/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-13/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-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_beta5.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta5.ebuild
deleted file mode 100644
index 58b46f19f0d1..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2009 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_beta5.ebuild,v 1.2 2009/12/23 11:43:25 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="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="builtin-qt"
-RESTRICT="strip"
-PROPERTIES="interactive"
-
-SRC_URI="
- amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-5/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-5/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND="!builtin-qt? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- 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"
-
- useq builtin-qt || rm "${dest}"/libQt*
-}
diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta9.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta9.ebuild
deleted file mode 100644
index 646c545425d8..000000000000
--- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.0_beta9.ebuild
+++ /dev/null
@@ -1,54 +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_beta9.ebuild,v 1.1 2010/01/03 15:53:31 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="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="builtin-qt"
-RESTRICT="strip"
-PROPERTIES="interactive"
-
-SRC_URI="
- amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-9/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
- x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/beta-9/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )
-"
-
-DEPEND="!builtin-qt? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 )"
-RDEPEND="${DEPEND}"
-
-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"
-
- useq builtin-qt || rm "${dest}"/libQt*
-}