From 9534587b079699237f7e6b5d43fefe6dcb9ea5b5 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 28 Feb 2024 13:53:48 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (122.0.6261.94) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-121.0.6167.184.ebuild | 62 ---------------------- .../chrome-binary-plugins-122.0.6261.94.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6167.184.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-122.0.6261.94.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 8418d516b959..9e6b684327d2 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_122.0.6261.39-1_amd64.deb 106384900 BLAKE2B 42558c65ab407f81f1c24da06fe6a6cb84ad514399af140bec38f41d299e915da16fde57fcf5978942c1d05125bca402b3985b1ce2a3b77f659c4c553b84c3dd SHA512 0718176bda5a9d914e242254587a35c455116f551ad73c927adbd336f30d16516eaac185db6bd457a353058ead5f0256ea5ffc9c195bf7ab7648465d3a33bdcd -DIST google-chrome-stable_121.0.6167.184-1_amd64.deb 106428268 BLAKE2B 525592998794695a1f2ef6a401d732b1e883139b07cfcf172d8e392564191be81a813f4a8185e82b750a579b90e7bc68cfd8b21d7d353a795e4399f3c56914f2 SHA512 a1e56d11f214b981b6d4095064f660c26605ac027e7e3db8b688340e0e3f43f721c0c590964b5210829e63df78085efe3558899ff47a4c2f72bf01c016d0da86 +DIST google-chrome-stable_122.0.6261.94-1_amd64.deb 106058640 BLAKE2B c6ada6165cbaa0e8113c09bafc6b47ffa80949b41acb2bedf8c4b098fbc8ecb32022851039d95b1b4ffc876d9c7024c661777bdb605271ff66a6ec38f2202431 SHA512 3e0ca4c3fbbdbe2509df45a8e87ba263b47cfdf1436ce1a70e2599caac5832fdf496c4f8abcbeba1b4167a163ad0161f98597ce625cfaf3c68404d4ee0ffcc19 DIST google-chrome-unstable_123.0.6300.3-1_amd64.deb 106862068 BLAKE2B bbb3106f574426be8ec7a0c98123b3c0afcbf49ab51bfd951063a232e44b622c5ebcbf366d1f76fc94f0f1dc73d371464fe605fb045abcd3c7a21beeabad865a SHA512 51135e9e240fb1d08ab4429f0e4824218f64f55308437a6e94cc18b6596bfdf381195e360b5b35173954ae98ff0080dfd4fc201e826c5e635b9c0f23afeb432a diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6167.184.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6167.184.ebuild deleted file mode 100644 index 76256358489d..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-121.0.6167.184.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2024 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-122.0.6261.94.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-122.0.6261.94.ebuild new file mode 100644 index 000000000000..76256358489d --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-122.0.6261.94.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2024 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