From 4a01a99d3d920bdccb98c2c4cbf0ca9960ed192c Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 21 Mar 2023 10:56:34 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (113.0.5653.0_alpha) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...hrome-binary-plugins-112.0.5615.20_alpha.ebuild | 62 ---------------------- ...chrome-binary-plugins-113.0.5653.0_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.20_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5653.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 9bdf7afdc8b3..bcf7adac5d59 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_112.0.5615.29-1_amd64.deb 93846352 BLAKE2B a67ca59ddb3bd3a7880bc715c7dad37142325daf9de536e94936630ee5630e506de7e66765074d4e9cec61e27b05e71bc53f891e26365b7a8735cbd56762ad7a SHA512 4530cfe42a476b5e59104de405835e983087253dcc5c71b7b48142d9323a412b89c0046360e58a97cb8d3796e186c35e76f97e285f4a8026d05c348eb80d6bde DIST google-chrome-stable_111.0.5563.64-1_amd64.deb 93937560 BLAKE2B b844af1cda02902f6514793b75f4a5b288233f7e510d5a010aeccf764d50600b08cb0e80420ce643c94ecdbf001927c3d3036cba9e94eb6a6a875bc28bfc4f89 SHA512 bbfd436c17d6f0554b91211ecf1324aeeac012f1d000d610f93956dbfb8387c0adb56f921c5b7bcc1833c49ab2abbd3bbc250001f650b3ca4f79cebe708c29ae -DIST google-chrome-unstable_112.0.5615.20-1_amd64.deb 93965128 BLAKE2B d23be4d08ba0d121383189d4ed8521eae0a3895499703dfc66064efe0134d7596a0f22269255ff84d251d024ddaa50e4a8c676281c3c9924469068e191d6ac83 SHA512 b16450c40109569285e741b59034ac228af76e0c289dcebd1e48c53ab23c13bbd4734197ab0086a7f524012ed46da8c82971deba2f0e6291a2b10751d99e6bb9 +DIST google-chrome-unstable_113.0.5653.0-1_amd64.deb 94724264 BLAKE2B 958c079f7dfd119c6b19f0c6aae97e6c777feaf037c05a85438e45482f4587e3dc0cec3349d119c272bf305817a4510b4555c5448acc1eab68d6ed236d8e31e7 SHA512 a7c31449338d6c5d3c6ae7fa087e088f5cc67ff814c0f4ab99253d5c2b23d63e4d86b8ef29d74093492693f640e6ccc1b44bcc2b57f2a65d062fdc6a4654ac39 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.20_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.20_alpha.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.20_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-113.0.5653.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5653.0_alpha.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5653.0_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