summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-09 05:38:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-09 05:38:26 +0000
commit4754a5941b1ba63cbf6d9d509be9964f2edde2b2 (patch)
tree9556ab2f7675cf66dc235327dcd32aee2ec313f4 /media-sound/teamspeak2-client-bin
parentRegenerate digest in Manifest2 format. (diff)
downloadgentoo-2-4754a5941b1ba63cbf6d9d509be9964f2edde2b2.tar.gz
gentoo-2-4754a5941b1ba63cbf6d9d509be9964f2edde2b2.tar.bz2
gentoo-2-4754a5941b1ba63cbf6d9d509be9964f2edde2b2.zip
Remove the kde and imagemagick useflag: for the first, just install the protocol file every time, and remove the silly dependency that is also not considering slots; for the latter, install only the .xpm file, it should be enough for all environments.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-sound/teamspeak2-client-bin')
-rw-r--r--media-sound/teamspeak2-client-bin/ChangeLog9
-rw-r--r--media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild25
2 files changed, 15 insertions, 19 deletions
diff --git a/media-sound/teamspeak2-client-bin/ChangeLog b/media-sound/teamspeak2-client-bin/ChangeLog
index 2228e19bb0ff..fd1e2d5dc393 100644
--- a/media-sound/teamspeak2-client-bin/ChangeLog
+++ b/media-sound/teamspeak2-client-bin/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/teamspeak2-client-bin
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/ChangeLog,v 1.22 2007/02/09 05:17:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/ChangeLog,v 1.23 2007/02/09 05:38:26 flameeyes Exp $
+
+ 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
+ teamspeak2-client-bin-2.0.32.60-r3.ebuild:
+ Remove the kde and imagemagick useflag: for the first, just install the
+ protocol file every time, and remove the silly dependency that is also not
+ considering slots; for the latter, install only the .xpm file, it should be
+ enough for all environments.
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
teamspeak2-client-bin-2.0.32.60-r3.ebuild:
diff --git a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild
index 9277061a8abb..eb868a6674d5 100644
--- a/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild
+++ b/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.13 2007/02/09 05:17:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.14 2007/02/09 05:38:26 flameeyes Exp $
MY_PV=rc2_2032
DESCRIPTION="The TeamSpeak voice communication tool"
@@ -11,14 +11,12 @@ LICENSE="as-is"
SLOT="0"
KEYWORDS="-* x86 amd64"
-IUSE="kde imagemagick"
+IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
|| ( ( x11-libs/libXt ) virtual/x11 )
- kde? ( >=kde-base/kdelibs-3.1.0 )
- imagemagick? ( media-gfx/imagemagick )
amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0
>=app-emulation/emul-linux-x86-xlibs-1.0 )"
@@ -26,11 +24,7 @@ S="${WORKDIR}/ts2_client_${MY_PV}/setup.data/image"
dir="/opt/teamspeak2-client"
-src_compile() {
- if use imagemagick; then
- convert icon.xpm teamspeak.png
- fi
-}
+src_compile() { :; }
src_install() {
newdoc Readme.txt README
@@ -54,17 +48,12 @@ src_install() {
#Install the teamspeak icon.
insinto /usr/share/pixmaps
- if use imagemagick; then
- doins teamspeak.png
- fi
newins icon.xpm teamspeak.xpm
- if use kde ; then
- # Install a teamspeak.protocol file for kde/konqueror to accept
- # teamspeak:// links
- insinto /usr/share/services/
- doins ${FILESDIR}/teamspeak.protocol
- fi
+ # Install a teamspeak.protocol file for kde/konqueror to accept
+ # teamspeak:// links
+ insinto /usr/share/services/
+ doins "${FILESDIR}/teamspeak.protocol"
# Fix bug #489010
dosym /usr/share/doc/${PF}/html ${dir}/manual