From 11a81f83e1813d0678da53d6318e562ba4c6b8a7 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 9 Jun 2018 14:11:46 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (69.0.3452.0) Package-Manager: Portage-2.3.40_p14, Repoman-2.3.9_p246 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-68.0.3440.15_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-69.0.3452.0_alpha.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.15_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-69.0.3452.0_alpha.ebuild (limited to 'www-plugins/chrome-binary-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index d9f78012e475..925bd5567167 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_68.0.3440.17-1_amd64.deb 55432196 BLAKE2B 436c6ac74d48463353f9a7822fd33363326945c0bc7d6dbcf7b87d44563ced7ebc68c5d523f51fac3d2f9c77c3b2692b74516bd8884ac1260a2abb93a614210f SHA512 c51f0e774039c6e6a9b853195749807534ad8d602fa1537fcf8b4e7dafe21cb6cac668f697fb7aece6a7a02929c453e03e60b628139129a276a93ab655f3fe49 DIST google-chrome-stable_67.0.3396.79-1_amd64.deb 52529522 BLAKE2B 2d8b7e5613b6130571e7f2fd6f54d20645553e448b7ba37efc9758da1ba93c6eba23d805a922ac283c1da5dc1b97f4f525bd85197668a0d90c69365b1a5a5eae SHA512 692f16d7b5a6d9a1f6e84dc21059d1b30a69be48cc3c057345ad9d475c3563a91fc19339c3cf93731ed4991eb78c0d9462ec94835ecac6a22a9cac51b7a95a12 -DIST google-chrome-unstable_68.0.3440.15-1_amd64.deb 55268120 BLAKE2B be6fd557cd764693ce1259280bb207a0d6290c809c47ad4f57b0f8af2c2f08164e0ee60169de8a09d2694362207e9bd2494e8ec618d48f247ee1b7bb25c6809e SHA512 6cb5b349ace24a59ded0d1b7af97b921191e8a6b070447b49345d819e1990868a201fddc778a30c3f93ec80a158075eb84efe9e244131d43103bbbf26eec60c6 +DIST google-chrome-unstable_69.0.3452.0-1_amd64.deb 55848296 BLAKE2B 05e44061497eb361ea98af13583d7b7a867d3b19df5e5dad275b821a9b45486fc0001b829672e17a82537ee29ffd79411bbf34cdcfecccae9ad597a2afd90c6d SHA512 0b447bca7251573f7bfceafcd450e6a3058c80d03f688fb6af8e6062b584082f8cdd8b05676cb6e75dbcc43a0433f2509d0591dacd0e9e84d1f44515f8668c69 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.15_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.15_alpha.ebuild deleted file mode 100644 index 08f94544e0a3..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-68.0.3440.15_alpha.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 - !