floppym 15/02/09 00:55:10 Modified: chrome-binary-plugins-9999.ebuild ChangeLog Log: Update live ebuild with widevine change. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.15 www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild?rev=1.15&view=markup 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 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 Index: chrome-binary-plugins-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- chrome-binary-plugins-9999.ebuild 31 Aug 2014 23:11:41 -0000 1.14 +++ chrome-binary-plugins-9999.ebuild 9 Feb 2015 00:55:10 -0000 1.15 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 @@ -46,7 +46,7 @@ fi LICENSE="google-chrome" -IUSE="+flash" +IUSE="+flash +widevine" RESTRICT="bindist mirror strip" for x in 0 beta stable unstable; do @@ -76,6 +76,12 @@ insinto /usr/$(get_libdir)/chromium-browser/ + if use widevine; then + doins libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version + fi + if use flash; then doins -r PepperFlash 1.222 www-plugins/chrome-binary-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.222&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.222&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.221&r2=1.222 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v retrieving revision 1.221 retrieving revision 1.222 diff -u -r1.221 -r1.222 --- ChangeLog 8 Feb 2015 16:05:41 -0000 1.221 +++ ChangeLog 9 Feb 2015 00:55:10 -0000 1.222 @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/chrome-binary-plugins # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.221 2015/02/08 16:05:41 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.222 2015/02/09 00:55:10 floppym Exp $ + + 09 Feb 2015; Mike Gilbert <[email protected]> + chrome-binary-plugins-9999.ebuild: + Update live ebuild with widevine change. 08 Feb 2015; Jason A. Donenfeld <[email protected]> chrome-binary-plugins-40.0.2214.111_p1.ebuild,
