From 7bbf949da3db62aba849547c9fc099c09b1e01af Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sat, 7 Sep 2024 18:16:13 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (130.0.6683.2_alpha) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-130.0.6669.2_alpha.ebuild | 60 ---------------------- ...chrome-binary-plugins-130.0.6683.2_alpha.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6669.2_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6683.2_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 5c79157bdcfa..4bef08784850 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_129.0.6668.29-1_amd64.deb 111901672 BLAKE2B 741989b7e94e76749cbf107530ac9b7bd0596095853d8ec39eaf4532c3f20f9daf4a22a03ee7dfc9c2a145ec9dcfe382af968bbb4888ff7a48a6eb514f77de45 SHA512 4b67f3b00c90d777226128a4df8fed91d9125c5f14234557e94a053d5b384bf6714b778b0e2cfd06810bc02a6c15940d76ee92d823bacf4479c886dc7c82fb31 DIST google-chrome-stable_128.0.6613.119-1_amd64.deb 110842868 BLAKE2B 40389c7a7e0fb4cbab86d94b6a40f9564ec2b1062262f05f9dd9aaa2e1c3e01d6a62dfd66f9fe35d5830d689007584ed3a1e944a6723c3cc7214c2557d2301e9 SHA512 cfb744edaa09e7fc7d438c2163f55cb4036be485e53dc4db2286121d749377683b24414d4c82e87bb9e68ffd16996de23fbd8e05810a3bea8e96cc6ce2206ac0 -DIST google-chrome-unstable_130.0.6669.2-1_amd64.deb 111946884 BLAKE2B 5974b658780296c183806afc9f3fc95d1d030dda25b1b852b3cba1f86eea416b234e6a23b4e7233a754f26235def41624477678104e3e634f2a40992ecdab365 SHA512 dcf52f5e374fdd1f87187d28259c7fe2e07157f00f12df3361e2d4e02b6f51b8fcba903f3cf148ce2ce2a55f37494a23ff236f4e5c0a7c172a70ba9835ff8821 +DIST google-chrome-unstable_130.0.6683.2-1_amd64.deb 112317960 BLAKE2B 132ddc2f6a6e203203ac41cd81d1d12947ead976424904efb46505287ff1158905cca9e00ba12abe7566b1fe95c743bf15aba0f9c3233e35acb28e1f94e56f7e SHA512 da13b3fed5353fe5f90f8d4c55912789357829eeadda816c7429419e64995b58b110b4a49394a0d078b4f43327b358849f7150baded2bc5f60b254e35fc65c66 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6669.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6669.2_alpha.ebuild deleted file mode 100644 index 3dabec912ba2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6669.2_alpha.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 -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6683.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6683.2_alpha.ebuild new file mode 100644 index 000000000000..3dabec912ba2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6683.2_alpha.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 +} -- cgit v1.2.3-65-gdbad