From f7706b45b20f783888e086c1df7f339f9319a429 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sat, 11 Nov 2023 20:13:12 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (121.0.6115.2_alpha) Signed-off-by: Matt Jolly Signed-off-by: Sam James --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-121.0.6103.3_alpha.ebuild | 62 ---------------------- ...chrome-binary-plugins-121.0.6115.2_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6103.3_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6115.2_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 30c4b40443c0..a63fc6c9c9f4 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_120.0.6099.18-1_amd64.deb 105000000 BLAKE2B dbd1d90693dffc009fb275d71257f34d415043cd42fa038a6c40ed8c701d0202480446750d3c026dc7df74f7a630c1f4d61283d84b3cc57803b99623170a815f SHA512 0654457bd0867c0199f6123b4865171ca9eed16ca43a769763e7bb2f5a24e1835602cddeaa461d1e2af0efd227033b19f559c6bf34b747dba6502fceeaf5bc35 DIST google-chrome-stable_119.0.6045.123-1_amd64.deb 103912068 BLAKE2B 880fb58c9b3eb35dd41ba031029c53a6c53b15d83537d82d6550ce01241a9e09df23fc372e6d4bc3adecdccf2f77eec11eb46566093effec83bf71d7f253a627 SHA512 b6e2f94468cb2b851ef0e327cacc7d7a3f479e7ba6e06a942d0b0de96b7ffab24b55b01c8a978f1b3be77cb8e9811837c36d2a229d304aea1d10745f07528b7f -DIST google-chrome-unstable_121.0.6103.3-1_amd64.deb 105090520 BLAKE2B 02824325bf3211e5b70bc2b9e41d6660fbf0073403ccbc17016c35e0c45e82d1f2c6c431060129977732ec1cc98edd6c6a018ded02530dd7ecd23a2a950f45d6 SHA512 269060735453c8207e9fcc368e31a235c8f6b55ceaae99e77cc16cb01bdb952f5463ff82aca1e76771b31f6457f1733dd1319a7af803928635fdd653b6ccb704 +DIST google-chrome-unstable_121.0.6115.2-1_amd64.deb 105366256 BLAKE2B 4cf6c0d34127cb04f22504c279341771b6a134533b247ee654b18e4e455efdb384591ef05b828e72fc6dd72f01c781e1a196c1b45dfda5032e4053abf4a95ee5 SHA512 4eeed4352b2458cd2054b0b7092c16487c96e9d08669f6e098d097c836b2610cc65b89802939666770affbb89d071f4b609bab11951fe86aa944dd943cd2830c diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6103.3_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6103.3_alpha.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6103.3_alpha.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2023 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 - sys-libs/glibc -" - -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-121.0.6115.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6115.2_alpha.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6115.2_alpha.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2023 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 + sys-libs/glibc +" + +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