From e54d3d07ba0584024869038c6180f2c0b863ede4 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 12 Mar 2020 11:38:12 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (81.0.4044.62) Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-81.0.4044.43_beta.ebuild | 61 ---------------------- .../chrome-binary-plugins-81.0.4044.62_beta.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.43_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.62_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 1049acb8309d..b69b13540013 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_81.0.4044.43-1_amd64.deb 66663962 BLAKE2B fa1a8ff86fc59ff49bd181d8d1c469816b80dcb4329dbc0168188bbce0920a3a387a471c063f9f11214c0c49d7ddd3d25c297982585c68ff20c4c1b4ddfe7b1e SHA512 0f738fb50109f1e8b33c8fcef7d5f9c6217a7f680cd7d777b61d6e47ad0151e5c96ff450f599f04330cbbe574337e89c8223410e712384ce96b834d4d25db68b +DIST google-chrome-beta_81.0.4044.62-1_amd64.deb 66919578 BLAKE2B 4b228172a74b78e75bac4596c3c5a4aa795ec338eb3d83358fdb97d266eb43cd011cd9a8dfeabbb8ab4327acdb158dadddac008f01f054822fc05a47175fb101 SHA512 f3d1c76e949bd7507db827643b1a83dbfb23d28872162885bd5b1165a6e79da2be57106d4f50fd1ef0f722e10560860f15890672ad1135588158a9ec6c30f1f7 DIST google-chrome-stable_80.0.3987.132-1_amd64.deb 63597456 BLAKE2B 62285e7b7dbeb137135ec5ccd2245c542a3305e8867910666d2c11463936a764f2f91ca9076d735044046555e383e3f829e011a2c2fa454cddbc8f05ad5fb50e SHA512 d88a5cff2727113913f3342c6420d1560b38e09002a5f981da3b4f8cb8620abd270409bbd11cba9f7d3d49b1cf472c74b27385417b43144070497f29f20a18f4 DIST google-chrome-unstable_82.0.4068.4-1_amd64.deb 68621040 BLAKE2B b2b3a7716dcbb1b46d4d4f90e3e69b1c9a4768afa9aa01bc37389c13dc8c7857e451039bafec410831fbc3dd9f8306a4395d175914ff2057afd316983bbb6c18 SHA512 893c67d2b1ca58d834a8874d57f9d8e6484ac37e115c44be2b1f4a581daadbf2075448b52ec95ed87e6e5f890e33de718951137bafe326e6332a3029c0dc24d7 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.43_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.43_beta.ebuild deleted file mode 100644 index 50f2de431d29..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.43_beta.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2012-2020 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" -RESTRICT="bindist mirror strip" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - !