From 86600711ce5ba7205cd21c434ee104853956b736 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 16 May 2023 19:58:30 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (115.0.5762.4_alpha) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-115.0.5750.0_alpha.ebuild | 62 ---------------------- ...chrome-binary-plugins-115.0.5762.4_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5750.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5762.4_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 3d8f18e06b66..7113540eb463 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_114.0.5735.26-1_amd64.deb 93755176 BLAKE2B 0d0baf87139f64f44d2f213e6ff61d04519d6e483d5ebe718ed3c096b16ea88c472fb62e1fdc1482f2cf08b36844d4b25ed90b5e6f079827cd32a0436bdd922e SHA512 312592f998ebe4a0dc12e862ef7d2d37f68b7d8fef72747c92a541bc958e466a13bf0e2c81dc4d06b2f207d0d15140e92d05861f48dbd5d159fdd0fce8584f4f DIST google-chrome-stable_113.0.5672.126-1_amd64.deb 94682364 BLAKE2B 6532b6a5b47aa6e0325123e9e5057419cf35fd261b7c86bd6cbb3e844887f107cf05654e7f7e3057e1b7fe45dabe2cfda28f6ab21192f87fc2b9c0eda4433d48 SHA512 fbbfc2b3d9bd3cfe19e2af62cd8b216700b994df52043c01b84caa69655641ab755827266f11dcc5ea6f44ba2980ccf16a35e88ab7102750e2bb7eafb7a1eedf -DIST google-chrome-unstable_115.0.5750.0-1_amd64.deb 95225656 BLAKE2B cc925ecb974ba00df09d9c24c93d5f50f3524fb14691a1e9744d9bc5c35b6c9ab111d11236a27c7034e96a694d2401db5f217b77a29266ff5d04e6ca4adbf843 SHA512 06a4c72a7befc8c3f3ba8168fff0e7299008c81606290cf43e24719808db9026f855151bcdf2599ce3310aa5bbb4632e93783c5db1266dd3472b93cd3b40d073 +DIST google-chrome-unstable_115.0.5762.4-1_amd64.deb 94163300 BLAKE2B ce217e7c320d5c8f96a851bb70d4e0290741c763b971e46519a18252b1f7e987284fd2772291a3e97bd96d247e530587aefaee3227f285cae9f2db4810824d72 SHA512 35969cbc6eaeab1fae7f5cdd88024fd4116cc827ac6cd3ff2d0c3bbff8151192ba86403f09e315417c84076e419d94a19c351d3e5d8a5840f910bd537078c383 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5750.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5750.0_alpha.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5750.0_alpha.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-115.0.5762.4_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5762.4_alpha.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5762.4_alpha.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