From 2419f5b0452c63b1a69adcae3a2d1b34546bcf94 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Fri, 30 Aug 2024 11:16:13 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (128.0.6613.113) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-128.0.6613.113.ebuild | 60 ++++++++++++++++++++++ .../chrome-binary-plugins-128.0.6613.84.ebuild | 60 ---------------------- 3 files changed, 61 insertions(+), 61 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-128.0.6613.113.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-128.0.6613.84.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index ba2fd2bce2ed..26e157efdbd6 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_128.0.6613.36-1_amd64.deb 110672196 BLAKE2B 6c8b17cad8395723f07af367658240f493f8d477ce69286294eb28efe76cff835e383ca002e6cf28d565216f5e50334539e67d1213664a23cc7f04207873be35 SHA512 315b5b1c584ba47ef18dbcfd3287126a78f8d56a9020e2b4a24d74624724503a24875459891a02ea122979b0900f4a6a2239f80c3ee0fb3d4bcd0bf0f37ef501 -DIST google-chrome-stable_128.0.6613.84-1_amd64.deb 110726136 BLAKE2B d4e1d175098f91d72d315932f7c124cdec33cc2b63be33906168b5e50f4ae895948032ad8a942de9628f7a5a235a40a5284dfbcefdffbe541ae971ee34a3a078 SHA512 fcf4341e031826e708ceeb3b0a4faef229d69d3d8606a23570c0b09c524145eca521158ba6d7a7b9fff716fd0de51697c68e204b09ed0bc3770c8d587160bdca +DIST google-chrome-stable_128.0.6613.113-1_amd64.deb 110831940 BLAKE2B 07bcb30a972d511c025d4784ca7dea98369217e8fe99a2b9d7de9affe98647d97c497eba0d4b66783560694f585989e6b14a979d0aafb7fd67ef1ad098c20417 SHA512 5692556ffee543ed537bacbdb3f36ed0547f8b3badded3518d30213d9ce04672638147ab0de58e62b5f17091b79f6d8e155057b7ca554edff459c953633b0636 DIST google-chrome-unstable_129.0.6658.0-1_amd64.deb 111715744 BLAKE2B 432b58527049c2f353477bae5b3c43300a33dd688683074ec245363ba42b1439381affaafb9845adf171fd25ae031b4a007e914bb6f922b0c614caeb9d1eda1a SHA512 73557929e5fd8331ebadfd360f1086815fc59793cc78f54da97777665cfb72e7dbe42c772699566c944bec5625d97448cb78d372fe25b4a61bc2786ad0503b2e diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-128.0.6613.113.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-128.0.6613.113.ebuild new file mode 100644 index 000000000000..01e48ea7c665 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-128.0.6613.113.ebuild @@ -0,0 +1,60 @@ +# Copyright 2012-2024 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 + +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" +S="${WORKDIR}/${CHROMEDIR}" + +LICENSE="google-chrome" +KEYWORDS="-* amd64" +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 + +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-128.0.6613.84.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-128.0.6613.84.ebuild deleted file mode 100644 index 01e48ea7c665..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-128.0.6613.84.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2012-2024 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 - -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" -S="${WORKDIR}/${CHROMEDIR}" - -LICENSE="google-chrome" -KEYWORDS="-* amd64" -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 - -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