commit: 8303d65a66afa23cb3a0c8d9de57e5733e05bc0f Author: Ken Cuvelier <kvcflame <AT> yahoo <DOT> com> AuthorDate: Fri Apr 7 04:04:37 2023 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 04:05:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8303d65a
www-apps/chromedriver-bin: add 112.0.5615.49 Closes: https://bugs.gentoo.org/903556 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> www-apps/chromedriver-bin/Manifest | 1 + .../chromedriver-bin-112.0.5615.49.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index e7be9a9849d5..b6711d189005 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1,2 @@ DIST chromedriver-bin-109.0.5414.74.linux64.zip 7300223 BLAKE2B 2974008f430e18717deb0415ffa24c7022536d87da73026ed4a66ed45ef92dde11beb8c12a6e01958a8fe6dab144d78b92fe05481810cc843ee6e3c1ffb7885c SHA512 581b3f13a935ac719e0d36c91e5ae247befbeb247e126a43c5e7b0c5735c786e5b1fc89a938383c822d6ee375bc4a6948d7072ad31df70ab6f9d4379678210cd +DIST chromedriver-bin-112.0.5615.49.linux64.zip 7079001 BLAKE2B 6b2489b8626ca1aaf128c8d05d51bfc6a6e1024ec1a3d06f9bac6e4178fdc5b91793b7d508c624b8fe6735a8a9e3a1403d0ff9c67a5322fd45312b4ae86306f6 SHA512 ca08f9e2ce6308ebe6681b3ccd90ccc5fa4deb5e03c4ab680cde3fdd2d3706ef54db9f95480f3d9b50c382d6401df8335f3a8f653962c6b2dbe1033296cc3e28 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-112.0.5615.49.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-112.0.5615.49.ebuild new file mode 100644 index 000000000000..9643ffbdacec --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-112.0.5615.49.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="WebDriver for Chrome" +HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/" +SRC_URI="amd64? ( https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux64.zip -> ${P}.linux64.zip )" + +LICENSE="google-chrome" +SLOT="0" +KEYWORDS="amd64" + +RESTRICT="bindist mirror strip" + +BDEPEND="app-arch/unzip" + +RDEPEND=" + sys-libs/glibc + !www-client/chromium + www-client/google-chrome" + +S="${WORKDIR}" +QA_PREBUILT="usr/bin/chromedriver" + +src_install() { + dobin chromedriver +}
