* [gentoo-commits] gentoo-x86 commit in media-sound/teamspeak2-client-bin: teamspeak2-client-bin-2.0.32.60-r3.ebuild
@ 2009-06-19 20:08 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-06-19 20:08 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/06/19 20:08:15
Modified: teamspeak2-client-bin-2.0.32.60-r3.ebuild
Log:
workaround bug 274742
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.18 media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?r1=1.17&r2=1.18
Index: teamspeak2-client-bin-2.0.32.60-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- teamspeak2-client-bin-2.0.32.60-r3.ebuild 12 May 2009 07:18:21 -0000 1.17
+++ teamspeak2-client-bin-2.0.32.60-r3.ebuild 19 Jun 2009 20:08:15 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.17 2009/05/12 07:18:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.18 2009/06/19 20:08:15 ssuominen Exp $
MY_PV=rc2_2032
DESCRIPTION="The TeamSpeak voice communication tool"
@@ -22,11 +22,11 @@
S=${WORKDIR}/ts2_client_${MY_PV}/setup.data/image
-dir="/opt/teamspeak2-client"
-
src_compile() { :; }
src_install() {
+ local dest=/opt/teamspeak2-client
+
newdoc Readme.txt README
dodoc client_sdk/SDK_readme.txt
dohtml manual/*
@@ -35,14 +35,14 @@
dobin "${FILESDIR}"/TeamSpeak
dosed "s:%installdir%:/opt/teamspeak2-client:g" /opt/bin/TeamSpeak
- exeinto ${dir}
+ exeinto ${dest}
doexe TeamSpeak.bin *.so*
- insinto ${dir}/sounds
+ insinto ${dest}/sounds
doins sounds/*
- insinto ${dir}/client_sdk
- exeinto ${dir}/client_sdk
+ insinto ${dest}/client_sdk
+ exeinto ${dest}/client_sdk
doins client_sdk/*.pas client_sdk/*.dpr
doexe client_sdk/tsControl client_sdk/*.so*
@@ -56,12 +56,10 @@
doins "${FILESDIR}"/teamspeak.protocol
# Fix bug #489010
- dosym /usr/share/doc/${PF}/html ${dir}/manual
+ dosym /usr/share/doc/${PF}/html ${dest}/manual
}
pkg_postinst() {
- echo
- elog
elog "Please Note: The new Teamspeak2 Release Candidate 2 Client"
elog "will not be able to connect to any of the *old* rc1 servers."
elog "if you get 'Bad response' from your server check if your"
@@ -74,8 +72,7 @@
elog "soundfiles because they've been moved from their old location."
elog "You may want to perform the following commands:"
elog "# mkdir /usr/share/teamspeak2-client"
- elog "# ln -s ${dir}/sounds /usr/share/teamspeak2-client/sounds"
+ elog "# ln -s /opt/teamspeak2-client/sounds /usr/share/teamspeak2-client/sounds"
elog "This way, each user won't have to modify their config files to"
elog "reflect this move."
- echo
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/teamspeak2-client-bin: teamspeak2-client-bin-2.0.32.60-r3.ebuild
@ 2009-07-21 17:49 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-21 17:49 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/07/21 17:49:44
Modified: teamspeak2-client-bin-2.0.32.60-r3.ebuild
Log:
Back to ~arch.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.20 media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?r1=1.19&r2=1.20
Index: teamspeak2-client-bin-2.0.32.60-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- teamspeak2-client-bin-2.0.32.60-r3.ebuild 16 Jul 2009 19:01:42 -0000 1.19
+++ teamspeak2-client-bin-2.0.32.60-r3.ebuild 21 Jul 2009 17:49:44 -0000 1.20
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.19 2009/07/16 19:01:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.20 2009/07/21 17:49:44 ssuominen Exp $
MY_PV=rc2_2032
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="-* amd64 x86"
+KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/libXt
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/teamspeak2-client-bin: teamspeak2-client-bin-2.0.32.60-r3.ebuild
@ 2009-08-26 7:58 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-26 7:58 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/08/26 07:58:44
Modified: teamspeak2-client-bin-2.0.32.60-r3.ebuild
Log:
Fix deps again.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.22 media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild?r1=1.21&r2=1.22
Index: teamspeak2-client-bin-2.0.32.60-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- teamspeak2-client-bin-2.0.32.60-r3.ebuild 23 Aug 2009 10:13:33 -0000 1.21
+++ teamspeak2-client-bin-2.0.32.60-r3.ebuild 26 Aug 2009 07:58:44 -0000 1.22
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.21 2009/08/23 10:13:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak2-client-bin/teamspeak2-client-bin-2.0.32.60-r3.ebuild,v 1.22 2009/08/26 07:58:44 ssuominen Exp $
MY_PV=rc2_2032
inherit eutils
@@ -15,7 +15,7 @@
IUSE=""
RDEPEND="x11-libs/libXt
- || ( media-libs/jpeg-compat <media-libs/jpeg-7 )
+ x86? ( || ( media-libs/jpeg-compat <media-libs/jpeg-7 ) )
amd64? ( >=app-emulation/emul-linux-x86-baselibs-1
>=app-emulation/emul-linux-x86-xlibs-1 )"
DEPEND=""
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-26 20:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 17:49 [gentoo-commits] gentoo-x86 commit in media-sound/teamspeak2-client-bin: teamspeak2-client-bin-2.0.32.60-r3.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2009-08-26 7:58 Samuli Suominen (ssuominen)
2009-06-19 20:08 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox