From 263f52d69d3a6f8a36264862892cbb352aaebfb6 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 29 Jul 2021 23:09:31 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (93.0.4577.18) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-93.0.4577.15_alpha.ebuild | 61 ---------------------- ...chrome-binary-plugins-93.0.4577.18_alpha.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4577.15_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4577.18_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index aaf84ff002c5..cc712d7acc83 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_92.0.4515.107-1_amd64.deb 86204868 BLAKE2B 4a5e6256d30a1534a72c2f2a719eb570e13d9a9fe7fe780d1a8cab9316a8170f281977c532299d0b95df2abb27564a4a9ca80b500eeed1884bafd561c3d4686e SHA512 337f78ecd93ffdf18659d1d85e34afa32e7c2946d04d1e29f1ac40c9984d05d97f8723d265df2a341936e51600b30981701cf0429002ef798f4e2efff122ad92 DIST google-chrome-stable_92.0.4515.107-1_amd64.deb 86193152 BLAKE2B 3b1bcdb5b117b24546ca5476706c786881c0a68d7eb720362f7128d1ea9cad298ea4d5f0bfb708848264fc51d0265ba67c9f206bc6a89ea4e8d1b0bdc9ce0ff9 SHA512 c842e423e8d6dd42bace4d5bb835f7dbf44f46bce0723317d41f4bf56c6250321351b68bdc3d4b46336a6cfbfb78b621eac1df0b530b345bbd2997612e0561cc -DIST google-chrome-unstable_93.0.4577.15-1_amd64.deb 81257676 BLAKE2B f14ffb08d7e85ab9592d250633e50ac798d9432abbc422d321726c4f694ee314027295ca2c08402bbe4d112a2a5fd75c1fb6843ed56402a23272d39e22ea5959 SHA512 e54c5039e4a6e45f3685acf8625aee07cb08f3ff828285ceb6c6418101a75cab1a1ff6bcf2ba5ebc8b6aca140c1268937f89b016ad021a959ff9f92051d6a8ac +DIST google-chrome-unstable_93.0.4577.18-1_amd64.deb 81246220 BLAKE2B d20840b798b880f7f8758fb50e7744c3c5e2bb6765e75756ab9f828f09687ecf5a7481192ea732283c0bc3059a1e6ac17f483380d8c9190b76ea37168146ceef SHA512 0d2c36806e44c8fc83ba35b755c75373a4166834f61ef2c70c0aac6868a991697e4f0dbf47854adb894330e39e6e9a7d3651c542a97d78bb592bd3874b38abaf diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4577.15_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4577.15_alpha.ebuild deleted file mode 100644 index 969dd2f57c6a..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4577.15_alpha.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2012-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib 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-93.0.4577.18_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4577.18_alpha.ebuild new file mode 100644 index 000000000000..969dd2f57c6a --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4577.18_alpha.ebuild @@ -0,0 +1,61 @@ +# Copyright 2012-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib 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