From ec274de0f307056454f0afca886ef8f1bcfa49a5 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 4 Aug 2018 08:38:20 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (69.0.3497.23, 70.0.3510.0) Package-Manager: Portage-2.3.44_p5_p229679, Repoman-2.3.10_p20_p229679 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-68.0.3440.75_beta.ebuild | 67 ---------------------- ...chrome-binary-plugins-69.0.3497.23_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-69.0.3497.23_beta.ebuild | 67 ++++++++++++++++++++++ .../chrome-binary-plugins-70.0.3510.0_alpha.ebuild | 67 ++++++++++++++++++++++ 5 files changed, 136 insertions(+), 136 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.75_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.23_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3497.23_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3510.0_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 27dd1a9534ab..b28d0aa3270a 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_68.0.3440.75-1_amd64.deb 55365092 BLAKE2B 242882a9d4bdaf2821b84979573c6b07fe6647774c09ee8971e5c3467bae1a3f426c2a24f09d2b65fdd575c6ded0859e92c2db005df66bf89d723f420ae405bc SHA512 3eecb8c013bb76e80a40fd7fed47ff70c3eff7cc055b22e1b6ee219c0d5e9308e0b47b315560df9e1fcdcf79ca924f9b80ed9df841e8da2a7b52ec8623bae549 +DIST google-chrome-beta_69.0.3497.23-1_amd64.deb 56361772 BLAKE2B bdd8581f97e45dbb959d49b00d1beeb0302b5f74a31284af621151a0155be679e299d7d7b0e940519f7b90f49d17e0f9f4de3d3edbe2dd94ae9f7037e63c65e6 SHA512 c9769099551d135a0204331ec0d747043d0e63b27d02844883fd4a516e834a88365a02b947e400b856e8fc81608130ec46068c4c82ce0af8427c757f2cd733dd DIST google-chrome-stable_68.0.3440.84-1_amd64.deb 54076744 BLAKE2B 294e48ae5458d813dda1d9270ec31384842aae0879cedb76521529f7d7b37fa8a8ceee5ef32e0cff99709ff8b50de048e1077f6c4a36e0e368c224f2f5e9cbda SHA512 cae6469df0147171eec0c56dc14051661be79d41348828aca5e08619b5ee9143f85aefa9db5045482a8b9ffbbe0af81473598239cf856d8f33cdd3df5e76d994 -DIST google-chrome-unstable_69.0.3497.23-1_amd64.deb 56345622 BLAKE2B fab0ffab47b2201310b87bf885b85f87a83b2c5bea03d1bf7d70b334105afe549b62afdbc45b64093b2626bd962a2f2f90bc362e2be089b13424dd52c85a5ac9 SHA512 3908824161e2200c39d20668443ba910b7cb04ed3979f8c8c41ae4ecdc9b59d175a61cb39321aba660de3fffb473c316b6cda5235715765f76560b4850da7b49 +DIST google-chrome-unstable_70.0.3510.0-1_amd64.deb 56663720 BLAKE2B 57ed294f222a4f8b3d6c76832b0c3741aa3870a661979d934e04c4458de3da57df39f611a72146576796171b75b8b2536aeea9761f0831ad59bf892fc2d1c3ba SHA512 5ac10d46c0adb1d5cfa2caf8bbbc8bcac3ab0bc6798bbcbb8cd023cab128177bb2b417c7da0bcbc37451498edd1f213f70dad07bb47eeece62eb61ac94deff5e diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.75_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.75_beta.ebuild deleted file mode 100644 index 08f94544e0a3..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.75_beta.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 - !