From f8172285aa15250020acb146ea17d8221f89ea17 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 14 Oct 2021 19:49:16 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (96.0.4664.9_alpha) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-96.0.4662.6_alpha.ebuild | 61 ---------------------- .../chrome-binary-plugins-96.0.4664.9_alpha.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4662.6_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.9_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 5db39fdf98ca..8cbcde3697ea 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_95.0.4638.49-1_amd64.deb 89609964 BLAKE2B 0c4e99b79c09ff69617f897af114f986a430a782f707d702aa95d779daeeabea6c1af122bd850129f6afa65a57e2dca96b9e83237212043d5fb562e4abb43c4c SHA512 bb443f2435f9076ae62ff2d236db0a66c5accc4eabe50184a7995abf56db703646e87f87f3d412e7fcb13c75a6c438803f90bc5a54bcf9a7b38c22e7b08e50d3 DIST google-chrome-stable_94.0.4606.81-1_amd64.deb 90229076 BLAKE2B 8944ec65dfe4838e177c48765e10cba153670fbccf50749cbef5da60169cce11d3957eb4f43ee4b2601413623636786b605f5e8b4b305f81de2e469acb1a94a7 SHA512 d2750a2123c9091ac51df2d543df1bc4ae7c148d67939a3583262aef29f97aa9bbd5150bccc947295d908a3283d66146cc0565741e08da8d630bfdb9109df00e -DIST google-chrome-unstable_96.0.4662.6-1_amd64.deb 90392696 BLAKE2B 350b30b56a74dfd7ed389bb727bd7d266272bce761661a1decaf8159044d18be0ae1fce6b0b4a3961084b57ad8082333a1faba37ba07fb3ed7702040be79127c SHA512 452db836e674262728b43fa8d47805f9689578bdb81048c374420c2030e0a283da1ef4a8229017d428733bd17a8161fd86649ac7026fd24d1c153ddd1efdbf24 +DIST google-chrome-unstable_96.0.4664.9-1_amd64.deb 89408576 BLAKE2B aa19e91ab098ddc5957244b1a92d420e06deafce7b4fe366fcf55d5919eab39e11d2be8f0403670796bdd96719eabf58e66dc8c0d741e4f88c4385fa410300e8 SHA512 8eb4f4e166d1a5014ad616b2eccde71c240462ab321d2e5cf456b8b789919d6ddbd67eddca8e3b4a748e1198715ce52e8b771176f63b3de3cb798f8d8f08752a diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4662.6_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4662.6_alpha.ebuild deleted file mode 100644 index e11c8c2a2bb2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4662.6_alpha.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2012-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit 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 - -KEYWORDS="-* ~amd64" - -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-96.0.4664.9_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.9_alpha.ebuild new file mode 100644 index 000000000000..e11c8c2a2bb2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.9_alpha.ebuild @@ -0,0 +1,61 @@ +# Copyright 2012-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit 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 + +KEYWORDS="-* ~amd64" + +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