From 2e9fefb2e5a4328608ea8e053b86c57b7ec519cf Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Thu, 14 Nov 2024 22:18:13 +1000 Subject: www-apps/chromedriver-bin: automated update (131.0.6778.69) Signed-off-by: Matt Jolly --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-130.0.6723.116.ebuild | 28 ---------------------- .../chromedriver-bin-131.0.6778.69.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.116.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.69.ebuild (limited to 'www-apps') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index afd836460f82..265f2ee34db6 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-130.0.6723.116.linux64.zip 9329085 BLAKE2B 2774708cf4e271412f4ca474477407c9622c9d02d036465a41e7ccbd194a52910b801f5ff48b4c7e325adc981d1bc29c7fdbc1ff0fd9b859b0accb1e40f85649 SHA512 81fbe42de8b019352ce316d068457095162037c5fde1eb21ba43bb95405c5f509bfcd2691abc73e2a647cc5c8eb8508b160cd8e5a6c5520628409379cf8f6bae +DIST chromedriver-bin-131.0.6778.69.linux64.zip 9945918 BLAKE2B eb2c362bd5757fe1e2665b62f7522e6704c53bd5728ce61372cf2dd08934df1d31f24a6db07eb8a11775232abb856b910f25220e069a8687999bef3513b5de79 SHA512 df61adfbfdfd66bd76a81fa417c4d03606d0dc58d705daeaae68375c4f8e94693bbac99067482fa33a620984c79318319df3cdb9fc31f1208049a184c3ccc866 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.116.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.116.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-130.0.6723.116.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.69.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.69.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.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