From e02157ed597fe1d03bc4d359ff615775d7324aa2 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 13 Aug 2019 17:09:34 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (78.0.3880.4) Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-78.0.3876.0_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-78.0.3880.4_alpha.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3876.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3880.4_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 422cee02e992..67a34c68a58d 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.19-1_amd64.deb 64108154 BLAKE2B a18d30bfc27089384ec02e044f915dab758ab3f68aef58f78f690611f250f514cfdafd88929de98e7202e0239ac5bee24be41eaf7817cbcdd021850a7a3a9b50 SHA512 995351f841f24a64ee44531a02d88a6d040a6baa37228643cef949d3a00fa1da0df78b159624b6fd3ee6e902f05bf015b06241bb61bfb0c717de758471e42776 DIST google-chrome-stable_76.0.3809.100-1_amd64.deb 59477810 BLAKE2B 7fd5e64f00cb80070c396f6414cbe921bd05b3405120c21d89777bb0da6e4b082f3209927dcb39397970024daffc80c5d5c182e34ba783309bddc1a3a0ec7b22 SHA512 73d742f69b2208383cbadc4432d217ad65a1dae4050ebe7b4e9b7f109563c9565863b8703517a004aa9eee3bd75de66a650d2602db7d1733b1fedb651e6fe085 -DIST google-chrome-unstable_78.0.3876.0-1_amd64.deb 64322528 BLAKE2B bfc66724537fa4bb6b7cd63f732f335102c74b45044e4bdf410cc6eb59cf723c311e657682316dff4bdf83bcff67de0ccfe7146ec0d9dee47912c9f97de313a4 SHA512 e021867e1392f8f7e9efff220799d95aa260a26e45c4e82668e33cc883f282238f5ad7a16e8117f8ad4ebbf2f9eab2b25cbdb393daaaeb83ee0d737b7d7f28aa +DIST google-chrome-unstable_78.0.3880.4-1_amd64.deb 64053288 BLAKE2B 8f250140bf508627fc47bf9609da9606dd11b81a68674893fd5fcac89950ae2e580287ed42dfff82b995e464064a475711a88b206e6af642c6076aec63995d79 SHA512 1352f063178bf5e5ee780fc17406b856cbf5d9d135c2be29fbb9cdeb439d6f8facae103a55978fd70c684a402fd430e40a9bd4ea88554c22803d0d50239bc4a9 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3876.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3876.0_alpha.ebuild deleted file mode 100644 index 3fd84e77d226..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3876.0_alpha.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 - !