From f043c232e1583f7226a5acd6ddba531071bad4e5 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 19 Jul 2019 13:29:25 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-76.0.3809.62_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-76.0.3809.71_beta.ebuild | 67 ++++++++++++++++++++++ .../chrome-binary-plugins-77.0.3833.0_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-77.0.3854.3_alpha.ebuild | 67 ++++++++++++++++++++++ 5 files changed, 136 insertions(+), 136 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.62_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.71_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3833.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3854.3_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 425ef4356586..f1283bbb5f3b 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.62-1_amd64.deb 60917422 BLAKE2B 118de64f07d33c3d28fad581f1a47f229222222cfdbff1a0e8f079e86c57f0310f5568d8ffa8adcdfce6f16f4259222515eecb0be1aae74e73d0c0e32230d6d9 SHA512 34aaf7a517ec1d95364460e61427cdb838a9d8f7681da5cee42cc255c33bc457b43ba70e9624c02670009befbc0abcbfe3c6c6ab971af3b02393f4d65a381c6b +DIST google-chrome-beta_76.0.3809.71-1_amd64.deb 60918018 BLAKE2B abe52963f2df5f0e3dbdaed6b33a2720aad6f1965ec0032281cb076abf58c74045c291eac1a975eb9a1e6c8222f7be3501eed31deaebeae5b047dbd464f0a251 SHA512 9275919c8f2135f1277991087ac38e60c51324655114979f86a6adff9c64720c2b744128d86af394adc32015ac928845626cf1defa26d8dcd80d1ebf923fbd20 DIST google-chrome-stable_75.0.3770.142-1_amd64.deb 59242374 BLAKE2B 6610d46190c2321157c9b7609a944b047de77c2adc7c4fc28c39da25a499495a6d2edbd079457c2af063e16842cdc13b0b8e66c2a76ba431d7b6d44d5252e47b SHA512 a700ea6f02865b581225092f7f8c934ac862eb6510d8fbf2261522efa3f0cb629f8b30243b06d3e31054ab79c336c8a350c6cf4abdd5e14d30faa3e9dd01f3c0 -DIST google-chrome-unstable_77.0.3833.0-1_amd64.deb 62517674 BLAKE2B 50e7abbfb1aa924473d1acf9c7ca18f37d8367b7d0f100579670a679bcd60342172679e946f433905df938adb7d7cf2ad3cb7a701d563b489ff81466e25afead SHA512 06c4d72a96164f8daa9fe21b00d0bf01845ef0c754404134103153b820ed0ba49578a35a36e616c3a394d362a1af3055a12b836b557779f8e319c1da272556d6 +DIST google-chrome-unstable_77.0.3854.3-1_amd64.deb 63634738 BLAKE2B 235230a67bfb0de873cf157bea39b0960083ad41bc8aa9dda94ba253955b6451750c7bfa6c1c7216f7c0f37867f157f1bcc046b281fe7e7a86e99a375d450514 SHA512 0cc00c05299e41cd7cca750e336acd2b92260ca12018962d97b5801b1ee96721264a7289c1b79bae29d4fc07f8746c64eaabf2e2882c38b8104b69af3decad3f diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.62_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.62_beta.ebuild deleted file mode 100644 index 3fd84e77d226..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3809.62_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 - !