commit: d66dc21b673fb7af909c336bae83c6ebf9671174 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 05:57:24 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 07:52:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66dc21b
www-apps/chromedriver-bin: drop versions Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-apps/chromedriver-bin/Manifest | 3 --- .../chromedriver-bin-141.0.7390.107.ebuild | 28 ---------------------- .../chromedriver-bin-142.0.7444.175.ebuild | 28 ---------------------- .../chromedriver-bin-143.0.7499.169.ebuild | 28 ---------------------- 4 files changed, 87 deletions(-) diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index fdf2fd50661b..5ae7b01e7312 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,6 +1,3 @@ -DIST chromedriver-bin-141.0.7390.107.linux64.zip 9444876 BLAKE2B 7a7b0e91eb63f364ac6e2a0f02fc6cc9a1ee3936bdd42d5f748f6a2b0a5f6fab62dc5f1d1021f9d91fe7f6cb7014da273d13821c51acd63cb4cd1228d9a787c4 SHA512 0afda4d5eb81a8fe3e446e2ea5f1bd64d31c9566c740e1fc83e9aaac69cfdc5501d1006dc91aa79860ec6837cece1506956d7533f7557a18bbda9649b2e30dfe -DIST chromedriver-bin-142.0.7444.175.linux64.zip 9462388 BLAKE2B 173a497f80548789adff605a62e406b66dd62251dddea93a86446699ef42a961430d58d1382573a9b39341333c3096092b992e1eacdc7246004dd620e2f1e948 SHA512 a22149a6cb313f4120895696fe63137503523be5bd3dd122b52321cd5d8a700b7402bff83addb991e3c57182be262bc0172686d86e1c937790c575d324fd4621 -DIST chromedriver-bin-143.0.7499.169.linux64.zip 9462910 BLAKE2B db18a68c7867b70975c1bf55e8735a506ae17a144c7ca1186f5b4fdeea71818e1599e387718e5dfd1b4509484cf888191faf6de429a838d0f7e53d107fbfec73 SHA512 a7659fa0be40ead1fa88621b909ae2905502307a75972e572c8bb1050fcfa5967d602d7e4fdca0f3abf0c5c23385965ed654c9211c25346e8f784e76d0b86deb DIST chromedriver-bin-144.0.7559.132.linux64.zip 9721507 BLAKE2B 4eed32fa6c1f6c6d6386bee3f1db6eced95b9475d04327cc4823c7ed9406791e3217e0109d019edc136001e8e9cd542d8b14e7e9762eb1220fcb2255f8b4e6ba SHA512 86d5125844d2f4e764b70f89b2a4eb233c56317db0cddee3db8b59289c24f1f8944dc346ad061efaf018998f81ffa3d2eeeab8fcd047e120fc8821d34077c75e DIST chromedriver-bin-145.0.7632.159.linux64.zip 9596267 BLAKE2B 5236a1f1c285792c5f5c46e94d9675e57afb8bca41697bff4283fcec5c89e2862ba9d2db8885c339e6e9c0cde291ce2e5fd02b008e252f4973fcc5c8b3353ff8 SHA512 6c0de7f1641325b89bb387b32ea519fc7516446da614cfdfeb71238ffecd597ba1088d13fb50fbddc643254cd2d891bee6d5bdb16fcc091a81ef9363e9447ccb DIST chromedriver-bin-146.0.7680.71.linux64.zip 9819289 BLAKE2B 594b301810650a4c34205dac6df3f7cc400519f2ed48b361c675215c79824c50778263c312a009c451139188a74939062dfde33c4756eed3bb966fbe367b02dd SHA512 bc0b83f679cf74de7b1cec23dfc2959ba1073b29d8064ddf8e2b1ef61e775f3f18def54f6524d1b918a2046446336b7fd1dabb96f639c5f5f434e4adb73a7490 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-141.0.7390.107.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-141.0.7390.107.ebuild deleted file mode 100644 index 2d548d409de6..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-141.0.7390.107.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -} diff --git a/www-apps/chromedriver-bin/chromedriver-bin-142.0.7444.175.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-142.0.7444.175.ebuild deleted file mode 100644 index 2d548d409de6..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-142.0.7444.175.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -} diff --git a/www-apps/chromedriver-bin/chromedriver-bin-143.0.7499.169.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-143.0.7499.169.ebuild deleted file mode 100644 index 853ff6bc0572..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-143.0.7499.169.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 -}
