From 2171e1521d550bd6942e4cf962da8da384ee4b5b Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Tue, 14 May 2024 14:12:48 +1000 Subject: www-apps/chromedriver-bin: automated update (124.0.6367.207) Signed-off-by: Matt Jolly --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-124.0.6367.201.ebuild | 28 ---------------------- .../chromedriver-bin-124.0.6367.207.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-124.0.6367.201.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-124.0.6367.207.ebuild (limited to 'www-apps') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index d7efd678eff4..67a5c667b696 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-124.0.6367.201.linux64.zip 8679515 BLAKE2B bf8c476deed4878ad2de90ebb3a11ce5c2a30a9231ac3111493b480ee5bf467b50db00ccc097b149a50fef214fddc05b98954f22272bc3aa7efac2bac8f9b346 SHA512 f06524165c317af27305156b1655f3d14ff2eeffcaba9d49bbe9a90d5d04acb7d661023cfe8a2f7cde2e53c59742ca067e21dd764d3109ec750ee70448139244 +DIST chromedriver-bin-124.0.6367.207.linux64.zip 8679600 BLAKE2B 84440e084eed0f0c6c27ed647f214f36ea2a9c86668edd3ebbfb338963edea5f18dfcd620089ce2198834be7831b50702e6220376c5d79e606daf329d3a2f7a1 SHA512 830a4c4ce9030d16268ec4b4b0a762d547b5981102a60c9ea30bcefe6f84451aa2a69d7a441840ff42c23064afb6210e8fbe2ae85826abfe7263faad503ebf59 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-124.0.6367.201.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-124.0.6367.201.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-124.0.6367.201.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-124.0.6367.207.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-124.0.6367.207.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-124.0.6367.207.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