From 3761d66e865f3dd48924fed6371291a6371abb1a Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 1 Dec 2018 19:47:01 -0500 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-2.3.51_p14, Repoman-2.3.12_p5 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-71.0.3578.62_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-71.0.3578.75_beta.ebuild | 67 ++++++++++++++++++++++ .../chrome-binary-plugins-72.0.3610.2_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-72.0.3622.0_alpha.ebuild | 67 ++++++++++++++++++++++ 5 files changed, 136 insertions(+), 136 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.62_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.75_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3610.2_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3622.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 45d2a4e22c9c..d19442bea39c 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.62-1_amd64.deb 57866656 BLAKE2B 225b8ed1e98520518b91573bc127385a6f6289744052a6b1de9be8a2bb1f1c5f9bc4a6ca7cece3bb75ff0415dbb73441129ef0ba8388e41f84f078b8ee79a577 SHA512 6e92926fc738483e04de270ea6a4d23e676ca25fe2822865f38c1c32f1205155886414f1e7eaeece0ebb6c48cb6eb9156421bf2070cd59078c4b5ad63ec336af +DIST google-chrome-beta_71.0.3578.75-1_amd64.deb 57889872 BLAKE2B 6209f190c99b406c9a62d9b97341a8f4d5776cc94cc892882dbd938a9f7221ed7de3aef331905231c94ed5caf61efdaf1c3d03e0fdf97b9147804e95477cba8f SHA512 d540e43259665c77553ae0d7563c546390ec131d58c0201bc845dc4fdbbdbe57ccf92915f85616fa8556d69174c6cc485bce7c5382b39d93452049dabf1cc14c 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 +DIST google-chrome-unstable_72.0.3622.0-1_amd64.deb 58223234 BLAKE2B f3eb2a55a1415d8b9bd3a5bdcf5e856f5b70119fd9d1e80e0826b21e808c93aee089f09d2d5b7e4532f4adb70ea28a038641f52111c93f1df1ab2adb06353755 SHA512 455275b17cf3659087c3bd7ccfa7763516f5b65438581b608d8ed6f9d801cd9869fbd3bdd56c3b54f5a843823d4d17452e1aea3664b5190d67662ba6637b6c73 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.62_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.62_beta.ebuild deleted file mode 100644 index 6fcfccb7dc18..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.62_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 - !