www-apps/chromedriver-bin: prune old versions

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2026-06-12 10:16:57 +10:00
parent 3ddaeb1a71
commit 33c9591ff1
2 changed files with 0 additions and 29 deletions

View File

@@ -1,4 +1,3 @@
DIST chromedriver-bin-148.0.7778.167.linux64.zip 9956254 BLAKE2B dd315456244415a5a389351dcdb76e0fe597b98c1c00b1639eeb3aaf4bb8f423f88ebdb4c312b12c8f505a1cb9384d98133c7ae60003d0ff7547667ed1e77228 SHA512 dc3f44043d02ca7e3d2b48e9fdd76aec6a0972fa0336c7e988a1d240974a53854eae26e5ef839f2f4e9acee708cdfe6cd2169fbf8aba2b2440f8f6f0aeff2ba3
DIST chromedriver-bin-148.0.7778.178.linux64.zip 9998355 BLAKE2B f7c8091d0246b66f08f8efac2441eb63d6eb18291c5a7fa495fd3e1e59f91fff84a1f2d9f6c16f66dc36f72fd5e840773734260a89e0bea57ab8e8e08ef13153 SHA512 e32e83da6480d2276038ebcda0b4321e2d440de460ac8a5d1a04f8be808fb5ca48ca41d1366acb996dfa43d36b5dae152d97c6ce57da6aa0b73f33fa53bfe926
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

View File

@@ -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
}