From 46b1ebf52c61723d3caea98adf6ed597161f4d35 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 11 Jul 2019 17:45:17 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (76.0.3809.62) Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-76.0.3809.46_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-76.0.3809.62_beta.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.46_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.62_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 3d62f882b573..13375b78c609 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_76.0.3809.46-1_amd64.deb 61049508 BLAKE2B 09b0dcfa6ed83de0d318948420c082a4b6ceb69e362ed6b7ce0a53e732eeea9b3f676f5cd9164db446c115b8a9db3631fef197a6eba4a24538511f8e6510dec2 SHA512 4b547734460e1d815658ddff922d3119dd57838a606cc0dc1bd77a619d1378a6fe102c5ac0536c327831ab9a1959d47adcace6b269edb80207866775c4638d46 +DIST google-chrome-beta_76.0.3809.62-1_amd64.deb 60917422 BLAKE2B 118de64f07d33c3d28fad581f1a47f229222222cfdbff1a0e8f079e86c57f0310f5568d8ffa8adcdfce6f16f4259222515eecb0be1aae74e73d0c0e32230d6d9 SHA512 34aaf7a517ec1d95364460e61427cdb838a9d8f7681da5cee42cc255c33bc457b43ba70e9624c02670009befbc0abcbfe3c6c6ab971af3b02393f4d65a381c6b DIST google-chrome-stable_75.0.3770.100-1_amd64.deb 59249314 BLAKE2B 08193105f5edfbc10397d849721e68122fcd07c887f06c2f538507369b3411a0b7aa6d2c027fb0b09091856d5ed953921f5e13d6800f88b57a845b420fa88cbf SHA512 b7f78a347ca715d17c144574e727040ef7e75e89bfa6eb4cd809d0ca98a46f6005bec2cb9fc5901f6f307b6ef64b9a05aff375b877a2359d3b361ed2e1e83e3c DIST google-chrome-unstable_77.0.3833.0-1_amd64.deb 62517674 BLAKE2B 50e7abbfb1aa924473d1acf9c7ca18f37d8367b7d0f100579670a679bcd60342172679e946f433905df938adb7d7cf2ad3cb7a701d563b489ff81466e25afead SHA512 06c4d72a96164f8daa9fe21b00d0bf01845ef0c754404134103153b820ed0ba49578a35a36e616c3a394d362a1af3055a12b836b557779f8e319c1da272556d6 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.46_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.46_beta.ebuild deleted file mode 100644 index 3fd84e77d226..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.46_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 - !