From f517987ecf3900489f3dd553091c05ae3b9d8d01 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 6 May 2020 14:33:52 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (81.0.4044.138) Package-Manager: Portage-2.3.99_p6, Repoman-2.3.22_p35 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-81.0.4044.129.ebuild | 61 ---------------------- .../chrome-binary-plugins-81.0.4044.138.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.129.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.138.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 8b890fbc3a54..df5d914a794b 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_83.0.4103.34-1_amd64.deb 68651028 BLAKE2B bade9093ef0494a3441ebfac7d53ba49ff96df419361f28a88b4ee182acfcb8227ba8b76a82b5f977150273ca0038b9ffb3c7aea38bb4f12b118ebb2baf3d30b SHA512 a8611ed9a483a5d4f69cb530c768683145fa99aceab44d234450e9c4165194b7e4919fbad3ae7fc1b3c47b173f4b4e18ca07b805a0d356ea4f8b32123838c1a1 -DIST google-chrome-stable_81.0.4044.129-1_amd64.deb 67137920 BLAKE2B 059fa43c5b5f0eff3eb92dc7ea9692ba4f33eaa928399e2330c8c23ffee8b595ca61a85aff7b81cfbec0ccb49e7f168a5fcd26cf954072c25533ad053b330e3e SHA512 9a6766f4e8f6f326cb41ba945bbccdc9beed25cee51f62fc8c82f2b5021c078bd6ef4e9e2491a34714ada17bf57c9884e010b6cef76a5b0186e8ee5b571925e9 +DIST google-chrome-stable_81.0.4044.138-1_amd64.deb 66985784 BLAKE2B b61a18d3823852a019733a1e240ebbcf7e1c93ac965e213ad032f3378a72d0d0194d05636ca7b8e2ff1a0ec8d60c43819d2931aac05b29cb5c89b5491eb6dc09 SHA512 64f0a8167e0b49b7614ddc44cb35b28dc4699cde7e14f3868fd27c1ec7848a727a356bd0a9914e8ba42a8c47e3d6fc0901abc495b000d30aa0e73034129b06af DIST google-chrome-unstable_84.0.4128.3-1_amd64.deb 69606370 BLAKE2B c3e6aca4b0b2c2349ab8ed7e57a2a6b2ae3f639d2e1f5f414fa4d15bef90ea03f953ac7e92e3f84afabc805002b296d694383e83e8005762677a502d4bc15bb0 SHA512 5764e16ec8782290447c8be2950250d4dcfb4b039a32bf2f082a2b21d080492ec518322d71894918f6e6f3e6cfcfb329564af3a9f4e2a977521b88ca8c479f38 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.129.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.129.ebuild deleted file mode 100644 index 9d3de3efa772..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-81.0.4044.129.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 - !