Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/google-talkplugin: google-talkplugin-9999.ebuild google-talkplugin-5.3.1.0.ebuild ChangeLog
Date: Fri, 23 May 2014 02:36:51
Message-Id: 20140523023647.8A9372004E@flycatcher.gentoo.org
1 floppym 14/05/23 02:36:47
2
3 Modified: google-talkplugin-9999.ebuild
4 google-talkplugin-5.3.1.0.ebuild ChangeLog
5 Log:
6 Install to the right place when SYMLINK_LIB=no.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.21 www-plugins/google-talkplugin/google-talkplugin-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild?r1=1.20&r2=1.21
16
17 Index: google-talkplugin-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- google-talkplugin-9999.ebuild 16 May 2014 18:58:12 -0000 1.20
24 +++ google-talkplugin-9999.ebuild 23 May 2014 02:36:47 -0000 1.21
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.20 2014/05/16 18:58:12 swift Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild,v 1.21 2014/05/23 02:36:47 floppym Exp $
30
31 EAPI=5
32
33 -inherit eutils nsplugins unpacker
34 +inherit eutils multilib nsplugins unpacker
35
36 if [ "${PV}" != "9999" ]; then
37 DEB_PATCH="1"
38 @@ -94,7 +94,7 @@
39 src_install() {
40 local plugindir i l
41 local ppapi_plugindirs=( /opt/google/chrome{,-beta,-unstable}/pepper
42 - /usr/lib/chromium-browser/pepper )
43 + /usr/$(get_libdir)/chromium-browser/pepper )
44
45 unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz
46 dodoc changelog.Debian
47
48
49
50 1.3 www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild?rev=1.3&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild?rev=1.3&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild?r1=1.2&r2=1.3
55
56 Index: google-talkplugin-5.3.1.0.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild,v
59 retrieving revision 1.2
60 retrieving revision 1.3
61 diff -u -r1.2 -r1.3
62 --- google-talkplugin-5.3.1.0.ebuild 16 May 2014 18:58:12 -0000 1.2
63 +++ google-talkplugin-5.3.1.0.ebuild 23 May 2014 02:36:47 -0000 1.3
64 @@ -1,10 +1,10 @@
65 # Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild,v 1.2 2014/05/16 18:58:12 swift Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.3.1.0.ebuild,v 1.3 2014/05/23 02:36:47 floppym Exp $
69
70 EAPI=5
71
72 -inherit eutils nsplugins unpacker
73 +inherit eutils multilib nsplugins unpacker
74
75 if [ "${PV}" != "9999" ]; then
76 DEB_PATCH="1"
77 @@ -94,7 +94,7 @@
78 src_install() {
79 local plugindir i l
80 local ppapi_plugindirs=( /opt/google/chrome{,-beta,-unstable}/pepper
81 - /usr/lib/chromium-browser/pepper )
82 + /usr/$(get_libdir)/chromium-browser/pepper )
83
84 unpacker usr/share/doc/google-talkplugin/changelog.Debian.gz
85 dodoc changelog.Debian
86
87
88
89 1.76 www-plugins/google-talkplugin/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.76&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.76&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?r1=1.75&r2=1.76
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v
98 retrieving revision 1.75
99 retrieving revision 1.76
100 diff -u -r1.75 -r1.76
101 --- ChangeLog 16 May 2014 18:58:12 -0000 1.75
102 +++ ChangeLog 23 May 2014 02:36:47 -0000 1.76
103 @@ -1,6 +1,10 @@
104 # ChangeLog for www-plugins/google-talkplugin
105 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.75 2014/05/16 18:58:12 swift Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.76 2014/05/23 02:36:47 floppym Exp $
108 +
109 + 23 May 2014; Mike Gilbert <floppym@g.o>
110 + google-talkplugin-5.3.1.0.ebuild, google-talkplugin-9999.ebuild:
111 + Install to the right place when SYMLINK_LIB=no.
112
113 16 May 2014; Sven Vermeulen <swift@g.o>
114 google-talkplugin-4.4.2.0.ebuild, google-talkplugin-5.1.5.0.ebuild,