From 395815352a2de415155039bed2d03695fc06be71 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 17 Dec 2021 09:35:46 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (98.0.4758.9_alpha) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-98.0.4750.0_alpha.ebuild | 61 ---------------------- .../chrome-binary-plugins-98.0.4758.9_alpha.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4750.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.9_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 3b274cc3f61c..61498a8e77ba 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_97.0.4692.56-1_amd64.deb 90818156 BLAKE2B d099fdd76e71d1140fe423853204e365f49a4dd5d94695b7e6482c6613383f2913e7254eada42b4783831bbec740d7fb596b9223a955d289f30e21a252600455 SHA512 27785efebc55bf24649aac6dd8def4c0f679fec1cf433c4e925e949f95dce62c31343a681b9c06b8e3e29cf666407a5b71505cfad9c6fa1cfffe33af99bb6dee DIST google-chrome-stable_96.0.4664.110-1_amd64.deb 89348996 BLAKE2B 5a5bcf7adad3351b6b45b375f5a03a8b50045733b14762bd5209d2423a1a0fdc95053356e3f0891445b61a6bc9dd6e0ecea1070f1ef247deb876a9f11f71da38 SHA512 b68f4d36321b026696ba15775164ad262e0a699f7e31bdfc414cedbf937fd5f4039528aa1d90d5efae0067720ddd00c783b98335d2f8e4b99f364525d85f31c6 -DIST google-chrome-unstable_98.0.4750.0-1_amd64.deb 90172328 BLAKE2B 3bbbe40309ca7e47d31693f36793f0d0d3e2b8d4ffc595b2e9966530a60e3cc20bf10ecd05575ecf750e32d1e9c23641a8f3b9cc3a764b95efffc028e68c9ae7 SHA512 715cd0a76d5ec1bbd3ef1df1ee3299fc2d49eaf7b77d918db18a1a7e3c79a09a80617cb06361bd45d905be97398af03d73e3b95b70b1d7bc46701b8797cbe0ad +DIST google-chrome-unstable_98.0.4758.9-1_amd64.deb 89832144 BLAKE2B 639635452a9e5f2bd70c33f16ca9f66ad390c4d48632b877c3661c7be0b69112194b563012e3cbbd43dd5476801c5aca38746094eaa5c378c4242fe6e1cc8ec2 SHA512 4405a921172e6625c6645b030268157b4d54111d9da206d3e565f3cc3d3d6f415e0113ab0632a7dd5af93ac97fe849d68def61c9ad043905a44f198a2856c899 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4750.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4750.0_alpha.ebuild deleted file mode 100644 index e11c8c2a2bb2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4750.0_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-98.0.4758.9_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.9_alpha.ebuild new file mode 100644 index 000000000000..e11c8c2a2bb2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.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