From caa66d7b3022528882b8f8d25a25f6d1f476dd19 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 11 Dec 2024 17:07:00 +1000 Subject: www-apps/chromedriver-bin: automated update (131.0.6778.139) Signed-off-by: Matt Jolly --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-131.0.6778.108.ebuild | 28 ---------------------- .../chromedriver-bin-131.0.6778.139.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.108.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.139.ebuild (limited to 'www-apps') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 4a3ffc150f16..61e4daffc68f 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-131.0.6778.108.linux64.zip 9925087 BLAKE2B f86c524138832f9bbca5491a99d11634866f03b4950c3c7179f472e9bd45938c1841c082f622f9a9bf51e7edf03536d54e7e10f93846c58835eb2f636654b750 SHA512 7bbc9e0246a30437813e13d07b5b9dc97c92a938e998a5df19ff8c9fe30317f2cade45ddf58c421d17064b274307be4ef587b0ed2ab3c7e5de6f4dd33e68c999 +DIST chromedriver-bin-131.0.6778.139.linux64.zip 9930510 BLAKE2B c47b06479c0d8cdafcace44d860171e66f0d281c8cab90b935e716e518c4ac2f7eef63395b03cb81f1a18dd021548858437fbafc2028ef94e2bb37dd6f041a8c SHA512 3c81e5a19000c424c8378e02c986d5a7caba09d702f1c62d14ee13ba60ab9ff7352fb60fb85db381110e69c15f78d9009db78fa8ea18b1fec375060c63ae9745 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.108.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.108.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.108.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -} diff --git a/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.139.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.139.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.139.ebuild @@ -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 +} -- cgit v1.2.3-65-gdbad