From e1f31a199a129f0e70b372e7e1a0dd706ed5dc3a Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 8 Mar 2023 15:53:36 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (111.0.5563.64_beta) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-111.0.5563.41_beta.ebuild | 62 ---------------------- ...chrome-binary-plugins-111.0.5563.64_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.41_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.64_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 3e67a49f280f..1ce7ce2a366a 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_111.0.5563.41-1_amd64.deb 92884452 BLAKE2B 04f111dc437045be704f608c17ef922a367882447c4a0a2cbc0a6eff09729bc2103728ec6fbb2a852f86daa882fd307aa8e37dbc1538411c7442c7f88ac41364 SHA512 14242737c4b0fbb8f02cc8903cd5cd4692bf6d4fd68b63ff0021030740a0f2f98e10a72c1a22021fd72e8846faba18cb24f273e3b6db2a9f4bff8d8805aac830 +DIST google-chrome-beta_111.0.5563.64-1_amd64.deb 93988020 BLAKE2B 14a1091d398b0833a128878e8e0f7dd654408f274e07bccda3db4347510329839d984c152b8549b1569415ec4a324f2cf4f51ec8675e4ed32c67d4a461267315 SHA512 53bc1bdaf2c00a37ff5b7ec6237fc0d124676b0e8b59e2473c2c3242bc1c4db54f86c8cb9568b839b6b77970ec6554e4bf29b91736d2b42e3b54d010fed12b44 DIST google-chrome-stable_111.0.5563.64-1_amd64.deb 93937560 BLAKE2B b844af1cda02902f6514793b75f4a5b288233f7e510d5a010aeccf764d50600b08cb0e80420ce643c94ecdbf001927c3d3036cba9e94eb6a6a875bc28bfc4f89 SHA512 bbfd436c17d6f0554b91211ecf1324aeeac012f1d000d610f93956dbfb8387c0adb56f921c5b7bcc1833c49ab2abbd3bbc250001f650b3ca4f79cebe708c29ae DIST google-chrome-unstable_112.0.5596.2-1_amd64.deb 94295884 BLAKE2B f853d77d3038ad8cd9cf473bbaf738d8f9648bc9503788983c01ffbfb39f96b44c250100c9c130d77e10a333c5b4359575fda6368614d4a76c961ac840038d3d SHA512 6a3b344a8e20e42da8461f0da853e61205af32c700f09a99517068062b0b2984c429f78534614b62e0e1c59e89caa510099f00bfaf6a0f5f26217cda8a73b79c diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.41_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.41_beta.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.41_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 -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.64_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.64_beta.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-111.0.5563.64_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 +} -- cgit v1.2.3-65-gdbad