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/chrome-binary-plugins: chrome-binary-plugins-9999.ebuild ChangeLog
Date: Mon, 09 Feb 2015 00:55:15
Message-Id: 20150209005510.72A9F115B9@oystercatcher.gentoo.org
1 floppym 15/02/09 00:55:10
2
3 Modified: chrome-binary-plugins-9999.ebuild ChangeLog
4 Log:
5 Update live ebuild with widevine change.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.15 www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild?r1=1.14&r2=1.15
15
16 Index: chrome-binary-plugins-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- chrome-binary-plugins-9999.ebuild 31 Aug 2014 23:11:41 -0000 1.14
23 +++ chrome-binary-plugins-9999.ebuild 9 Feb 2015 00:55:10 -0000 1.15
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v 1.14 2014/08/31 23:11:41 floppym Exp $
29 +# $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 $
30
31 EAPI=5
32
33 @@ -46,7 +46,7 @@
34 fi
35
36 LICENSE="google-chrome"
37 -IUSE="+flash"
38 +IUSE="+flash +widevine"
39 RESTRICT="bindist mirror strip"
40
41 for x in 0 beta stable unstable; do
42 @@ -76,6 +76,12 @@
43
44 insinto /usr/$(get_libdir)/chromium-browser/
45
46 + if use widevine; then
47 + doins libwidevinecdm.so
48 + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
49 + doins widevine.version
50 + fi
51 +
52 if use flash; then
53 doins -r PepperFlash
54
55
56
57
58 1.222 www-plugins/chrome-binary-plugins/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.222&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.222&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.221&r2=1.222
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
67 retrieving revision 1.221
68 retrieving revision 1.222
69 diff -u -r1.221 -r1.222
70 --- ChangeLog 8 Feb 2015 16:05:41 -0000 1.221
71 +++ ChangeLog 9 Feb 2015 00:55:10 -0000 1.222
72 @@ -1,6 +1,10 @@
73 # ChangeLog for www-plugins/chrome-binary-plugins
74 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.221 2015/02/08 16:05:41 zx2c4 Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.222 2015/02/09 00:55:10 floppym Exp $
77 +
78 + 09 Feb 2015; Mike Gilbert <floppym@g.o>
79 + chrome-binary-plugins-9999.ebuild:
80 + Update live ebuild with widevine change.
81
82 08 Feb 2015; Jason A. Donenfeld <zx2c4@g.o>
83 chrome-binary-plugins-40.0.2214.111_p1.ebuild,