www-apps/chromedriver-bin: add 121.0.6167.184

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-02-18 12:16:09 +00:00
parent 3cc0296afb
commit 95cf7b47fd
2 changed files with 29 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST chromedriver-bin-118.0.5993.70.linux64.zip 8269742 BLAKE2B 5cc84ad4ad634f076427d50254f1ccb49eab837e27a2ac133f808b2c40317fbe77cf4c3922e8bc3a5034cb4beb819fc0859154ea69fec7e78a3cabb9d15626e8 SHA512 3ebdeb021e68924e41fb721c94e53ba9d45e5048f1d8b9550fa99dd034d0afb590aa76693ce37f1706b7baaa6c9dbb4bd3e1001fe72ee9dadd040a1405956ab3
DIST chromedriver-bin-121.0.6167.184.linux64.zip 8638127 BLAKE2B 08a1212ddd769a7118f189cb5a7d11aa2daa3fe882b5c3ebc8dd7d1ede775a060fa335c5e17baa9a8659dd3e1999583be6406f2a4b146bb221abcd1764ce8340 SHA512 6e89532e2a90b2560e15fe880096fe7f90df999d08dfada425a26a695d5b1d25dae68f669c8ab9e5cf5894b2686b5e4bcec199d3d425cc1981c79c9709e7387e

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2024 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
}