From 1534d50aaf24272ec425fa439389ef7e1f7bf174 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 20 Feb 2025 00:15:26 +0000 Subject: gentoo auto-resync : 20:02:2025 - 00:15:26 --- www-apps/chromedriver-bin/Manifest | 4 ++-- .../chromedriver-bin-133.0.6943.126.ebuild | 28 ++++++++++++++++++++++ .../chromedriver-bin-133.0.6943.98.ebuild | 28 ---------------------- 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.126.ebuild delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.98.ebuild (limited to 'www-apps/chromedriver-bin') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index d76bb5608f2b..f645a6baab97 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,3 +1,3 @@ -DIST chromedriver-bin-133.0.6943.98.linux64.zip 9578481 BLAKE2B 36fa8e8932c3aded74c0d9fa61b548df8a7c4533b7cd5dd437bd93a8392aa40f86971fbbdc54cbde239268916607485f4fe09bd6db20b56fa05855ffe9f576af SHA512 7882f9aa31e2601f3b5c0b2fcf47ced8e802c2ce97e2715c18834515c3706373a560410b1a3c92c57d3b830b1419c64f18c15e36fad26e1da18620cfa4002c38 -EBUILD chromedriver-bin-133.0.6943.98.ebuild 723 BLAKE2B b0c5fc42d9f1d497e136ed6b9c087abc037853d60130881309930a5965cb2f4ac62409d625f2a2e7745ca6b34efb8b9819b0980b5d0554aacba7b62c046b5aab SHA512 87521d0b6332c9f72c6d31289000baf26579530028da9296ace91a0bd0fb2c57e9b0b16d953c79011eaf4bcf9aa6a1bb35f4f9d01ed84c4c3f44a6f6ba93b34d +DIST chromedriver-bin-133.0.6943.126.linux64.zip 9578328 BLAKE2B 6c66f08ed5938c7f300d93481562e6b8a445adcd95fcc5808637887d25cda7dd1774daed8a6db7a1c57f08e2a4133557d55795f2145581dd1aa1dc28da443f57 SHA512 251845ce773753185fcf42525308f42ce7a2a6b37b14b35177f3807ee9a2cc1e00d0bbda08a188ef70d69c815af5926cb9fdaf1459a75fce10cc77569fea45c0 +EBUILD chromedriver-bin-133.0.6943.126.ebuild 723 BLAKE2B b0c5fc42d9f1d497e136ed6b9c087abc037853d60130881309930a5965cb2f4ac62409d625f2a2e7745ca6b34efb8b9819b0980b5d0554aacba7b62c046b5aab SHA512 87521d0b6332c9f72c6d31289000baf26579530028da9296ace91a0bd0fb2c57e9b0b16d953c79011eaf4bcf9aa6a1bb35f4f9d01ed84c4c3f44a6f6ba93b34d MISC metadata.xml 461 BLAKE2B 4e6e0fd9bf732be9040a4defe4dc1ca63ba7e1ba860abfc97ad487d6220f7bc5cb1e304d001409cb866408fdf393ca42f3b95eb9b8dc258a0627aaa978f66e6e SHA512 3c9217fe5af26ee8ddc705edad8a32604d542ad60c3e78ed8aba9e08a5bd2b3508234e42710d4524149f8b7626bba08f83cb96f7f942fe5ccdfbd8bd98908bec diff --git a/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.126.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.126.ebuild new file mode 100644 index 000000000000..2d548d409de6 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.126.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 +} diff --git a/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.98.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.98.ebuild deleted file mode 100644 index 2d548d409de6..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-133.0.6943.98.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 -} -- cgit v1.2.3