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-9999.ebuild chrome-binary-plugins-41.0.2272.43_beta1.ebuild ChangeLog
Date: Mon, 09 Feb 2015 10:45:31
Message-Id: 20150209104526.836D411623@oystercatcher.gentoo.org
1 zx2c4 15/02/09 10:45:26
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-9999.ebuild
6 chrome-binary-plugins-41.0.2272.43_beta1.ebuild
7 ChangeLog
8 Log:
9 Add warning about needing chromium use flag too
10
11 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
12
13 Revision Changes Path
14 1.4 www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild
15
16 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.4&view=markup
17 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.4&content-type=text/plain
18 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.3&r2=1.4
19
20 Index: chrome-binary-plugins-40.0.2214.111_p1.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v
23 retrieving revision 1.3
24 retrieving revision 1.4
25 diff -u -r1.3 -r1.4
26 --- chrome-binary-plugins-40.0.2214.111_p1.ebuild 9 Feb 2015 10:32:23 -0000 1.3
27 +++ chrome-binary-plugins-40.0.2214.111_p1.ebuild 9 Feb 2015 10:45:26 -0000 1.4
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v 1.3 2015/02/09 10:32:23 zx2c4 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild,v 1.4 2015/02/09 10:45:26 zx2c4 Exp $
33
34 EAPI=5
35
36 @@ -80,6 +80,9 @@
37 doins libwidevinecdm.so
38 strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
39 doins widevine.version
40 + einfo "Please note that if you intend to use this with www-clients/chromium,"
41 + einfo "you'll need to enable the widevine USE flag there as well, in order to"
42 + einfo "utilize the widevine USE flag that's been used here."
43 fi
44
45 if use flash; then
46
47
48
49 1.3 www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
50
51 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.3&view=markup
52 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.3&content-type=text/plain
53 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.2&r2=1.3
54
55 Index: chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- chrome-binary-plugins-42.0.2292.0_alpha1.ebuild 8 Feb 2015 16:05:41 -0000 1.2
62 +++ chrome-binary-plugins-42.0.2292.0_alpha1.ebuild 9 Feb 2015 10:45:26 -0000 1.3
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2015 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $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 $
67 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,v 1.3 2015/02/09 10:45:26 zx2c4 Exp $
68
69 EAPI=5
70
71 @@ -80,6 +80,9 @@
72 doins libwidevinecdm.so
73 strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
74 doins widevine.version
75 + einfo "Please note that if you intend to use this with www-clients/chromium,"
76 + einfo "you'll need to enable the widevine USE flag there as well, in order to"
77 + einfo "utilize the widevine USE flag that's been used here."
78 fi
79
80 if use flash; then
81
82
83
84 1.16 www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild?rev=1.16&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild?rev=1.16&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild?r1=1.15&r2=1.16
89
90 Index: chrome-binary-plugins-9999.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v
93 retrieving revision 1.15
94 retrieving revision 1.16
95 diff -u -r1.15 -r1.16
96 --- chrome-binary-plugins-9999.ebuild 9 Feb 2015 00:55:10 -0000 1.15
97 +++ chrome-binary-plugins-9999.ebuild 9 Feb 2015 10:45:26 -0000 1.16
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2015 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v 1.15 2015/02/09 00:55:10 floppym Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v 1.16 2015/02/09 10:45:26 zx2c4 Exp $
103
104 EAPI=5
105
106 @@ -80,6 +80,9 @@
107 doins libwidevinecdm.so
108 strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
109 doins widevine.version
110 + einfo "Please note that if you intend to use this with www-clients/chromium,"
111 + einfo "you'll need to enable the widevine USE flag there as well, in order to"
112 + einfo "utilize the widevine USE flag that's been used here."
113 fi
114
115 if use flash; then
116
117
118
119 1.3 www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild
120
121 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.3&view=markup
122 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.3&content-type=text/plain
123 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.2&r2=1.3
124
125 Index: chrome-binary-plugins-41.0.2272.43_beta1.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild,v
128 retrieving revision 1.2
129 retrieving revision 1.3
130 diff -u -r1.2 -r1.3
131 --- chrome-binary-plugins-41.0.2272.43_beta1.ebuild 8 Feb 2015 16:05:41 -0000 1.2
132 +++ chrome-binary-plugins-41.0.2272.43_beta1.ebuild 9 Feb 2015 10:45:26 -0000 1.3
133 @@ -1,6 +1,6 @@
134 # Copyright 1999-2015 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $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 $
137 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild,v 1.3 2015/02/09 10:45:26 zx2c4 Exp $
138
139 EAPI=5
140
141 @@ -80,6 +80,9 @@
142 doins libwidevinecdm.so
143 strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
144 doins widevine.version
145 + einfo "Please note that if you intend to use this with www-clients/chromium,"
146 + einfo "you'll need to enable the widevine USE flag there as well, in order to"
147 + einfo "utilize the widevine USE flag that's been used here."
148 fi
149
150 if use flash; then
151
152
153
154 1.224 www-plugins/chrome-binary-plugins/ChangeLog
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.224&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.224&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.223&r2=1.224
159
160 Index: ChangeLog
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
163 retrieving revision 1.223
164 retrieving revision 1.224
165 diff -u -r1.223 -r1.224
166 --- ChangeLog 9 Feb 2015 10:32:23 -0000 1.223
167 +++ ChangeLog 9 Feb 2015 10:45:26 -0000 1.224
168 @@ -1,6 +1,13 @@
169 # ChangeLog for www-plugins/chrome-binary-plugins
170 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
171 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.223 2015/02/09 10:32:23 zx2c4 Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.224 2015/02/09 10:45:26 zx2c4 Exp $
173 +
174 + 09 Feb 2015; Jason A. Donenfeld <zx2c4@g.o>
175 + chrome-binary-plugins-40.0.2214.111_p1.ebuild,
176 + chrome-binary-plugins-41.0.2272.43_beta1.ebuild,
177 + chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,
178 + chrome-binary-plugins-9999.ebuild:
179 + Add warning about needing chromium use flag too
180
181 09 Feb 2015; Jason A. Donenfeld <zx2c4@g.o>
182 chrome-binary-plugins-40.0.2214.111_p1.ebuild: