From 3bc469d52be29e5d27ce7cc9044628ad6ac797a3 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 1 Jun 2019 17:37:34 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-2.3.66_p2, Repoman-2.3.12_p111 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-75.0.3770.51_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-75.0.3770.66_beta.ebuild | 67 ++++++++++++++++++++++ .../chrome-binary-plugins-76.0.3800.0_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-76.0.3806.1_alpha.ebuild | 67 ++++++++++++++++++++++ 5 files changed, 136 insertions(+), 136 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.51_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.66_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3800.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-76.0.3806.1_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index aecfff499d70..7d05af6e0eb9 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_75.0.3770.51-1_amd64.deb 60357994 BLAKE2B fe52e7ec7ce727327ca666b83c3c375ddc986a39b9e72756db1130323bcc88798b859e05210eb7c62c1c195dc72c36602c30ce9aa1a2f36a86082f768069523a SHA512 284e5d36ee519bc8518bcb914a4b7d28cfcc268d23556eb8f6c4c16c3210cef18001d5108fca61e330075da8a8132d9f35d4167d5dc686207f29955a3ef709e6 +DIST google-chrome-beta_75.0.3770.66-1_amd64.deb 60416518 BLAKE2B 151a392fb94111c73019c264691a1e206bee8472027fbf857afa043189051086cecfd8c779ae5eee61502857c3d965c8614f82669c34bc35366b2f6aeda4bbc1 SHA512 b206e271b90336891b3a816b63c21a93ea0b64aa725ac754b0629ecd97190b45a67d64008f8f38eae3b2dd55a446d7d719e179d74ccfed25f2062f8fe25691e8 DIST google-chrome-stable_74.0.3729.169-1_amd64.deb 58236722 BLAKE2B 99be6e82f3782a50f6786550b67da5dbba01e3cccb9a2f2d7d40de8fb2e76fbf2e7d6ad3b48b63ff56f02fcfdd33d10fae755778409dd9d6c90e8a9ca2c3fa8f SHA512 98bb65afdc44e4b40a3d073cf7c7796eabb4dc8c8cfb02b59d573145a96f06f49a1789b6b706e29d9e9031d70a05fb7c0a1829c90a0ff1e102b280133ea95546 -DIST google-chrome-unstable_76.0.3800.0-1_amd64.deb 60550262 BLAKE2B d09fe2be3d1e433f2bb6aa90a63ca9c5031ef4a14af222d48eda1d1fb88cae40ad8a2383193f8cbf127decf24223684791dfd822afa6a026b5bfee086ab0c33e SHA512 1ea716f76510e75988e0abd8ad7a731485eb025312130d8ad57c839fd60b9080e95ed9ae4a75ecc3e48ebd5fea9045f884793ede1b925d0ac8f7f64b6b5b750d +DIST google-chrome-unstable_76.0.3806.1-1_amd64.deb 60963730 BLAKE2B 79030811b458c985d27ced8526ab53c4a43c93bf45cdfdd0bb5f10a726c4ea82aa3574cece82f17960e623f6de66ec0b3bb8d7a725d3ee8164ae53c9c2c3a582 SHA512 36050216e22c45420819dc4ac2bb8442eb15c006127e7ae358485925cb1aec7b085cbc60f9336dbeefcf0247b5e0496b4fa921ace5de1ba89bf1b092c0620696 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.51_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.51_beta.ebuild deleted file mode 100644 index 3fd84e77d226..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3770.51_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 - !