summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2015-02-09 10:45:26 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2015-02-09 10:45:26 +0000
commit19c93d8f5c36871eb547ce2013808c043d0e63b3 (patch)
treea70129ff7eb23edf6c43e7ac828e491afcb1d53e /www-plugins
parentUnbreak repoman (diff)
downloadgentoo-2-19c93d8f5c36871eb547ce2013808c043d0e63b3.tar.gz
gentoo-2-19c93d8f5c36871eb547ce2013808c043d0e63b3.tar.bz2
gentoo-2-19c93d8f5c36871eb547ce2013808c043d0e63b3.zip
Add warning about needing chromium use flag too
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/chrome-binary-plugins/ChangeLog9
-rw-r--r--www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild5
-rw-r--r--www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild5
-rw-r--r--www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild5
-rw-r--r--www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild5
5 files changed, 24 insertions, 5 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog
index b8891c2b9a74..11d257f41d70 100644
--- a/www-plugins/chrome-binary-plugins/ChangeLog
+++ b/www-plugins/chrome-binary-plugins/ChangeLog
@@ -1,6 +1,13 @@
# 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.223 2015/02/09 10:32:23 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.224 2015/02/09 10:45:26 zx2c4 Exp $
+
+ 09 Feb 2015; Jason A. Donenfeld <zx2c4@gentoo.org>
+ chrome-binary-plugins-40.0.2214.111_p1.ebuild,
+ chrome-binary-plugins-41.0.2272.43_beta1.ebuild,
+ chrome-binary-plugins-42.0.2292.0_alpha1.ebuild,
+ chrome-binary-plugins-9999.ebuild:
+ Add warning about needing chromium use flag too
09 Feb 2015; Jason A. Donenfeld <zx2c4@gentoo.org>
chrome-binary-plugins-40.0.2214.111_p1.ebuild:
diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild
index 438ca1169466..fd8c86dedf68 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-40.0.2214.111_p1.ebuild
@@ -1,6 +1,6 @@
# 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-40.0.2214.111_p1.ebuild,v 1.3 2015/02/09 10:32:23 zx2c4 Exp $
+# $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 $
EAPI=5
@@ -80,6 +80,9 @@ src_install() {
doins libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
doins widevine.version
+ einfo "Please note that if you intend to use this with www-clients/chromium,"
+ einfo "you'll need to enable the widevine USE flag there as well, in order to"
+ einfo "utilize the widevine USE flag that's been used here."
fi
if use flash; then
diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild
index e605308e585f..37e5ad5dc773 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-41.0.2272.43_beta1.ebuild
@@ -1,6 +1,6 @@
# 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-41.0.2272.43_beta1.ebuild,v 1.2 2015/02/08 16:05:41 zx2c4 Exp $
+# $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 $
EAPI=5
@@ -80,6 +80,9 @@ src_install() {
doins libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
doins widevine.version
+ einfo "Please note that if you intend to use this with www-clients/chromium,"
+ einfo "you'll need to enable the widevine USE flag there as well, in order to"
+ einfo "utilize the widevine USE flag that's been used here."
fi
if use flash; then
diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
index 410ca103bf89..a80eada3c9d8 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2292.0_alpha1.ebuild
@@ -1,6 +1,6 @@
# 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-42.0.2292.0_alpha1.ebuild,v 1.2 2015/02/08 16:05:41 zx2c4 Exp $
+# $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 $
EAPI=5
@@ -80,6 +80,9 @@ src_install() {
doins libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
doins widevine.version
+ einfo "Please note that if you intend to use this with www-clients/chromium,"
+ einfo "you'll need to enable the widevine USE flag there as well, in order to"
+ einfo "utilize the widevine USE flag that's been used here."
fi
if use flash; then
diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild
index 29e97e9d8520..4a3d0cdb4f46 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-9999.ebuild
@@ -1,6 +1,6 @@
# 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.15 2015/02/09 00:55:10 floppym Exp $
+# $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 $
EAPI=5
@@ -80,6 +80,9 @@ src_install() {
doins libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version
doins widevine.version
+ einfo "Please note that if you intend to use this with www-clients/chromium,"
+ einfo "you'll need to enable the widevine USE flag there as well, in order to"
+ einfo "utilize the widevine USE flag that's been used here."
fi
if use flash; then