From 6a7bc79cd5c0796facef0f49f93a3b418d747d58 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Wed, 3 Nov 2021 20:29:26 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (96.0.4664.35_beta) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-96.0.4664.27_beta.ebuild | 61 ---------------------- .../chrome-binary-plugins-96.0.4664.35_beta.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.27_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.35_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index fbd844c1cc49..f44e631107f7 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_96.0.4664.27-1_amd64.deb 90669616 BLAKE2B b6d729a5673c7e22e31e7afff0021b0432927853bae194f823643ccef239ae7aa388627bc4bc8deb14f7f9b319a3f812c3d74ddab78bafa262041d72e77e8d61 SHA512 4ead46f1088e7d84b36e50f6c860c2a34245c28a9d2ee28c60d26bfe085b374d134918a1e74d0d5092456ccb93ea982a47edb480548a3c009822724ded78174c +DIST google-chrome-beta_96.0.4664.35-1_amd64.deb 90046108 BLAKE2B 7ce05400574757ca69ee6f219c1aff7b08a285a12f32b7dbd9f94689e3e9f94993e7584c351bb1784280149d18ef5aa185de01f7b947b287fce859c86d7d9950 SHA512 16e863166dd6d9927091c10c0c226b5035e6339ee060b8066eff4e01f36b2087e48e86397e2c5d7abcab5a9b0eadc1b50512f34194725c4fe01422ac758dcf37 DIST google-chrome-stable_95.0.4638.69-1_amd64.deb 89732980 BLAKE2B 1925f2cf148c5f765a0d5cd07f47fc75cd8c0cab550ece89c1d8e4361ef53c4bdaefce130a35e515da958714e4180d2f2774c16dbdeddb47ec0e7c4c6065ac56 SHA512 f07d16ec0a41120c40064d030e9e5240ed740b9b24c50eaede7b9bfd9a9678821c0252b40bfcd57e933a708b08d761482c3be5b3006eee605c41f5dc9e21f456 DIST google-chrome-unstable_97.0.4682.3-1_amd64.deb 89227068 BLAKE2B fa0489f89b6ce2e47ba9af046660bd1499ce20c0a20491c41451fde58f701186ca363cb8e7c668c1d74c7810ace4890513b96646ae56d0cdff233ee3b6c29bca SHA512 691e1039f3ceba3a6cfc2de5debc8e9ba192cfbb034a5082aeb03289df4f10b82495df2359dd4b76dc38d0f4bb4993137fcef2c5123ced3625a120dccb454cbd diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.27_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.27_beta.ebuild deleted file mode 100644 index e11c8c2a2bb2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.27_beta.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2012-2021 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-96.0.4664.35_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.35_beta.ebuild new file mode 100644 index 000000000000..e11c8c2a2bb2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.35_beta.ebuild @@ -0,0 +1,61 @@ +# Copyright 2012-2021 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