From 4d0c15c96d419e560adbe1dac0d37b95f91ca34b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 15 Jul 2023 21:47:57 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (116.0.5845.32_alpha) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...hrome-binary-plugins-116.0.5845.14_alpha.ebuild | 62 ---------------------- ...hrome-binary-plugins-116.0.5845.32_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.14_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.32_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 2169dd2eeb3a..1070f3160cad 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_115.0.5790.90-1_amd64.deb 95902724 BLAKE2B 3cb40b6ccadd02ace245adb1762c706c743d22f78b585357cb7e541d0e3130dea6661c4effba7790d1763ab151e37db7a1ff82f8b3b0e87b51e25d2d0ce569da SHA512 7b1e8f48fff27e147b9130e32cb48a6577a1e843c9f98f8590a41cacdc27ef5d174a4729e3dac849f55663c3efc674c4961da036f0cf65ce2167bcd26ae907e4 DIST google-chrome-stable_114.0.5735.198-1_amd64.deb 94327756 BLAKE2B 19d9543600bebaa6586ec7fca16e4004dc1a769dada08c39d22ceb078f2f10b37fff3b7d56b29f23d1773cac619d7029096bb0a6559da93b218e0664b122a5c9 SHA512 ba151757c60f7cb9b3dc65df8b4a55813462176817b3a488298d84f8cc98282c0c003df7c9a1efbe7d42562550c2de070b59b92b63aa1bb015e7e1b7a7239c14 -DIST google-chrome-unstable_116.0.5845.14-1_amd64.deb 96737204 BLAKE2B 89f305adcaa95f89e86bcc25ec1928949e37dd58c95b1518a3c81874fad1d26cc99493ac408eb6a7fcc05fa56ba94ec599b200d5c5fea2d77957af364104b7bd SHA512 b0add274577e805983c8421640d6cfb2677b445a1bd49dc05f3430555d7aa4571c71133526cfc2cb7bc32e2881d0ed4fb9e9bd4fff92ff6f343a4d60e0d0d01d +DIST google-chrome-unstable_116.0.5845.32-1_amd64.deb 96923060 BLAKE2B 386d41f91ce370bcecc448f13f89baa4cded5ae84d0f63e85fdabe661b83ce8411740b1e79b60cc330c78b78c90e0e36a6414f94c9bcec9a34ddad0938845f33 SHA512 cd03bf20ce446f5c23747a78f156821dc222b506e50dbf3e2611fa86f4e9798a2f610354b43ba2fddbb9fd51b954974ff79667b85d2a389bcae8d00a3bac3d24 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.14_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.14_alpha.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.14_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-116.0.5845.32_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.32_alpha.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.32_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