From cb2f73d10494730ba590096a1f24ebc6d0d61a9f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 16 Jan 2025 06:41:40 +0000 Subject: gentoo auto-resync : 16:01:2025 - 06:41:40 --- www-apps/chromedriver-bin/Manifest | 4 ++-- .../chromedriver-bin-131.0.6778.264.ebuild | 28 ---------------------- .../chromedriver-bin-132.0.6834.83.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.264.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-132.0.6834.83.ebuild (limited to 'www-apps/chromedriver-bin') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index a4f0567b0dad..00388cf7d019 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,3 +1,3 @@ -DIST chromedriver-bin-131.0.6778.264.linux64.zip 9987816 BLAKE2B 7d924cfa3a800b92187a40cc8b70c883c54ca2be17026687d0742480d7d3344b86657997fa00cfa4915ba0634628cb4132550552ce4e16123210e135252ef0d5 SHA512 ccd00a61bf3c1dc0a7d760501901db309b25bb29839a6faa40d78040f453ef86b97bfcadcc88c9346acf8e8ede69dd33c975bd357b4a8cfab5d5f2b9cb00330e -EBUILD chromedriver-bin-131.0.6778.264.ebuild 723 BLAKE2B b0c5fc42d9f1d497e136ed6b9c087abc037853d60130881309930a5965cb2f4ac62409d625f2a2e7745ca6b34efb8b9819b0980b5d0554aacba7b62c046b5aab SHA512 87521d0b6332c9f72c6d31289000baf26579530028da9296ace91a0bd0fb2c57e9b0b16d953c79011eaf4bcf9aa6a1bb35f4f9d01ed84c4c3f44a6f6ba93b34d +DIST chromedriver-bin-132.0.6834.83.linux64.zip 9325180 BLAKE2B 172a394d9364e0a5dabea49abb31c094d16137d9a1f74f7555a55ff45f48b502ca634e5d4540147ace8764aefa504e2c236141c6c852f91f0f5a5cb978331ccd SHA512 ea565c1e8b68516f1bf77140f74f16e039a0de2e25123222f40bd8a093bcef8c5e0638f954609abb8412fcff70d65b34bbbc9f973f9ad1bcdb77061bbaf76076 +EBUILD chromedriver-bin-132.0.6834.83.ebuild 723 BLAKE2B b0c5fc42d9f1d497e136ed6b9c087abc037853d60130881309930a5965cb2f4ac62409d625f2a2e7745ca6b34efb8b9819b0980b5d0554aacba7b62c046b5aab SHA512 87521d0b6332c9f72c6d31289000baf26579530028da9296ace91a0bd0fb2c57e9b0b16d953c79011eaf4bcf9aa6a1bb35f4f9d01ed84c4c3f44a6f6ba93b34d MISC metadata.xml 461 BLAKE2B 4e6e0fd9bf732be9040a4defe4dc1ca63ba7e1ba860abfc97ad487d6220f7bc5cb1e304d001409cb866408fdf393ca42f3b95eb9b8dc258a0627aaa978f66e6e SHA512 3c9217fe5af26ee8ddc705edad8a32604d542ad60c3e78ed8aba9e08a5bd2b3508234e42710d4524149f8b7626bba08f83cb96f7f942fe5ccdfbd8bd98908bec diff --git a/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.264.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.264.ebuild deleted file mode 100644 index 2d548d409de6..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-131.0.6778.264.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2025 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-132.0.6834.83.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-132.0.6834.83.ebuild new file mode 100644 index 000000000000..2d548d409de6 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-132.0.6834.83.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2025 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