From 21afd3c032371aba8a4578576e6207dcbf338a2d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 22 Nov 2018 11:49:50 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (71.0.3578.62) Package-Manager: Portage-2.3.51_p14, Repoman-2.3.12_p5 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-71.0.3578.53_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-71.0.3578.62_beta.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.53_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.62_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index a6a92c314e24..45d2a4e22c9c 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_71.0.3578.53-1_amd64.deb 57839204 BLAKE2B b9af474ac0924379afb6c41a27d76de4cc7f4be5644e3e12a22a87ac77e93a8fd665886a610aedc99f9db6f02c412fc9e3ee06aa6e52f186723e7fbfdc77e272 SHA512 6a6e4e6a073204cb77eefff4d992a593b5bc8290500f593336bc58690f0dded75641445dd0fc59548b8c4c347c99c36c8f84040b39ea7e42d8496f920a1221b5 +DIST google-chrome-beta_71.0.3578.62-1_amd64.deb 57866656 BLAKE2B 225b8ed1e98520518b91573bc127385a6f6289744052a6b1de9be8a2bb1f1c5f9bc4a6ca7cece3bb75ff0415dbb73441129ef0ba8388e41f84f078b8ee79a577 SHA512 6e92926fc738483e04de270ea6a4d23e676ca25fe2822865f38c1c32f1205155886414f1e7eaeece0ebb6c48cb6eb9156421bf2070cd59078c4b5ad63ec336af DIST google-chrome-stable_70.0.3538.110-1_amd64.deb 55908786 BLAKE2B 1159a7a64918fdf2c2128e2d242d6fda4d0404ec44d63253967e2bb662f4f97263da5290fa15945454addf0780f7bc1d4e8a33ff75bd85593ff7ebbc754fb311 SHA512 0e07c332a41556db263d6d1d506268a18209e6211a525c23729bf1556ac3cc18b235cf0e093350516f5f9900fb2fb843d2ea46bf6f3a1ce70076c441c5e33257 DIST google-chrome-unstable_72.0.3610.2-1_amd64.deb 58255564 BLAKE2B b6bec7e2441794a68d0f2c1ba5dabe71deffc82f97f37ae69f7d67b92a23c8b8624b5458d4c07dd153566705252866191983aa2afe241193789963ff0da31838 SHA512 1f60573f4b535e8d0488781424ace6ada48d9eb51ce2588acb34431e1c2cf22757af4aaf139f350deb3ca0bf878c865da3015df6d7ab9023e7d15fdd4ddeebe8 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.53_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.53_beta.ebuild deleted file mode 100644 index 6fcfccb7dc18..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.53_beta.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2018 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 - !