From 2a31581d2608cf6f01c98c0640dd0a17cef32099 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 24 Oct 2018 09:57:20 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (71.0.3578.20) Package-Manager: Portage-2.3.51_p2, Repoman-2.3.11_p27 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-71.0.3578.10_alpha.ebuild | 67 ---------------------- ...chrome-binary-plugins-71.0.3578.20_alpha.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.10_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.20_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index bba4d3236364..ad97ab1b86b3 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_70.0.3538.67-1_amd64.deb 57157608 BLAKE2B 6ae713e29bc49d3c2526032e0eff9d310addcb9543f06b61fd1284358282137aabf9a394f81369d028ea7d73bdbec8bfaafd71e0ff8055e9b69c722582e586e5 SHA512 120674dfdc2f059ed863f7c2cb28b8d417206c58979fd5f24bc880c69c2574f4001b2452146aebb8f5ac0c76527dcf5a3c98c9df1cf54f13fa7f5aa9dc10aef8 DIST google-chrome-stable_70.0.3538.67-1_amd64.deb 56079500 BLAKE2B 3835e5b088b9259ea32ed6689f0ed670e21841a35a34be741fd8ae47ad16d7f1642cb49e2e2a7fba23695a2578b1bb9bfa1fc4a57c0dca61fbd9c85ca4b3a008 SHA512 8f11a8a0caa6ce95d2f21b408ac70c4da1852465958e2515f874be6c55a8f109754e680f52cf81bd7aef691aa693d036fbcd1ae4f5d024213fc8de38d52ae66d -DIST google-chrome-unstable_71.0.3578.10-1_amd64.deb 57838364 BLAKE2B 786ab75466be4be8bcc6fcb13c57c1292ee27a78c84b6c4c1cdfda43677d652de69cba7dda7f07a6177000111b8495a504e9375f1656c656a7532dcd41f22f66 SHA512 3d95c702e080d0a3b575cc17eb6659e4d350d7a8d7d24f1c841bc4a844ca26b6f0ff991f851d60fe260df564a8a42e3793617d582fc72fcda98b1c72c6486ce2 +DIST google-chrome-unstable_71.0.3578.20-1_amd64.deb 57835864 BLAKE2B 8fc9a63b32091c72501788b19889f593f9bb25187b78d48e4226087b83e199a5465b141c089fa3590fb5522b0560d740b8b6e5e7d910cbd3c2ae4c344465eebd SHA512 b00bc185c7a49ac67790598d0e6cdbc77853fee8c0793222673f92a95585d73c53ab33088bfbdc0c588da265f1a56863d86638ef39bff6613872bdc153b92454 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.10_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.10_alpha.ebuild deleted file mode 100644 index 6fcfccb7dc18..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.10_alpha.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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? ( - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - !