From dd30a2a3e2aad0a17ffd2451d126a71403bd8dc3 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Wed, 2 Feb 2022 08:47:04 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (99.0.4844.16_alpha) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-99.0.4844.11_alpha.ebuild | 61 ---------------------- ...chrome-binary-plugins-99.0.4844.16_alpha.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.11_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.16_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 70ee888ee9fb..df17276e8835 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_98.0.4758.80-1_amd64.deb 90836432 BLAKE2B a6a332d736bd0b157866deb3565e4023134461bdba8a06b00659a13f09a2dc2196362aba37b8144fc3222437012ce532b103bea425b6f92640fb8d1616b6e8ff SHA512 1a72f4a2318c1ca3ae562fb4ddeaca323a958af9ff641d9ca7cdb22c2f915f538e20c39a48fcb8c4b4359c7e3913b25f4f05d250a7ca84d38d4c30b685b3d75b DIST google-chrome-stable_98.0.4758.80-1_amd64.deb 90845912 BLAKE2B 5ed056a2634991dda0d56807d0c654da4450da10ad1c4f6f7941f293be6516f349b4e488818c6321427b75e993734b1cb22e0ba518ecc821fee5062f5d90f927 SHA512 83d151f05017ee1f255f4134ee84efdb5c7826d6c64d43e6d402bef1569e4800806be0f87af3cacd240917cacaeedb9cae5833ccbc65740482f6aafbef9b38e7 -DIST google-chrome-unstable_99.0.4844.11-1_amd64.deb 82996568 BLAKE2B a7d919874092d4a4bf708e07ab64a62354ed094971a0457bf8a133e8766f8553a88e11123c686724afcc932654a649a00bca73b1e68bae5fb7be8b41b2c17027 SHA512 05165b3bd5c370c412dea824bc74737cb07b5869d834c280532f7ded440ec27c455cc5f21d24079e6f212fa2f27a037ef0fd8798aba034a0ce390dc3505e5214 +DIST google-chrome-unstable_99.0.4844.16-1_amd64.deb 83040096 BLAKE2B 82032952461669dfde6cdf785076d45ad031193b568d3586ea68b06f2987d6134e9b433ce2f5102c83aad52d1db7a9559123b6159a2206f49d41cdc48bb3fe99 SHA512 4e74d99e2a470bc4d3159c16c8a54919af009984f945098aa181812df2b8750a590f8d9a849e1c70e62e5d741313823a8804236b7cb0f22c1fe380d54468256c diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.11_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.11_alpha.ebuild deleted file mode 100644 index 510260694061..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.11_alpha.ebuild +++ /dev/null @@ -1,61 +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 -" - -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-99.0.4844.16_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.16_alpha.ebuild new file mode 100644 index 000000000000..510260694061 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.16_alpha.ebuild @@ -0,0 +1,61 @@ +# 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 +" + +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