From 708da041d5e70656261a7c3559151b8f768f2ccd Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Thu, 11 Apr 2024 20:10:07 +1000 Subject: www-apps/chromedriver-bin: automated update (123.0.6312.122) Signed-off-by: Matt Jolly --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-123.0.6312.105.ebuild | 28 ---------------------- .../chromedriver-bin-123.0.6312.122.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.122.ebuild diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 4251d1848117..422f5b3d2abd 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-123.0.6312.105.linux64.zip 8636471 BLAKE2B 0c56e370b0456eda8fa5a68ed8f24544aa160fffb5ee2d223a0922a043aa8fec62be06558d5fbda7316e4e87118fc1626f1d4567ad943f16373cc1779962f76f SHA512 bbb0134b5b38255d514f5cc5e1bf1f2a1211d03bed2bc6159c37a41203b007f540f04982fb295e2eb283229408e2a3f459906da3f8b326778a6a58e2f4490939 +DIST chromedriver-bin-123.0.6312.122.linux64.zip 8636344 BLAKE2B 20dfd3335f01bbfa7f00d476643da99cafd3e91d3cf72b4bba4015b44fe52a359966be6cdec50a643225a1b7d8e91c4af17561b94f5c00566694491490ef4378 SHA512 36a653a02b1522da2fe4661a5f28467fdcdf8e8919218dd6ce37ff4e8de979b3baf39c9b976c74cbd5e785bfa6735a2cafe840452233ca06616327fc890d9361 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.105.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-123.0.6312.122.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.122.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-123.0.6312.122.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