Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/google-talkplugin: ChangeLog google-talkplugin-9999.ebuild
Date: Sat, 07 Jan 2012 04:50:18
Message-Id: 20120107045007.0898D2004B@flycatcher.gentoo.org
1 ottxor 12/01/07 04:50:07
2
3 Modified: ChangeLog google-talkplugin-9999.ebuild
4 Log:
5 add screen sharing and LINGUAS support (bug #397463)
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
8
9 Revision Changes Path
10 1.21 www-plugins/google-talkplugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 4 Jan 2012 05:25:42 -0000 1.20
23 +++ ChangeLog 7 Jan 2012 04:50:06 -0000 1.21
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-plugins/google-talkplugin
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.20 2012/01/04 05:25:42 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.21 2012/01/07 04:50:06 ottxor Exp $
29 +
30 + 07 Jan 2012; Christoph Junghans <ottxor@g.o>
31 + google-talkplugin-9999.ebuild:
32 + add screen sharing and LINGUAS support (bug #397463)
33
34 *google-talkplugin-2.5.6.0-r1 (04 Jan 2012)
35
36
37
38
39 1.2 www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?r1=1.1&r2=1.2
44
45 Index: google-talkplugin-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- google-talkplugin-9999.ebuild 16 Nov 2011 03:12:59 -0000 1.1
52 +++ google-talkplugin-9999.ebuild 7 Jan 2012 04:50:06 -0000 1.2
53 @@ -1,10 +1,10 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.1 2011/11/16 03:12:59 ottxor Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.2 2012/01/07 04:50:06 ottxor Exp $
59
60 EAPI=4
61
62 -inherit nsplugins
63 +inherit eutils nsplugins
64
65 if [ "${PV}" != "9999" ]; then
66 DEB_PATCH="1"
67 @@ -72,6 +72,14 @@
68
69 S="${WORKDIR}"
70
71 +LANGS="ar cs en et fr hu lt ms pl ru sv tl vi bg da fa gu id ja lv nl
72 +sk ta tr bn de es fi hi is kn ml no sl te uk ca el fil hr it ko mr or
73 +ro sr th ur"
74 +
75 +for X in ${LANGS} ; do
76 + IUSE="${IUSE} linguas_${X}"
77 +done
78 +
79 # nofetch means upstream bumped and thus needs version bump
80 pkg_nofetch() {
81 einfo "This version is no longer available from Google."
82 @@ -106,6 +114,16 @@
83 inst_plugin "/${i}"
84 done
85
86 + #install screen-sharing stuff - bug #397463
87 + insinto "/${INSTALL_BASE}"
88 + doins "${INSTALL_BASE}"/windowpicker.glade
89 +
90 + strip-linguas ${LANGS}
91 + for l in ${LINGUAS}; do
92 + insinto "/${INSTALL_BASE}"/locale/$l/LC_MESSAGES/
93 + doins "${INSTALL_BASE}"/locale/$l/LC_MESSAGES/windowpicker.mo
94 + done
95 +
96 #install bundled libCg
97 if ! use system-libCg; then
98 exeinto "/${INSTALL_BASE}"/lib