From 216852514093d846977154989a266ef20e35b5d8 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 6 Nov 2024 14:22:35 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (130.0.6723.116) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-130.0.6723.116.ebuild | 60 ++++++++++++++++++++++ .../chrome-binary-plugins-130.0.6723.91.ebuild | 60 ---------------------- 3 files changed, 61 insertions(+), 61 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.116.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.91.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index cf040104392a..218d2dabc4fe 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_131.0.6778.13-1_amd64.deb 112288136 BLAKE2B f9f7feeb6fff7ad2f12ff29d81c7be8ba10e2e58e6b013684a1b99a3c69f8e94b2c0bb0f5a530d31734b9dc8c8c6d45dc773a9467cbff123e1d904c298a35c9a SHA512 9cf426e1705dc1dfd61ff14097bfcb94e4ae293d3aa8f126b8876efb4bd386f05df03eaba1bae25f3311d924c021beeeba3d20528826ee71771a3ac98979fb75 -DIST google-chrome-stable_130.0.6723.91-1_amd64.deb 111384404 BLAKE2B 31d465a1cf0c1536d9999874da27e105ffbe0ae9ac6d2da473e1338df4ac679b0cc65d6921e90bb75d08d30f9a6572e22327f37fc11cf5312a00b46209079ab5 SHA512 c5773a668ffb602446340063aa9879d4197426144143c71390723fe76f2873d3ea90a0841d16b29da5336bbf7d7105b349dd70143451f238d023ae3195d3ce57 +DIST google-chrome-stable_130.0.6723.116-1_amd64.deb 111445052 BLAKE2B f1b5f0c9ff7c8306bd69bee4a2f7160a81325cf4c8677bd620bf57023a1220c212939f75a3ea6d162245e0caf57a7db5644e3bc45d2d32638d53d695024ca4b1 SHA512 1cbd8e30c00aeb37d319020af867ece8bebbfead892fc3ddf1f7308ca9fbea5358ce80c0faf30fa9b4045f5101c1dd657b51d97fb81e6cffe667b07e7d09fd18 DIST google-chrome-unstable_132.0.6793.2-1_amd64.deb 112297868 BLAKE2B af778e3dd67e3aeb19e6019ffed0c670da6b1233ac55b80532d47a50af1d46f3ed464cc3c1dc0f536b98ce456141b947668ddbb68252c9c03e9c515eb3719904 SHA512 de03a0983d3650ea59468c9459f7155270e289032f589dcc88e36984435b4ef4e8b287c6365f30cda48a0a46eeca5cd434c22c83cf4b3407b1ff4e63f5a54125 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.116.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.116.ebuild new file mode 100644 index 000000000000..01e48ea7c665 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.116.ebuild @@ -0,0 +1,60 @@ +# 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 + +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" +S="${WORKDIR}/${CHROMEDIR}" + +LICENSE="google-chrome" +KEYWORDS="-* amd64" +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 + +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-130.0.6723.91.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.91.ebuild deleted file mode 100644 index 01e48ea7c665..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.91.ebuild +++ /dev/null @@ -1,60 +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 - -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" -S="${WORKDIR}/${CHROMEDIR}" - -LICENSE="google-chrome" -KEYWORDS="-* amd64" -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 - -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