summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/chromedriver-bin/Manifest1
-rw-r--r--www-apps/chromedriver-bin/chromedriver-bin-142.0.7444.59.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest
index 90617623cf10..5df1be619f5b 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -1 +1,2 @@
DIST chromedriver-bin-141.0.7390.107.linux64.zip 9444876 BLAKE2B 7a7b0e91eb63f364ac6e2a0f02fc6cc9a1ee3936bdd42d5f748f6a2b0a5f6fab62dc5f1d1021f9d91fe7f6cb7014da273d13821c51acd63cb4cd1228d9a787c4 SHA512 0afda4d5eb81a8fe3e446e2ea5f1bd64d31c9566c740e1fc83e9aaac69cfdc5501d1006dc91aa79860ec6837cece1506956d7533f7557a18bbda9649b2e30dfe
+DIST chromedriver-bin-142.0.7444.59.linux64.zip 9468008 BLAKE2B fd067fda327fda731c7fc5c863a6dae16de58d60b92958fd027380b7fcf6d7605b0520f99fc548d51a7794c51e69db06d7c9682707dd08f5bcceacf3f182405c SHA512 b77ed4280612a0cb845ff34fdf6577f2d89a7fd8896804ad7d35f532aedf6f6ea425a300a885c26d0834ac26754f91541d5f6a3ae8a9d5373d4eafb4d1ce2c51
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-142.0.7444.59.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-142.0.7444.59.ebuild
new file mode 100644
index 000000000000..2d548d409de6
--- /dev/null
+++ b/www-apps/chromedriver-bin/chromedriver-bin-142.0.7444.59.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 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
+}