From 9390c583211b8059a795c02f9d33bd750d51553c Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 26 Oct 2020 13:56:59 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-3.0.8_p7, Repoman-3.0.2_p1 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-87.0.4280.20_beta.ebuild | 62 ---------------------- .../chrome-binary-plugins-87.0.4280.27_beta.ebuild | 62 ++++++++++++++++++++++ .../chrome-binary-plugins-88.0.4292.2_alpha.ebuild | 62 ---------------------- .../chrome-binary-plugins-88.0.4298.4_alpha.ebuild | 62 ++++++++++++++++++++++ 5 files changed, 126 insertions(+), 126 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.20_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.27_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4292.2_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4298.4_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index c88aa8069bdc..55b9b383156f 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_87.0.4280.20-1_amd64.deb 76229280 BLAKE2B 2c7faf9629228eecf8e252b658b2964fd1e8724c098459faed1587b41c07b708e274d4107f97620ef3e2de9cb88ffa635f3e80f9d5f4b2f5f8f55c5a40e5fa89 SHA512 a6e4b64fe0f32425c9ebafa09b9d292844928e610e3f745d5e21d2023f5987e5737043fea1e779c8008eb5a6c5f4c55b18f728fb887f398125d6e521f67f51a3 +DIST google-chrome-beta_87.0.4280.27-1_amd64.deb 74759056 BLAKE2B d2c06a3d0e5d40822a8966bde8edae0de16d38721a965389145acb2c2ecacdae82d7cca6c6f123065b05031187e2b99d067c23718a77984a3f723aea128ce03b SHA512 ce28083d2907a3f1094a5c30c323e7740c4bde038e21670f36b7ccbcac40b439fbab60a16a400711e762805debd1a0618ca277936e2e8804c364ea1197df64d5 DIST google-chrome-stable_86.0.4240.111-1_amd64.deb 71199076 BLAKE2B 28149ada21cfa96c685a65a03878b43034591f96abe284c40047f1e65556bc1325c77de71abc8420303f6b70a4a3bc89ca324ce6269a8d5592f47142bd7b6950 SHA512 354efe5e248b3bd15faa8ac6107756004b75a105cd1d98087cd35a84ae6ee1b3a4140b50cff3a732e4bb7350a72d9c9d1ccba653ebdec62f84a55017671a66de -DIST google-chrome-unstable_88.0.4292.2-1_amd64.deb 72824244 BLAKE2B 3046bef1063922ccfe8a138c0773d5d7f8825f0ae6d62ad4b4a48eaeb07b6b769e85c1705b10641937a201c38a42a950d1f085842f43434442c84bca81a4b25a SHA512 73c6b2e0a8d6196fa2818ae084ff4a3858e459ecf9db4697bdaef248cbec8c93f684236b68278ba95f3261f1c2ab6971e447a5c1abd64fd96f643bce4001cf62 +DIST google-chrome-unstable_88.0.4298.4-1_amd64.deb 73773128 BLAKE2B 34cf2d90796066101c4b632db5b4b07ccafdb932aef814c33ef6d8e4ec9014d92303ac7210d71b6a3d0402e6f6064120acdfe259461ef98f6b3355af2f169a7c SHA512 c3d518df24b2cf51c5e23c4d2ca68189c6f4c2db99c88e4df2436a0d208ba76eef2ecc6bee55345f4a507ea403b3cc41428e010e577c6fe86cc2ebc360253074 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.20_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.20_beta.ebuild deleted file mode 100644 index 645ebaaf6be2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.20_beta.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2020 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 - KEYWORDS="-* ~amd64" - ;; - *_beta*) - SLOT="beta" - CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV%_beta}-1 - KEYWORDS="-* ~amd64" - ;; - *) - SLOT="stable" - CHROMEDIR="opt/google/chrome" - MY_PV=${PV}-1 - KEYWORDS="-* amd64" - ;; -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" - -LICENSE="google-chrome" -RESTRICT="bindist mirror strip" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss -" - -for x in 0 beta stable unstable; do - if [[ ${SLOT} != ${x} ]]; then - RDEPEND+=" !${CATEGORY}/${PN}:${x}" - fi -done - -S="${WORKDIR}/${CHROMEDIR}" -QA_PREBUILT="*" - -pkg_nofetch() { - eerror "Please wait 24 hours and sync your portage tree before reporting fetch failures." -} - -src_install() { - insinto "/usr/$(get_libdir)/chromium-browser" - doins -r WidevineCdm -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.27_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.27_beta.ebuild new file mode 100644 index 000000000000..645ebaaf6be2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.27_beta.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2020 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 + KEYWORDS="-* ~amd64" + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_beta}-1 + KEYWORDS="-* ~amd64" + ;; + *) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV}-1 + KEYWORDS="-* amd64" + ;; +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" + +LICENSE="google-chrome" +RESTRICT="bindist mirror strip" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss +" + +for x in 0 beta stable unstable; do + if [[ ${SLOT} != ${x} ]]; then + RDEPEND+=" !${CATEGORY}/${PN}:${x}" + fi +done + +S="${WORKDIR}/${CHROMEDIR}" +QA_PREBUILT="*" + +pkg_nofetch() { + eerror "Please wait 24 hours and sync your portage tree before reporting fetch failures." +} + +src_install() { + insinto "/usr/$(get_libdir)/chromium-browser" + doins -r WidevineCdm +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4292.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4292.2_alpha.ebuild deleted file mode 100644 index 645ebaaf6be2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4292.2_alpha.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2020 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 - KEYWORDS="-* ~amd64" - ;; - *_beta*) - SLOT="beta" - CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV%_beta}-1 - KEYWORDS="-* ~amd64" - ;; - *) - SLOT="stable" - CHROMEDIR="opt/google/chrome" - MY_PV=${PV}-1 - KEYWORDS="-* amd64" - ;; -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" - -LICENSE="google-chrome" -RESTRICT="bindist mirror strip" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss -" - -for x in 0 beta stable unstable; do - if [[ ${SLOT} != ${x} ]]; then - RDEPEND+=" !${CATEGORY}/${PN}:${x}" - fi -done - -S="${WORKDIR}/${CHROMEDIR}" -QA_PREBUILT="*" - -pkg_nofetch() { - eerror "Please wait 24 hours and sync your portage tree before reporting fetch failures." -} - -src_install() { - insinto "/usr/$(get_libdir)/chromium-browser" - doins -r WidevineCdm -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4298.4_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4298.4_alpha.ebuild new file mode 100644 index 000000000000..645ebaaf6be2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4298.4_alpha.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2020 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 + KEYWORDS="-* ~amd64" + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_beta}-1 + KEYWORDS="-* ~amd64" + ;; + *) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV}-1 + KEYWORDS="-* amd64" + ;; +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" + +LICENSE="google-chrome" +RESTRICT="bindist mirror strip" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss +" + +for x in 0 beta stable unstable; do + if [[ ${SLOT} != ${x} ]]; then + RDEPEND+=" !${CATEGORY}/${PN}:${x}" + fi +done + +S="${WORKDIR}/${CHROMEDIR}" +QA_PREBUILT="*" + +pkg_nofetch() { + eerror "Please wait 24 hours and sync your portage tree before reporting fetch failures." +} + +src_install() { + insinto "/usr/$(get_libdir)/chromium-browser" + doins -r WidevineCdm +} -- cgit v1.2.3-65-gdbad