From ba7902ed2e8a797c7353858f02bcea801b285acb Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 4 Aug 2019 11:01:06 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (77.0.3865.10) Package-Manager: Portage-2.3.70_p2, Repoman-2.3.16_p22 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-77.0.3860.5_alpha.ebuild | 67 ---------------------- ...chrome-binary-plugins-77.0.3865.10_alpha.ebuild | 67 ++++++++++++++++++++++ 3 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3860.5_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3865.10_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 6e76cd75a2d4..5ec69579d35d 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.87-1_amd64.deb 61007480 BLAKE2B 9efe3eb5760dbfabdfed447481fb0e9e7983ff154b3e3c77425eb6ee80a9fa451fd626ecc4a05c5f501de3b9d29897a72090199b4f1714f86f85a54741e09090 SHA512 fa544f035abce25d4e3184022472de56f1a5a6445ac09e9672bf7537d849d8469887277c1b50a9b956b0ba53c9e5771834a5641b8abd7cedce04d34bc58f628f DIST google-chrome-stable_76.0.3809.87-1_amd64.deb 59355402 BLAKE2B fe59e40c5ecb245a360a57c5f1ea492ea90a33c193d70c08580c1583d3ff14d8e0e29e69b6cb4614bdbf1fdf1f67f0341a39fb9f9d3420148c1cc16c8f89b928 SHA512 4363f44452e22519fb492fcf3626a5c084ba3a700bd0bb96f3ce8ae7303331272b6e57fdb687bc7fb4ec2f6d1a224f51a30e37e5cc927d972975ad25dc55afbd -DIST google-chrome-unstable_77.0.3860.5-1_amd64.deb 63913182 BLAKE2B f6fa90bf64f588eb9d2e50ffb45165c64f39c9bee10d906aa837f972f87661b814a81ad67ad22933b50694e34c59a80b8513f6d6985ebda2311b3a6244836fd8 SHA512 f782686943fced242a6f295fd286ce7a45fe45f18f160fa6a518dc7434fa0d2e95fd3621476f3ab42c3cac081d41ed5c2246389283a5edb6196ba25697ab9649 +DIST google-chrome-unstable_77.0.3865.10-1_amd64.deb 63814836 BLAKE2B b027611ea2b3fb28b43ebe7ffd6e6821c04d259db5c8162e404a74e28f93428ca8664beb8bcec25ef0bf8d903aa41f240fbb149b49338608fe48aa7605b80c1b SHA512 c91b2de8579c3fe5682bb5ce4b975ffb8da670a1454c89e2042f023941a0e958dc1766be8b1ca9db40b5553c37dc75648a3b02dbce7701e7f3889f7b7881aed1 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3860.5_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3860.5_alpha.ebuild deleted file mode 100644 index 3fd84e77d226..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-77.0.3860.5_alpha.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 - !