commit:     e1cb07e29d03cd8c4c874acd904dfb8ce505a45f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 00:08:21 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 00:08:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cb07e2

www-apps/chromedriver-bin: bump to v86.0.4240.22

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-apps/chromedriver-bin/Manifest                 |  1 +
 .../chromedriver-bin-86.0.4240.22.ebuild           | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/www-apps/chromedriver-bin/Manifest 
b/www-apps/chromedriver-bin/Manifest
index b1c230f708c..4a6a8a0260a 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -1,3 +1,4 @@
 DIST chromedriver-bin-83.0.4103.39.linux64.zip 5222065 BLAKE2B 
7d801205bcd0174d1d622b8e3c6c755f1dfae1fd4bf1bc225dbd05bd0d868c300d7bf442a39f29525d4af1f54c0f2e46b233d433d70523d48df15a30aa1a89f0
 SHA512 
9cb02938cef436dcf0b3f54e5ce668de86e9afc702a1903e2f35ecabcbd4c468f525ff3c6b079eb88b14c1a956bc070fa281fdf64d9d54027254f769c00d24f9
 DIST chromedriver-bin-84.0.4147.30.linux64.zip 5306126 BLAKE2B 
2ee0a05eaa42e4724634251fd44d81a2d96f7486db40dc570c01f96cf16124fe2d666e110a4b9c6cd06adf38181c0b2aa3a38beb4ec59fbd65a98cba466fca71
 SHA512 
ec010c80958439427567c12c714afd5e15f80a9ccb7120e9539986d1af931eb063ad50b709cfa6495bb5a214027ed8531007d4497a01b26a94259aa4a2525f2d
 DIST chromedriver-bin-85.0.4183.83.linux64.zip 5359562 BLAKE2B 
020370d0cd42f2af0c81e9ef02802a895e2d566454a27d5a80b8607ca3a83c7ca1ec8ece0ed997b5de70a725134d9c2f0a52765c3f1786b3050f9abbcac3d5d8
 SHA512 
ba26945906ac6a2b9c724917d8f2e82e9bc26fd601a91a390b637a8dfcecaa57a3acfcf376d316b75ba559b61858a6732cb04332c6c1c661927322ef623a62b8
+DIST chromedriver-bin-86.0.4240.22.linux64.zip 5456932 BLAKE2B 
9a54a5b45e04069c326aafd0d5dd60663556b793dd756e28e82b7cbbe9c232d56c3722017fc2c792e79e2ba7705e4590dc6435ca090e756f87d3dd8e28ca3b5e
 SHA512 
f61bc8a3f48eb3c6dbb51d8fdef93000150307cc0824dc5ffaa155aaa598ba7bd1aab723e41c1aa0eb317603c93f2c661e8fc14403179fe5bd18b317935f5a1e

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild
new file mode 100644
index 00000000000..c96967a171b
--- /dev/null
+++ b/www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="WebDriver for Chrome"
+HOMEPAGE="https://sites.google.com/a/chromium.org/chromedriver";
+SRC_URI="amd64? ( 
https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux64.zip -> 
${P}.linux64.zip )"
+
+LICENSE="google-chrome"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="bindist mirror strip"
+
+BDEPEND="app-arch/unzip"
+
+RDEPEND="!www-client/chromium
+       www-client/google-chrome"
+
+S="${WORKDIR}"
+QA_PREBUILT="usr/bin/chromedriver"
+
+src_install()
+{
+       dobin chromedriver
+}

Reply via email to