Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@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: Sat, 02 Jul 2011 00:50:03
Message-Id: 20110702004951.837E22004B@flycatcher.gentoo.org
1 zmedico 11/07/02 00:49:51
2
3 Modified: google-talkplugin-2.1.7.0.ebuild ChangeLog
4 Log:
5 Fix duplicate INSTALL_BASE when calling inst_plugin.
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 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.2&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.2&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.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- google-talkplugin-2.1.7.0.ebuild 1 Jul 2011 18:09:13 -0000 1.1
23 +++ google-talkplugin-2.1.7.0.ebuild 2 Jul 2011 00:49:51 -0000 1.2
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.1 2011/07/01 18:09:13 ottxor Exp $
28 +# $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 $
29
30 EAPI=4
31
32 @@ -95,7 +95,7 @@
33 doexe "${INSTALL_BASE#/}"/GoogleTalkPlugin
34 for i in "${INSTALL_BASE#/}"/libnpg*.so; do
35 doexe "${i}"
36 - inst_plugin "${INSTALL_BASE}"/"${i}"
37 + inst_plugin /"${i}"
38 done
39
40 #install bundled libCg
41
42
43
44 1.11 www-plugins/google-talkplugin/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?r1=1.10&r2=1.11
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- ChangeLog 1 Jul 2011 18:09:13 -0000 1.10
57 +++ ChangeLog 2 Jul 2011 00:49:51 -0000 1.11
58 @@ -1,6 +1,10 @@
59 # ChangeLog for www-plugins/google-talkplugin
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.10 2011/07/01 18:09:13 ottxor Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.11 2011/07/02 00:49:51 zmedico Exp $
63 +
64 + 02 Jul 2011; Zac Medico <zmedico@g.o>
65 + google-talkplugin-2.1.7.0.ebuild:
66 + Fix duplicate INSTALL_BASE when calling inst_plugin.
67
68 *google-talkplugin-2.1.7.0 (01 Jul 2011)