From 2dbcb1a7acce5b97642a9b24eea8a5b5137392ff Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 30 Oct 2024 16:37:17 +1000 Subject: www-apps/chromedriver-bin: automated update (130.0.6723.91) Signed-off-by: Matt Jolly --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-130.0.6723.69.ebuild | 28 ---------------------- .../chromedriver-bin-130.0.6723.91.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.69.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.91.ebuild (limited to 'www-apps') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 0ec80b31f6b6..1e4a66872df1 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-130.0.6723.69.linux64.zip 9077797 BLAKE2B df05553e7a977cb2c8a56c74a515a097d60a70fcf4228e3671ca232a8ee8ae6e577a6c08e2115d8554851c57620335cfb303e3c7d83b115f1309f7166f0224df SHA512 f727d51cb540d5d6d39cdf02cbee63d2032ce2440961bc5e4daafe5470eb4612d23672d7dfe3812c2d0515e423ed37dc41301ca7880ddd2a3738a2b4309d80d8 +DIST chromedriver-bin-130.0.6723.91.linux64.zip 9077585 BLAKE2B b920f8ec59aee133852cccf0caedaa32b76fece89209dc7302159f757e873d378946cc3a4cd8b6a9265d35c1f17352a260c473816d986f3c86b9d0511b365b67 SHA512 bc0f21cf8f3b4668b89b194a898eb428558fa96cf676fbf15861b5736c0cc3c53f3a3a66d9f817aef401349e290676d3064c0cac28d49d120fe05b7b3ff0c0a5 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 deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.69.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.91.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.91.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.91.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