From 8692ec448ed11506a0c74fb5fa8c898732cb95c5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 13 Dec 2022 04:43:41 +0000 Subject: www-plugins/chrome-binary-plugins: automated update (109.0.5414.36_beta) Signed-off-by: Sam James --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-109.0.5414.25_beta.ebuild | 62 ---------------------- ...chrome-binary-plugins-109.0.5414.36_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.25_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.36_beta.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index ddfb917d99e7..878c797365b2 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_109.0.5414.25-1_amd64.deb 92948572 BLAKE2B d7df7f0b2c5bef54925863e69b128b88078540007826a9d802fddb6cf1bbb69f0d1b2790d45114721ae41089a23647ac3b3a4358be91adc384e6758c3d6be9a8 SHA512 b533da39ffe95d79dbb8c990a365851da641d1610d9c6a509dded2a1c741b2e2356c5f881e666f19ebff6ee29a0289f3a9b5afbb080faf96e9aa65077faf2492 +DIST google-chrome-beta_109.0.5414.36-1_amd64.deb 93578984 BLAKE2B b4aacd7219e6115d80bd20cc03b40098a9d4eff9392f7c732c4af67c700bc40e22b40a94c8e5b6479b8fbdcfdcef0d5408eebc8704193fdfb9306316dbe81d79 SHA512 31c60ca4d2825e31523f37c0183b9056409ade3d5dba84c4a6f185de412a66a435fa68da0b923d1363fc65a8e334ce6ff44f02cc7f891430ad53035f12e0682f DIST google-chrome-stable_108.0.5359.98-1_amd64.deb 93009036 BLAKE2B 816a4004b62b8b2add04ae83e70c0760f6c5def8f16cc70b986a020b7f652ae70acd55297c3a225ff5511452f4522d27170f309163fe20aeb4b4768a880ad736 SHA512 f9b79e501bea2a5aa251a9fa004066b6666ed99caf84cf946353e1551f02ef0b93f112c395a198205b2a9d5d16b1e3cb0dd6575311598e16bdc4298088c93287 DIST google-chrome-unstable_110.0.5449.0-1_amd64.deb 93306452 BLAKE2B 272a661446158b79ee065fd8ae8457dd6993181e638f1cfa897e4123288be7cdc8cbb3d96289714a61f04edd8d625da22b079481fe00276bb4f9cbf40f47d231 SHA512 3c6396860397f41254122e11547f28de0a185948538ad00b5eb45543ec033ff77b6924ada78ae40579d61424c623ce478b0f0ddd90d0a2ffa571f2a7e0f830b9 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.25_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.25_beta.ebuild deleted file mode 100644 index 48788b628112..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.25_beta.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2022 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-109.0.5414.36_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.36_beta.ebuild new file mode 100644 index 000000000000..48788b628112 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.36_beta.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2022 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