repo/gentoo:master commit in: www-client/google-chrome/
"Matt Jolly" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787043189.a7d9b1c20c9c226848029600f9041b0f2340c6f3.kangie@gentoo> |
commit: a7d9b1c20c9c226848029600f9041b0f2340c6f3
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:53:09 2026 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:53:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d9b1c2
www-client/google-chrome: prune old versions
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
www-client/google-chrome/Manifest | 1 -
.../google-chrome-149.0.7827.114.ebuild | 129 ---------------------
2 files changed, 130 deletions(-)
diff --git a/www-client/google-chrome/Manifest b/www-client/google-chrome/Manifest
index 7e2e9fbf0cd3..7980902f8381 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1,4 +1,3 @@
-DIST google-chrome-stable_149.0.7827.114-1_amd64.deb 130424340 BLAKE2B 5c4eb2c5dcad80cff85094b3212d85fd7fdf3cabf4507adb071d2f8fd1c898c7b7c66bb53e1928217c51deb9d91bdea85903f69d8d70ed850064b6c77222b8fd SHA512 668009d76e81dd83a3a69c9260c613e6577aa851ffc7a726331c2b1581d879c50a50cd655cf9de166080bfffea6acec68ccf6ba0f80496a3b734f0fca542224c
DIST google-chrome-stable_150.0.7871.181-1_amd64.deb 133533368 BLAKE2B 51e6439799cb72db5cf31be36b7b11cbf728fcec1f7d7119016df657da7e8d395f5290098f399d97c0a3018751e8a9ea1bfde87b1e59d8e008d1aa2f4f3ceb68 SHA512 2b42f58b1501bf6e8226fd6098a5e06587f9a388fb89cd936980368ef50294ea18f9a61cd19c04796d71c308e4be46eaddcec1b67332f45eac75fdaf8d81d7cc
DIST google-chrome-stable_150.0.7871.181-1_arm64.deb 126135068 BLAKE2B 38a38e89999ae46dc7094b056517beb0b054e0e311f3b4c97c3c83d6d47c530a15f8aee8cca12927a0daa51b2aa90cb8c383914e72564b3463761155a6527d89 SHA512 6c0b68873ff78497a01969aab4e8ae18c3933337536b042af7a02cd66965c2d1547e02ddf50fc910b59832e6d5c4a684ae9a61a2583e6a668dfe9974c7765ef3
DIST google-chrome-stable_151.0.7922.108-1_amd64.deb 140087076 BLAKE2B 640cc2939da9fe02984e3977c0de6a73a2e8e9e01939d916a119c15782f0418ae480b317ce570ef634835f39624538f82e4516aabc5500cd829e18f4570380a4 SHA512 4d6430a203bd6ce38eb6431dac70be9354ab9c59d8c74a6de8a1085d7e53a9e4bc8707097e64f08b52d7e6b329c6d955fa0854cf479beaa8ba9a5c97ddf75351
diff --git a/www-client/google-chrome/google-chrome-149.0.7827.114.ebuild b/www-client/google-chrome/google-chrome-149.0.7827.114.ebuild
deleted file mode 100644
index 1325717ace16..000000000000
--- a/www-client/google-chrome/google-chrome-149.0.7827.114.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 2011-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he
- hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr
- sv sw ta te th tr uk ur vi zh-CN zh-TW"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Google"
-HOMEPAGE="https://www.google.com/chrome/"
-
-if [[ ${PN} == google-chrome ]]; then
- MY_PN=${PN}-stable
-else
- MY_PN=${PN}
-fi
-
-MY_P="${MY_PN}_${PV}-1"
-SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb"
-S=${WORKDIR}
-
-LICENSE="google-chrome"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-IUSE="qt6 selinux"
-
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
- >=app-accessibility/at-spi2-core-2.46.0:2
- app-misc/ca-certificates
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/nspr
- >=dev-libs/nss-3.26
- media-fonts/liberation-fonts
- media-libs/alsa-lib
- media-libs/mesa[gbm(+)]
- net-misc/curl
- net-print/cups
- sys-apps/dbus
- sys-libs/glibc
- sys-libs/libcap
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- || (
- x11-libs/gtk+:3[X]
- gui-libs/gtk:4[X]
- )
- x11-libs/libdrm
- >=x11-libs/libX11-1.5.0
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXrandr
- x11-libs/libxcb
- x11-libs/libxkbcommon
- x11-libs/libxshmfence
- x11-libs/pango
- x11-misc/xdg-utils
- qt6? ( dev-qt/qtbase:6[gui,widgets] )
- selinux? ( sec-policy/selinux-chromium )
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/google-chrome.*\\.desktop"
-CHROME_HOME="opt/google/chrome${PN#google-chrome}"
-
-pkg_nofetch() {
- eerror "Please wait 24 hours and sync your tree before reporting a bug for google-chrome fetch failures."
-}
-
-pkg_pretend() {
- # Protect against people using autounmask overzealously
- use amd64 || die "google-chrome only works on amd64"
-}
-
-pkg_setup() {
- chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
- :
-}
-
-src_install() {
- dodir /
- cd "${ED}" || die
- unpacker
-
- mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
- # Since M141 Google Chrome comes with its own bundled cron
- # scripts which invoke `apt` directly. Useless on Gentoo!
- rm -r etc/cron.daily || die "Failed to remove cron scripts"
- rm -r "${CHROME_HOME}"/cron || die "Failed to remove cron scripts"
-
- gzip -d usr/share/doc/${PF}/changelog.gz || die
- gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
- if [[ -L usr/share/man/man1/google-chrome.1.gz ]]; then
- rm usr/share/man/man1/google-chrome.1.gz || die
- dosym ${MY_PN}.1 usr/share/man/man1/google-chrome.1
- fi
-
- pushd "${CHROME_HOME}/locales" > /dev/null || die
- chromium_remove_language_paks
- popd > /dev/null || die
-
- rm "${CHROME_HOME}/libqt5_shim.so" || die
- if ! use qt6; then
- rm "${CHROME_HOME}/libqt6_shim.so" || die
- fi
-
- local suffix=
- [[ ${PN} == google-chrome-beta ]] && suffix=_beta
- [[ ${PN} == google-chrome-unstable ]] && suffix=_dev
-
- local size
- for size in 16 24 32 48 64 128 256 ; do
- newicon -s ${size} "${CHROME_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
- done
-
- pax-mark m "${CHROME_HOME}/chrome"
-}