From 4c550724265361feac68db993466efdd9963145d Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Tue, 17 Nov 2020 20:52:48 +0100 Subject: www-apps/chromedriver-bin: bump to 87.0.4280.20 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Stephan Hartmann --- www-apps/chromedriver-bin/Manifest | 2 +- .../chromedriver-bin-86.0.4240.22.ebuild | 28 ---------------------- .../chromedriver-bin-87.0.4280.20.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.ebuild (limited to 'www-apps/chromedriver-bin') diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 067eda40e137..bf68019694bb 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1 @@ -DIST chromedriver-bin-86.0.4240.22.linux64.zip 5456932 BLAKE2B 9a54a5b45e04069c326aafd0d5dd60663556b793dd756e28e82b7cbbe9c232d56c3722017fc2c792e79e2ba7705e4590dc6435ca090e756f87d3dd8e28ca3b5e SHA512 f61bc8a3f48eb3c6dbb51d8fdef93000150307cc0824dc5ffaa155aaa598ba7bd1aab723e41c1aa0eb317603c93f2c661e8fc14403179fe5bd18b317935f5a1e +DIST chromedriver-bin-87.0.4280.20.linux64.zip 5564194 BLAKE2B ec11817045f9ab60a34eaacf701a609b7ccbf4548e82df8348cac86ca0faaeb51a66f2873ca444fcd8c67bea3ff885caaf749008307f8dbbf1b37ffa24b9e7bf SHA512 b46518fa756b19e83d2c491470f6528d3eefa7ad6d7f59ca6c05e8ddc655c92ca641f2264678571731eb9f8a3809d0dffa137cfbfbfce39358b39045d712879d 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 deleted file mode 100644 index c96967a171b8..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-86.0.4240.22.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -} diff --git a/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.ebuild new file mode 100644 index 000000000000..c96967a171b8 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.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 +} -- cgit v1.2.3-65-gdbad