From 4398a48b883be44593e21857192e304c9cb293da Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 2 Oct 2024 17:05:35 +1000 Subject: www-apps/chromedriver-bin: automated update (129.0.6668.89) Signed-off-by: Matt Jolly --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-129.0.6668.70.ebuild | 28 ---------------------- .../chromedriver-bin-129.0.6668.89.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-129.0.6668.70.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-129.0.6668.89.ebuild (limited to 'www-apps/chromedriver-bin') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index e7f38a5a3ba1..ebeb053010ff 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-129.0.6668.70.linux64.zip 9410918 BLAKE2B ebcc09f641b9a801cdcfa776d83f7e61c5a46a0dd4912fc5bc95d03375f765d7e04a13a3d7bfbde081347c4568867ce810b278fd977fecbdd743c0155428bbaf SHA512 64edfc3d79a03db6fa9a5f16e7139d2102a8b3ab11ca2dc143b0b2c4d1dd87226038a9b049f0ecf930c074e49deb303d57c2680f650f5312d9d37d0f470e8f9f +DIST chromedriver-bin-129.0.6668.89.linux64.zip 9411018 BLAKE2B 9fdb75ecac721d84934752f7c472ee0e664ac907d0b28d5d61474d7e8212b221b9b435e2fc393db8ccd46fe4c7b3be20a92574e610d66f32d4fbf9002101bb8a SHA512 eb022ff88d623a86c59b7b8b768bcc8e0c99e9fe2065ab83b144fd72c70b67152ade79b78d71ed1f80b5b4f546c90e55f604efe4fcaf681d531f7ef2a33a55ca diff --git a/www-apps/chromedriver-bin/chromedriver-bin-129.0.6668.70.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-129.0.6668.70.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-129.0.6668.70.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-129.0.6668.89.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-129.0.6668.89.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-129.0.6668.89.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