From 491d3df0cc8536d53dd9245a08c4fc01e004caeb Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Thu, 24 Oct 2024 14:55:08 +1000 Subject: www-apps/chromedriver-bin: automated update (130.0.6723.69) Signed-off-by: Matt Jolly --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-130.0.6723.58.ebuild | 28 ---------------------- .../chromedriver-bin-130.0.6723.69.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.58.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.69.ebuild (limited to 'www-apps/chromedriver-bin') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 46e10e50354e..0ec80b31f6b6 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-130.0.6723.58.linux64.zip 9301462 BLAKE2B 5e41bc135b6b1f7a26c0fe7ab6e999cd9695b39be2f8a5fa5f92f1e91204f446d309f3b44631b5c33c963b5ea169add44d3e62bb1313cddfbb027fc88152384e SHA512 78e4a642d6282e646a684dbe0e4658dbde59ecbd6f4c03b6dfb2bdc4ac7ee73d993ae1402eff7e814d6d362956eff319132f6ee79aa9e1e71bc40063e806b6e0 +DIST chromedriver-bin-130.0.6723.69.linux64.zip 9077797 BLAKE2B df05553e7a977cb2c8a56c74a515a097d60a70fcf4228e3671ca232a8ee8ae6e577a6c08e2115d8554851c57620335cfb303e3c7d83b115f1309f7166f0224df SHA512 f727d51cb540d5d6d39cdf02cbee63d2032ce2440961bc5e4daafe5470eb4612d23672d7dfe3812c2d0515e423ed37dc41301ca7880ddd2a3738a2b4309d80d8 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.58.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.58.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.58.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-130.0.6723.69.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.69.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.69.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