From 22eaa60297c2dbc92dd1658fb7d8e46878552755 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 6 Feb 2025 00:10:59 +0000 Subject: gentoo auto-resync : 06:02:2025 - 00:10:59 --- www-apps/chromedriver-bin/Manifest | 4 ++-- .../chromedriver-bin-132.0.6834.159.ebuild | 28 ---------------------- .../chromedriver-bin-133.0.6943.53.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-132.0.6834.159.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.53.ebuild (limited to 'www-apps/chromedriver-bin') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index dae3103ae587..195561c8fb34 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,3 +1,3 @@ -DIST chromedriver-bin-132.0.6834.159.linux64.zip 9270115 BLAKE2B b5cd1b4016f915efda156883ee9289e6ca7f4dc5dd5091dd7a828c5c19ec9b26fbcb912c5c89cc9ddd5d38f0a3f1eecb06443e79743c5cef5c846f9b6552dfbf SHA512 89334dbc45e52f4b3b42602c45644f1d7b1cc51868231659343fcaccb7f7bdf0d88280ccbb220f9e95159279c6902aa598a3bd09eb274b5a0873d50513a71849 -EBUILD chromedriver-bin-132.0.6834.159.ebuild 723 BLAKE2B b0c5fc42d9f1d497e136ed6b9c087abc037853d60130881309930a5965cb2f4ac62409d625f2a2e7745ca6b34efb8b9819b0980b5d0554aacba7b62c046b5aab SHA512 87521d0b6332c9f72c6d31289000baf26579530028da9296ace91a0bd0fb2c57e9b0b16d953c79011eaf4bcf9aa6a1bb35f4f9d01ed84c4c3f44a6f6ba93b34d +DIST chromedriver-bin-133.0.6943.53.linux64.zip 9456679 BLAKE2B 0e76b3965c74abd7f0158cbfb62b7609fbaaf9c74f9f52c5afd2e43e98e2e78b7ae3a79078ddd4fe39cc6d680c21b7d583481295bd9aeec7bc2cbdb27d089858 SHA512 ca8be48f697398f8691745e6575763a70a6920941f6b05ebc35714594d1f2eee178f6626e343a3fae7762f7b2ca710afee337f2939a7de0d8bdde8a3d24e6a97 +EBUILD chromedriver-bin-133.0.6943.53.ebuild 723 BLAKE2B b0c5fc42d9f1d497e136ed6b9c087abc037853d60130881309930a5965cb2f4ac62409d625f2a2e7745ca6b34efb8b9819b0980b5d0554aacba7b62c046b5aab SHA512 87521d0b6332c9f72c6d31289000baf26579530028da9296ace91a0bd0fb2c57e9b0b16d953c79011eaf4bcf9aa6a1bb35f4f9d01ed84c4c3f44a6f6ba93b34d MISC metadata.xml 461 BLAKE2B 4e6e0fd9bf732be9040a4defe4dc1ca63ba7e1ba860abfc97ad487d6220f7bc5cb1e304d001409cb866408fdf393ca42f3b95eb9b8dc258a0627aaa978f66e6e SHA512 3c9217fe5af26ee8ddc705edad8a32604d542ad60c3e78ed8aba9e08a5bd2b3508234e42710d4524149f8b7626bba08f83cb96f7f942fe5ccdfbd8bd98908bec diff --git a/www-apps/chromedriver-bin/chromedriver-bin-132.0.6834.159.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-132.0.6834.159.ebuild deleted file mode 100644 index 2d548d409de6..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-132.0.6834.159.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-133.0.6943.53.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.53.ebuild new file mode 100644 index 000000000000..2d548d409de6 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.53.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