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: google-talkplugin-2.1.7.0.ebuild ChangeLog
Date: Fri, 29 Jul 2011 16:58:28
Message-Id: 20110729165808.EF2762004B@flycatcher.gentoo.org
1 ottxor 11/07/29 16:58:08
2
3 Modified: google-talkplugin-2.1.7.0.ebuild ChangeLog
4 Log:
5 workaround for bug #376741
6
7 (Portage version: 2.1.10.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild?r1=1.2&r2=1.3
15
16 Index: google-talkplugin-2.1.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- google-talkplugin-2.1.7.0.ebuild 2 Jul 2011 00:49:51 -0000 1.2
23 +++ google-talkplugin-2.1.7.0.ebuild 29 Jul 2011 16:58:08 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild,v 1.2 2011/07/02 00:49:51 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.1.7.0.ebuild,v 1.3 2011/07/29 16:58:08 ottxor Exp $
29
30 EAPI=4
31
32 @@ -89,7 +89,10 @@
33 }
34
35 src_install() {
36 - dodoc ./usr/share/doc/google-talkplugin/changelog.Debian
37 + #workaround for bug #376741
38 + [[ -f ./usr/share/doc/google-talkplugin/changelog.Debian ]] && \
39 + dodoc ./usr/share/doc/google-talkplugin/changelog.Debian
40 + [[ -f ${WORKDIR}/changelog.Debian ]] && dodoc "${WORKDIR}/changelog.Debian"
41
42 exeinto "${INSTALL_BASE}"
43 doexe "${INSTALL_BASE#/}"/GoogleTalkPlugin
44
45
46
47 1.12 www-plugins/google-talkplugin/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.12&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.12&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?r1=1.11&r2=1.12
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v
56 retrieving revision 1.11
57 retrieving revision 1.12
58 diff -u -r1.11 -r1.12
59 --- ChangeLog 2 Jul 2011 00:49:51 -0000 1.11
60 +++ ChangeLog 29 Jul 2011 16:58:08 -0000 1.12
61 @@ -1,6 +1,10 @@
62 # ChangeLog for www-plugins/google-talkplugin
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.11 2011/07/02 00:49:51 zmedico Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.12 2011/07/29 16:58:08 ottxor Exp $
66 +
67 + 29 Jul 2011; Christoph Junghans <ottxor@g.o>
68 + google-talkplugin-2.1.7.0.ebuild:
69 + workaround for bug #376741
70
71 02 Jul 2011; Zac Medico <zmedico@g.o>
72 google-talkplugin-2.1.7.0.ebuild: