From d92a6487cd50ca34e9055c60deec718642358e14 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 14 Apr 2018 14:03:54 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (66.0.3359.106, 67.0.3393.4) Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- ...chrome-binary-plugins-66.0.3359.106_beta.ebuild | 61 ++++++++++++++++++++++ .../chrome-binary-plugins-66.0.3359.81_beta.ebuild | 61 ---------------------- .../chrome-binary-plugins-67.0.3386.1_alpha.ebuild | 60 --------------------- .../chrome-binary-plugins-67.0.3393.4_alpha.ebuild | 60 +++++++++++++++++++++ 5 files changed, 123 insertions(+), 123 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.106_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.81_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-67.0.3386.1_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-67.0.3393.4_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 362402398690..6601f55b5ac6 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_66.0.3359.81-1_amd64.deb 53236258 BLAKE2B 7bd0c4655abbcff6166c50f92bcc73e7cbe3a8c3417dc7420c66bb14c9128a5a278508a62a6d7f06aa0a32908d1961ff110a5bd375c460aba38b5a13d672a6cd SHA512 89b8e916827bf29f700abe9e10a014e06a1e38a4f1e267c3ea3887d6be1ba9735536069855509bbf187291cc0d6d02cb07945d6e11f77d48fb4f60a1f1e23cce +DIST google-chrome-beta_66.0.3359.106-1_amd64.deb 53202966 BLAKE2B 6f82beba25dd704dc1e8197e5b35962fb3951fa75017caa78d95de7051d9671d409a72f5eab7085060e16c719dfde46c94e0473e4ad48437f8da6d941343e4da SHA512 d7ad4bf61e28f9e33d05455f200373d3730eea56cb7e4d4bcc7b7701083d3ce19b5da94943fa9985162814cc283ce472262313bfaf40fa628fbb5feabed41cf4 DIST google-chrome-stable_65.0.3325.181-1_amd64.deb 52132868 BLAKE2B 8a40527aa5c6b6f82ed5ec0436a1887989029e514d90306b8d459ed71740fd7184cf5f4c6b0427b41e15b32cc7176c7cacfd3cb34270cc2ee0e0e6c677962e6f SHA512 b80a02753ca302967dadbfc3336eab8577ff3940fea1270454c43c6bf26bd64bc6178e8d70a44aa418a3ace47cabf49d7da918d806d2957415fffb78b7faf98b -DIST google-chrome-unstable_67.0.3386.1-1_amd64.deb 53711918 BLAKE2B d01062271022bd35f89a37569da793d8193beacbefc9f3bc5b66d35de3fa50cf440543f4edd162bc255bac9cb9c99b04fb8fac102f6928b88affb3ceac5146b7 SHA512 998af727b7d606849e901624461e606628ac05d834b4b12cadff2a44c83d98dcf8d668e0b54212ad7f3129a90c9930c5162acf34d095e33a5fc35e78dd3c5fab +DIST google-chrome-unstable_67.0.3393.4-1_amd64.deb 53858546 BLAKE2B 7f5b3846988116317a85889022a31f3cea7601219c716a7e1cc599d2a5f89b3cbc74023864090c3d312d6ef4b76f18175e04ef245835c2ec88befbb02b550b71 SHA512 31e45c049faaa97d71bbaf445747c27a6485d96ddb24090bfc3ea894e758d1238b2d026ae272e4c5d239da5e53c053aeeb1fc28a6fba1633beeea088b3df0b62 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.106_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.106_beta.ebuild new file mode 100644 index 000000000000..e94c35d47021 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-66.0.3359.106_beta.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit multilib unpacker + +DESCRIPTION="Binary plugins from Google Chrome for use in Chromium" +HOMEPAGE="https://www.google.com/chrome" + +case ${PV} in + *_alpha*) + SLOT="unstable" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_alpha}-1 + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_beta}-1 + ;; + *) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV}-1 + ;; +esac + +MY_PN="google-chrome-${SLOT}" +MY_P="${MY_PN}_${MY_PV}" + +SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" +KEYWORDS="-* ~amd64" + +LICENSE="google-chrome" +IUSE="+widevine" +RESTRICT="bindist mirror strip" + +RDEPEND="widevine? ( !