From 2498d7c6950481ffa04de53c088e0e1d54406bac Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 7 Sep 2019 11:26:05 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-2.3.75_p2, Repoman-2.3.17_p44 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-77.0.3865.56_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-77.0.3865.70_beta.ebuild | 67 ++++++++++++++++++++++ .../chrome-binary-plugins-78.0.3887.7_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-78.0.3902.4_alpha.ebuild | 67 ++++++++++++++++++++++ 5 files changed, 136 insertions(+), 136 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3865.56_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3865.70_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3887.7_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3902.4_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index abe438e5d5f5..3fc7d536d6d1 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_77.0.3865.56-1_amd64.deb 64064808 BLAKE2B e4af6abf9385068921844bb8300c73f2c1787eba972526b3d1d16ddc2fc1c78a5f2b2f05982f8c51228f11e74c9353715c566f998ad83306b0accec2d1df314f SHA512 34a3a888c4743b60624cc28278aa91d93a1c6baf9f8ef9bd43228a6abcbbbce31d40fdd4465871b4a12f19cba1967f01a0868270f475e126b38d70f532b85dc6 +DIST google-chrome-beta_77.0.3865.70-1_amd64.deb 64112516 BLAKE2B a4739181ce829858d460d88e8864c611ef8a945dde87225cf4e80a5dd6cb04da373cc1043598cec96ea7f5750a6dcc102ca1e5a3eb85ad05894ff17ba958a59e SHA512 b043975754ebbf92aecd553935a73ac7f1b2fe5ab2154fff18996597a5682d208496c63c230cec9e5ff5a506c93168ecfc3acd07ad25a68e350678d85b9870f0 DIST google-chrome-stable_76.0.3809.132-1_amd64.deb 59170956 BLAKE2B 3eea5ff9c3bafa4c4e7f0dd27a8f85a505f2c8a7260f6c517264343c57ddddeb0694e66203622c01d19f89f01c90a384255eaabf2c43e62c7a510e379f3c0a73 SHA512 c93aa39776ae5ca3f24092668c5d3e7fd873ce1b0ce05fa9a5d8a4a164981cf9cb4724a368026cab2475467bc0c85247626ac4f859d6e71f3072af9b7f8f1393 -DIST google-chrome-unstable_78.0.3887.7-1_amd64.deb 64363722 BLAKE2B b4cad58e0f2aa316bd61acea30fbe27c0d513e2584972b2ba1ea9220206accd2806303bb592fb1992b8d8587990c18cf0b2eab35afb885138076a7ddd401e82d SHA512 74849670d05eb31b1cfb531397dab33af891007eae5ae299cbb4c8e9296f3d6bf2710c58b8993c48c37482139795bafd89b65892c9073d1c3a01629f01c49fc6 +DIST google-chrome-unstable_78.0.3902.4-1_amd64.deb 62088460 BLAKE2B 45fbcdf6664266179f0a1404e573b04b947899b6b3fc8c1463c1ccdddcee09e3102a6813686f9131918adab2bf41906b9d0c3032517c53677e6ae6582d6e29cb SHA512 4b98a0deeaa4a3c5266a7a1eafd84dc7ec6d21219abf095750aaba067db1877ee91ac30190954a746db313c07e9c55e90e67ab25d9cb2266c5bc5db160ea66e5 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3865.56_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3865.56_beta.ebuild deleted file mode 100644 index 3fd84e77d226..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3865.56_beta.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2012-2019 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 - !