repo/gentoo:master commit in: www-apps/chromedriver-bin/
"Matt Jolly" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786203059.6b8cfc61ae4afccde800d5de37ff4cc085f2c96e.kangie@gentoo> |
commit: 6b8cfc61ae4afccde800d5de37ff4cc085f2c96e
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 14:36:10 2026 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 15:30:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8cfc61
www-apps/chromedriver-bin: prune old versions
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
www-apps/chromedriver-bin/Manifest | 1 -
.../chromedriver-bin-148.0.7778.215.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest
index 86abd9d12fca..c573d3bc4a12 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -1,4 +1,3 @@
-DIST chromedriver-bin-148.0.7778.215.linux64.zip 9947767 BLAKE2B 94122afe1a396514e8d847c6ffbefc4801f6a43c7851d71abf969404796af097bb95c86aa96c595a1cc7d7dd3c1bc4f473851473ae6e80e9792181b8d602632a SHA512 38f7641142f60f21a27bb9c0238e327aa464a697e9482946a479c515114cb57fc2227be00585a338ba8b3d1aa5c4f6385f9abd38580f81be623a73f85da6520c
DIST chromedriver-bin-149.0.7827.114.linux64.zip 10254836 BLAKE2B aca3ef0fc3e4f2a60b67ab313196dbfbddff21e0f22cadedf6a25b54c6a926772774f2908c4f281798ebcf0163cf80fe2c4d84a985776360369c6a18c743ea00 SHA512 e411f1094079d1024d3b10ee616fb8b6b855d298d2dea8c6b04b8f026cb718ddc66f00fb31f519c513cc53e234fcb7c16b0e0c9b4297ddec37c962e9b6ea7e23
DIST chromedriver-bin-150.0.7871.181.linux64.zip 11041992 BLAKE2B 8e9a245eb58f029f94840011271927fdd5289d24f3bfdc9d4043c366b886f66300e21fb386379a1b9dcc575428d249dd84f83854e92483cd2883a53cca8dd874 SHA512 64c32bb132f052856536979d397d4191158e536dfcc207c8f2831d1b831eb660d21d32a52a6990656f70ac5c0bc8b70286d61f61c0c86ae1d96621ec3a380fb9
DIST chromedriver-bin-151.0.7922.108.linux64.zip 11064615 BLAKE2B bacb9a0f07a587be0c20c842e51948bb932cb8efb72b958f9069e92e34e5dd51165e12fb96f935d3cb078cbda0819b9d9fe9f1faf37f18e1fda3646bab29d8fa SHA512 2a6f024a5e7ff314060c2d6c7b12cd38738138458664a4b5f4036517613f2acc6e29719872abcbf995685c3bb848ed6c150b3078304a134f35bdb8185939dd1c
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-148.0.7778.215.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-148.0.7778.215.ebuild
deleted file mode 100644
index dfbb34c99366..000000000000
--- a/www-apps/chromedriver-bin/chromedriver-bin-148.0.7778.215.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# See https://googlechromelabs.github.io/chrome-for-testing/#stable for URLs
-DESCRIPTION="WebDriver for Chrome"
-HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/"
-SRC_URI="amd64? ( https://storage.googleapis.com/chrome-for-testing-public/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )"
-S="${WORKDIR}/chromedriver-linux64"
-
-LICENSE="google-chrome"
-SLOT="0"
-KEYWORDS="amd64"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
- sys-libs/glibc
- www-client/google-chrome
- !www-client/chromium
-"
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="usr/bin/chromedriver"
-
-src_install() {
- dobin chromedriver
-}