From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/
Date: Thu, 12 Oct 2023 10:46:42 +0000 (UTC) [thread overview]
Message-ID: <1697107522.93b06c99427ab1933d640838bbcb521e4ad549c0.sam@gentoo> (raw)
commit: 93b06c99427ab1933d640838bbcb521e4ad549c0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 10:45:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 10:45:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b06c99
www-apps/chromedriver-bin: add 118.0.5993.70
Closes: https://bugs.gentoo.org/910571
Thanks-to: Ken Cuvelier <kvcflame <AT> yahoo.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apps/chromedriver-bin/Manifest | 1 +
.../chromedriver-bin-118.0.5993.70.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest
index a460587c8132..46a935d5bce3 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -1,3 +1,4 @@
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
+DIST chromedriver-bin-118.0.5993.70.linux64.zip 8269742 BLAKE2B 5cc84ad4ad634f076427d50254f1ccb49eab837e27a2ac133f808b2c40317fbe77cf4c3922e8bc3a5034cb4beb819fc0859154ea69fec7e78a3cabb9d15626e8 SHA512 3ebdeb021e68924e41fb721c94e53ba9d45e5048f1d8b9550fa99dd034d0afb590aa76693ce37f1706b7baaa6c9dbb4bd3e1001fe72ee9dadd040a1405956ab3
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-118.0.5993.70.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-118.0.5993.70.ebuild
new file mode 100644
index 000000000000..f548b9085fc7
--- /dev/null
+++ b/www-apps/chromedriver-bin/chromedriver-bin-118.0.5993.70.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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${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
+}
next reply other threads:[~2023-10-12 10:46 UTC|newest]
Thread overview: 125+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 10:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 13:06 [gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/ Matt Jolly
2025-03-05 11:00 Matt Jolly
2025-02-19 3:47 Matt Jolly
2025-02-13 10:59 Matt Jolly
2025-02-05 8:40 Matt Jolly
2025-01-28 23:28 Matt Jolly
2025-01-25 15:23 Matt Jolly
2025-01-15 8:15 Matt Jolly
2025-01-08 3:38 Matt Jolly
2024-12-20 23:07 Matt Jolly
2024-12-11 10:17 Matt Jolly
2024-12-04 11:33 Matt Jolly
2024-11-20 5:07 Matt Jolly
2024-11-15 21:46 Matt Jolly
2024-11-06 4:49 Matt Jolly
2024-10-30 6:54 Matt Jolly
2024-10-24 5:24 Matt Jolly
2024-10-17 18:26 Matt Jolly
2024-10-09 14:08 Matt Jolly
2024-10-02 7:19 Matt Jolly
2024-09-25 7:55 Matt Jolly
2024-09-18 6:31 Matt Jolly
2024-09-11 11:31 Matt Jolly
2024-09-07 11:28 Matt Jolly
2024-08-30 2:30 Matt Jolly
2024-08-22 9:43 Matt Jolly
2024-08-14 1:38 Matt Jolly
2024-08-07 14:43 Matt Jolly
2024-08-01 8:58 Matt Jolly
2024-07-25 5:37 Matt Jolly
2024-07-18 5:57 Matt Jolly
2024-06-26 7:14 Matt Jolly
2024-06-19 9:36 Matt Jolly
2024-06-13 9:26 Matt Jolly
2024-05-27 11:43 Matt Jolly
2024-05-22 7:12 Matt Jolly
2024-05-16 22:34 Matt Jolly
2024-05-14 7:23 Matt Jolly
2024-05-10 21:35 Matt Jolly
2024-05-08 7:15 Matt Jolly
2024-05-08 7:15 Matt Jolly
2024-04-25 6:30 Matt Jolly
2024-04-17 4:56 Matt Jolly
2024-04-11 10:14 Matt Jolly
2024-04-03 0:36 Matt Jolly
2024-03-27 3:31 Matt Jolly
2024-03-20 10:32 Matt Jolly
2024-03-13 2:25 Matt Jolly
2024-03-13 2:25 Matt Jolly
2024-03-06 2:12 Matt Jolly
2024-02-28 3:58 Matt Jolly
2024-02-18 12:55 Sam James
2024-02-18 12:55 Sam James
2023-12-08 9:09 Arthur Zamarin
2023-10-12 10:46 Sam James
2023-05-06 10:39 Arthur Zamarin
2023-04-07 4:06 Zac Medico
2023-01-15 7:51 Joonas Niilola
2023-01-13 18:42 Stephan Hartmann
2022-12-16 18:01 Stephan Hartmann
2022-12-13 5:44 Sam James
2022-09-28 14:11 Stephan Hartmann
2022-09-27 18:18 Stephan Hartmann
2022-08-30 18:30 Stephan Hartmann
2022-08-20 7:53 Stephan Hartmann
2022-07-20 22:56 Sam James
2022-06-26 7:49 Stephan Hartmann
2022-05-26 12:18 Stephan Hartmann
2022-05-24 19:35 Stephan Hartmann
2022-05-06 10:04 Stephan Hartmann
2022-03-30 19:23 Stephan Hartmann
2022-03-29 18:29 Stephan Hartmann
2022-03-06 13:03 Stephan Hartmann
2022-03-01 21:36 Stephan Hartmann
2022-02-19 9:37 Stephan Hartmann
2022-02-02 7:48 Stephan Hartmann
2022-01-05 8:45 Stephan Hartmann
2021-11-18 21:48 Stephan Hartmann
2021-11-13 20:13 Stephan Hartmann
2021-10-30 18:51 Stephan Hartmann
2021-10-19 18:49 Stephan Hartmann
2021-10-01 17:55 Stephan Hartmann
2021-09-23 6:47 Stephan Hartmann
2021-09-14 8:25 Stephan Hartmann
2021-09-02 8:06 Stephan Hartmann
2021-08-12 21:10 Stephan Hartmann
2021-07-21 15:15 Stephan Hartmann
2021-06-29 13:53 Stephan Hartmann
2021-05-29 11:23 Stephan Hartmann
2021-04-21 18:51 Sam James
2021-04-15 7:17 Stephan Hartmann
2021-03-02 21:34 Stephan Hartmann
2021-01-21 18:48 Stephan Hartmann
2020-11-17 19:53 Stephan Hartmann
2020-10-16 17:54 Stephan Hartmann
2020-10-16 17:46 Stephan Hartmann
2020-10-16 17:42 Stephan Hartmann
2020-10-08 0:08 Thomas Deutschmann
2020-08-27 16:10 Mike Gilbert
2020-07-14 20:02 Thomas Deutschmann
2020-07-14 18:06 Mike Gilbert
2020-06-24 22:21 Thomas Deutschmann
2020-06-24 22:21 Thomas Deutschmann
2020-05-24 21:21 Thomas Deutschmann
2020-04-10 22:05 Thomas Deutschmann
2020-03-01 23:04 Thomas Deutschmann
2019-12-11 14:59 Thomas Deutschmann
2019-11-21 11:40 Thomas Deutschmann
2019-11-21 11:06 Thomas Deutschmann
2019-10-27 20:39 Thomas Deutschmann
2019-09-16 2:17 Thomas Deutschmann
2019-07-31 11:17 Thomas Deutschmann
2019-05-08 19:03 Zac Medico
2019-05-08 19:03 Zac Medico
2019-04-09 3:14 Austin English
2018-09-05 21:17 Austin English
2018-06-27 0:12 Zac Medico
2018-06-27 0:02 Zac Medico
2018-01-31 23:32 Austin English
2017-11-29 21:36 Austin English
2017-07-12 22:06 Austin English
2017-07-12 18:51 Austin English
2017-07-12 18:51 Austin English
2016-09-21 22:10 Austin English
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1697107522.93b06c99427ab1933d640838bbcb521e4ad549c0.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox