From 19d119a18894500e2505d2a71d3a61efaaf73284 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 22 Aug 2018 13:47:30 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (70.0.3528.4) Package-Manager: Portage-2.3.47, Repoman-2.3.10_p41 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-70.0.3521.2_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-70.0.3528.4_alpha.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3521.2_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3528.4_alpha.ebuild (limited to 'www-plugins/chrome-binary-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 23fe0026e0e1..0c1ceaf8308e 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_69.0.3497.42-1_amd64.deb 56458266 BLAKE2B eddbcdc402c2aead12f20c248a0a874391d8e8d924a1df7f4d0ab48df43cb9aaea1f5b024e2eb6cb2e0528ab28efb3f56087f957b153d361fe908bf92404fefb SHA512 4b2c261c221b3ad3284ba99e4610d2ddb26e7e804b95685958a23101207aea38907508eb69b22547e58f6c77b90a1f7d0d9336383cca223a1b8e6f5683862d42 DIST google-chrome-stable_68.0.3440.106-1_amd64.deb 54090226 BLAKE2B b75d4eb0b1328cff35737253fd2339758be9d1630053d2e268e44d0fae25668f0c5c130c28b93a58820579a3c5698d46f18e7fb371f6d1704a5f5b9879a0cc6e SHA512 32d8f250039a28bf8343deea056b217b2ef748492d6910cb3704579686427b544d4007d62b8eeb7ecf27b229fbdd2c21fa05c43fa2bafdadb6fe473b6c5ef924 -DIST google-chrome-unstable_70.0.3521.2-1_amd64.deb 56809642 BLAKE2B 85080bdd451e8552ed742c5382966c7ee219e332034f43a22710b0037834e32cabbdf5885ac72a9e433c8fa579f79f9ed8bac0d3a1fbe3af61003bb9cfc89547 SHA512 4a24ebb1a5759976f09f3730cd3e0d50266f1ceda0ae1a72be19f1e1ae58233810f5cec95418aa4b003ad8e2fd472b97c0fdbc41b714987e6c7a2c2e307b3de3 +DIST google-chrome-unstable_70.0.3528.4-1_amd64.deb 56917942 BLAKE2B b84ac6da31423a8665c8b300f9c2694dcf651b4fd710da6d5648c4ba7ee08637af85e2d26284ed6c1a1690b39639afd11641dd9bf81e72ffea56ec9b57fe7602 SHA512 cdfa46095c40fc9cdfc01d8ac2d323f7756567537946296474b53d91e3f773a2501abcea0f915a733382f6d01a4290a42a4b335db765df6dbf79ea0be0c14b6f diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3521.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3521.2_alpha.ebuild deleted file mode 100644 index 08f94544e0a3..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3521.2_alpha.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 - !