From 6c93a0fe54c38be42ec5788d61dc2a004abf8c6d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 9 Mar 2019 17:10:23 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (73.0.3683.67) Package-Manager: Portage-2.3.62, Repoman-2.3.12_p83 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-73.0.3683.56_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-73.0.3683.67_beta.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.56_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.67_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index ac1451057d52..dfa40b30f31b 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_73.0.3683.56-1_amd64.deb 58799266 BLAKE2B b169e7b52bec52e29679bea01d73d7d4703dc6c13f83fd9e55edc1112ddd0349d4888ecead7fc383d7850f6a4d3e3676a5a31877d74dfd244b25283c7d0a653a SHA512 18731b77a2d086233e20c737cfee2fc73c83390052302748ee622ccbb7f2aff6977509b2c389efde04bc9637df9bd825def14e8974aebea430a9ca673ddb044a +DIST google-chrome-beta_73.0.3683.67-1_amd64.deb 58862052 BLAKE2B 2424c7ad61646af0259648691271cc5328cebcbcd0f499ea0a022fb8d48349515535dccefdb6a8c9ad0dee14d68f2e33302073ffee7eb1cb139ea16a410aa7a0 SHA512 d68b7bb617b96261e25677380e7bbf545f04263f296c986e2aa68bfb5b279172cd8f72b93a08cd096098cbb2c7ee24cdfabf13f93fc385cd55fab0e1ac2bfa32 DIST google-chrome-stable_72.0.3626.121-1_amd64.deb 57295524 BLAKE2B 04bd058939baccf7cfb3452058e3aba4a55469d457295e9a672a4bea1f8b2c75a7240a1930977d931c5aa321d09a09b78572330be07b50f0909079419d447cdb SHA512 b700048a0effe16ba1cc58c4105a3502f3f47f1aaa95c95bc24eae155e92d4750e6e8e2b49439ae46e5e59e9ae0bfda0556d5da810e982e681c33e93cde9b447 DIST google-chrome-unstable_74.0.3724.8-1_amd64.deb 59581626 BLAKE2B 469b4509135e93bf118039f0eef050e3e85111c8aff7143638353d471d03969ed32acae08229337bad478b2e03d16df7166dc8e86208dc9c67be17666fca304f SHA512 6dab82ef8ea93446f3f873dde4ff4bf1c1c9067fd2458816d0f4632d837fbf7913428f492af86855d0cd6361faa0a3441215411d08c5057c14b61d695a3380d3 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.56_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.56_beta.ebuild deleted file mode 100644 index 3fd84e77d226..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.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 - !