From c69eb8a256dac3d9a43c985f63dd5a684ec3d686 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sat, 11 Nov 2023 20:13:06 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (120.0.6099.18_beta) Signed-off-by: Matt Jolly Signed-off-by: Sam James --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-120.0.6099.18_beta.ebuild | 62 ++++++++++++++++++++++ .../chrome-binary-plugins-120.0.6099.5_beta.ebuild | 62 ---------------------- 3 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.18_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.5_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index b7158fca49c7..30c4b40443c0 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.5-1_amd64.deb 104964108 BLAKE2B 7f06674002863411375e32ccdec8318d07462290d801a5c8546b04b75e4beba19e90fde8ad383116ede906d3cd1a0838dce61657c125401ebc8f850531fb4e78 SHA512 235f89930c4c03d093346ee3f5e42917d2bd641878e22edba9548bdd147087b878c927247cb2607f61b5b345a136196ea1f484947dd726bcedf843594bf3775a +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 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.18_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.18_beta.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.18_beta.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 +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.5_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.5_beta.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-120.0.6099.5_beta.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 -} -- cgit v1.2.3-65-gdbad