From 70dd779647cfd47f3867d53c91b504c3e876ec63 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 21 Nov 2019 21:36:40 -0500 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 6 +-- .../chrome-binary-plugins-78.0.3904.108.ebuild | 61 ++++++++++++++++++++++ .../chrome-binary-plugins-78.0.3904.87.ebuild | 61 ---------------------- ...chrome-binary-plugins-79.0.3945.16_alpha.ebuild | 61 ---------------------- .../chrome-binary-plugins-79.0.3945.16_beta.ebuild | 61 ---------------------- .../chrome-binary-plugins-79.0.3945.45_beta.ebuild | 61 ++++++++++++++++++++++ .../chrome-binary-plugins-80.0.3970.5_alpha.ebuild | 61 ++++++++++++++++++++++ 7 files changed, 186 insertions(+), 186 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.108.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.87.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.16_alpha.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.16_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-79.0.3945.45_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-80.0.3970.5_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 4c33e9c3d3ad..da2a9ac9d494 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_79.0.3945.16-1_amd64.deb 64771552 BLAKE2B bd49950382a82ff28365caa1c83d1838d0ee51ccf078ab11d0465a9469f8553bab9459ac0b9420d8eef1eda70196afa5583fc9506eed953886572b7fd84b6d4a SHA512 666012cbff66ae82835fc6545e50ae1b44595eb92562126bc8da40d71b4ac33ff8c059b13a158273905d6bf5456d0890c1e69894bb89e2526539c6fb4468fc80 -DIST google-chrome-stable_78.0.3904.87-1_amd64.deb 62927822 BLAKE2B de333c8ba5f2b3f4ceaf6b8b4878f02d298e2b873c47298f4491c5759df590ffa36a753a0fa837bdf87e65560adf528d872b5f164f957a98c5814abc1bf4c065 SHA512 02e9ac58a8922e576ceeff6093480449d99b5d93fa6537bc96f5fc01abc7d58f5f3add7b432ef85608184acc9f002d8b16d8bf02fdd95177b857946492ea9e60 -DIST google-chrome-unstable_79.0.3945.16-1_amd64.deb 64760390 BLAKE2B 4b7eb4067c793376a6af4c5fd10671172c1f65ccd6b2f278dc84322462fc356c7112d637b1ee7d09e519a62c6097f1df70a1229d7e015833210eac2ce94883f8 SHA512 0b66f7503896426759be08f0a3b32ce49d0794a7ccf56a64dd25638574374f18cd2f2c4b034700b3201a1bef5d3423086373402a2f9d3ff8c5c1ff0db0449a60 +DIST google-chrome-beta_79.0.3945.45-1_amd64.deb 64729792 BLAKE2B 9029217aff80a50588bed070f48b572cdbadebaef9efba4cf0162331346311c5e09abf06332c565bc351eafc9cf7448b247d0613c4b4f66d5bf096596cbc1234 SHA512 b644f42f08342da37d3c4a597a53520b5dfb901759c266128acc8feb72e1e55813d95aa8043a218a5962146fe6cf13541a069e958fbc6a5e0ac7515d86963de0 +DIST google-chrome-stable_78.0.3904.108-1_amd64.deb 62950548 BLAKE2B 3681c5deb45cd70a8380a926072e8db91dc892faebffbe3746184e46c4088929898455866ecabb640c43cbcf03a4b2da140fecccb4d8cb8c505ac06b5ba0b1e5 SHA512 792b2da07266a050147e59bb2013955c326494e4935802c85057fb09b14911fc0eac7dac81ca990b03abff737796d0ef6cd76a2d197d53ba4010a2007723fc0a +DIST google-chrome-unstable_80.0.3970.5-1_amd64.deb 64941176 BLAKE2B 9d008f907d4205bf60193a2e5521c1dc9663a4519272d058471e122565e9cd38d1fcc9596b9e83d711324c5b76ba9c0bd932e452fde936df5b48b7c393f088e2 SHA512 47da5c04d9a9bffbdb787767c9e89635dc4d8f4bc2814ffb25da2dbfbb4fe5ed68ae17e3bc703d917c02d76685fad01328b94779c467182a4fdcd58ecba8b5c7 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.108.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.108.ebuild new file mode 100644 index 000000000000..44a588dd47fa --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3904.108.ebuild @@ -0,0 +1,61 @@ +# 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" +RESTRICT="bindist mirror strip" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + !