diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 13:38:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-06 13:38:16 +0300 |
commit | 84bb197b7758b3a046ec70f4b3a7af9291ea5d63 (patch) | |
tree | 3ec0237e52120d8dee9c291cd3594f4d70b3cfa4 /www-apps | |
parent | dev-python/notebook-shim: Stabilize 0.2.2-r1 sparc, #904813 (diff) | |
download | gentoo-84bb197b7758b3a046ec70f4b3a7af9291ea5d63.tar.gz gentoo-84bb197b7758b3a046ec70f4b3a7af9291ea5d63.tar.bz2 gentoo-84bb197b7758b3a046ec70f4b3a7af9291ea5d63.zip |
www-apps/chromedriver-bin: add 113.0.5672.63
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/chromedriver-bin/Manifest | 1 | ||||
-rw-r--r-- | www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index b6711d189005..a460587c8132 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,2 +1,3 @@ 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 +DIST chromedriver-bin-113.0.5672.63.linux64.zip 7315061 BLAKE2B b608451b957a2f059d009f94446f70e2cad40ce3ee11a1a75efc0cbb37e9e4f64014b078a9b87a6b17726fdcf57caffda032e475f3b54945c3873194a1f82e16 SHA512 49ca499b895bcf40c023be7963fdd6cf94bb17dd970dcccff7bf770686efb952096001d02e84c9a35c16eccfcb08386c7d0692c06b95adc076034c8a8f895221 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild new file mode 100644 index 000000000000..7feb79c524dd --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-113.0.5672.63.ebuild @@ -0,0 +1,27 @@ +# 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 )" +S="${WORKDIR}" + +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 +} |