Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-40.0.2214.111_p1.ebuild chrome-binary-plugins-42.0.2292.0_alpha1.ebuild chrome-binary-plugins-41.0.2272.43_beta1.ebuild metadata.xml ChangeLog
Date: Sun, 08 Feb 2015 16:05:48
Message-Id: 20150208160541.EA6B81154A@oystercatcher.gentoo.org
1 zx2c4 15/02/08 16:05:41
2
3 Modified: chrome-binary-plugins-40.0.2214.111_p1.ebuild
4 chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
5 chrome-binary-plugins-41.0.2272.43_beta1.ebuild
6 metadata.xml ChangeLog
7 Log:
8 Add support for widevine
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
11
12 Revision Changes Path
13 1.2 www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild?r1=1.1&r2=1.2
18
19 Index: chrome-binary-plugins-40.0.2214.111_p1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- chrome-binary-plugins-40.0.2214.111_p1.ebuild 6 Feb 2015 15:29:44 -0000 1.1
26 +++ chrome-binary-plugins-40.0.2214.111_p1.ebuild 8 Feb 2015 16:05:41 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v 1.1 2015/02/06 15:29:44 floppym Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v 1.2 2015/02/08 16:05:41 zx2c4 Exp $
32
33 EAPI=5
34
35 @@ -46,7 +46,7 @@
36 fi
37
38 LICENSE="google-chrome"
39 -IUSE="+flash"
40 +IUSE="+flash +widevine"
41 RESTRICT="bindist mirror strip"
42
43 for x in 0 beta stable unstable; do
44 @@ -76,6 +76,12 @@
45
46 insinto /usr/$(get_libdir)/chromium-browser/
47
48 + if use widevine; then
49 + doins libwidevinecdm.so
50 + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
51 + doins widevine.version
52 + fi
53 +
54 if use flash; then
55 doins -r PepperFlash
56
57
58
59
60 1.2 www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild?rev=1.2&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild?rev=1.2&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild?r1=1.1&r2=1.2
65
66 Index: chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,v
69 retrieving revision 1.1
70 retrieving revision 1.2
71 diff -u -r1.1 -r1.2
72 --- chrome-binary-plugins-42.0.2292.0_alpha1.ebuild 4 Feb 2015 02:12:49 -0000 1.1
73 +++ chrome-binary-plugins-42.0.2292.0_alpha1.ebuild 8 Feb 2015 16:05:41 -0000 1.2
74 @@ -1,6 +1,6 @@
75 # Copyright 1999-2015 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,v 1.1 2015/02/04 02:12:49 floppym Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,v 1.2 2015/02/08 16:05:41 zx2c4 Exp $
79
80 EAPI=5
81
82 @@ -46,7 +46,7 @@
83 fi
84
85 LICENSE="google-chrome"
86 -IUSE="+flash"
87 +IUSE="+flash +widevine"
88 RESTRICT="bindist mirror strip"
89
90 for x in 0 beta stable unstable; do
91 @@ -76,6 +76,12 @@
92
93 insinto /usr/$(get_libdir)/chromium-browser/
94
95 + if use widevine; then
96 + doins libwidevinecdm.so
97 + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
98 + doins widevine.version
99 + fi
100 +
101 if use flash; then
102 doins -r PepperFlash
103
104
105
106
107 1.2 www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild?rev=1.2&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild?rev=1.2&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild?r1=1.1&r2=1.2
112
113 Index: chrome-binary-plugins-41.0.2272.43_beta1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild,v
116 retrieving revision 1.1
117 retrieving revision 1.2
118 diff -u -r1.1 -r1.2
119 --- chrome-binary-plugins-41.0.2272.43_beta1.ebuild 6 Feb 2015 15:29:44 -0000 1.1
120 +++ chrome-binary-plugins-41.0.2272.43_beta1.ebuild 8 Feb 2015 16:05:41 -0000 1.2
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2015 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild,v 1.1 2015/02/06 15:29:44 floppym Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild,v 1.2 2015/02/08 16:05:41 zx2c4 Exp $
126
127 EAPI=5
128
129 @@ -46,7 +46,7 @@
130 fi
131
132 LICENSE="google-chrome"
133 -IUSE="+flash"
134 +IUSE="+flash +widevine"
135 RESTRICT="bindist mirror strip"
136
137 for x in 0 beta stable unstable; do
138 @@ -76,6 +76,12 @@
139
140 insinto /usr/$(get_libdir)/chromium-browser/
141
142 + if use widevine; then
143 + doins libwidevinecdm.so
144 + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
145 + doins widevine.version
146 + fi
147 +
148 if use flash; then
149 doins -r PepperFlash
150
151
152
153
154 1.4 www-plugins/chrome-binary-plugins/metadata.xml
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml?rev=1.4&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml?rev=1.4&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml?r1=1.3&r2=1.4
159
160 Index: metadata.xml
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/metadata.xml,v
163 retrieving revision 1.3
164 retrieving revision 1.4
165 diff -u -r1.3 -r1.4
166 --- metadata.xml 6 Feb 2015 15:29:44 -0000 1.3
167 +++ metadata.xml 8 Feb 2015 16:05:41 -0000 1.4
168 @@ -12,5 +12,6 @@
169 </maintainer>
170 <use>
171 <flag name="flash">Install Chrome's native Pepper Flash</flag>
172 + <flag name="widevine">Install the Widevine DRM library</flag>
173 </use>
174 </pkgmetadata>
175
176
177
178 1.221 www-plugins/chrome-binary-plugins/ChangeLog
179
180 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.221&view=markup
181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.221&content-type=text/plain
182 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.220&r2=1.221
183
184 Index: ChangeLog
185 ===================================================================
186 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
187 retrieving revision 1.220
188 retrieving revision 1.221
189 diff -u -r1.220 -r1.221
190 --- ChangeLog 6 Feb 2015 15:29:44 -0000 1.220
191 +++ ChangeLog 8 Feb 2015 16:05:41 -0000 1.221
192 @@ -1,6 +1,12 @@
193 # ChangeLog for www-plugins/chrome-binary-plugins
194 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
195 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.220 2015/02/06 15:29:44 floppym Exp $
196 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.221 2015/02/08 16:05:41 zx2c4 Exp $
197 +
198 + 08 Feb 2015; Jason A. Donenfeld <zx2c4@g.o>
199 + chrome-binary-plugins-40.0.2214.111_p1.ebuild,
200 + chrome-binary-plugins-41.0.2272.43_beta1.ebuild,
201 + chrome-binary-plugins-42.0.2292.0_alpha1.ebuild, metadata.xml:
202 + Add support for widevine
203
204 *chrome-binary-plugins-41.0.2272.43_beta1 (06 Feb 2015)
205 *chrome-binary-plugins-40.0.2214.111_p1 (06 Feb 2015)