commit: 1dd55c849ef1c1e673400ce6818d0b4cdc9571c8 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 17:51:39 2020 +0000 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 17:54:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd55c84
Revert "www-apps/chromedriver-bin: beta channel bump to 87.0.4280.20" This reverts commit 9ffb6adb134b0818320cbc214c9bc549961c0cf5. We don't support beta channel chromedriver-bin. Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org> www-apps/chromedriver-bin/Manifest | 1 - .../chromedriver-bin-87.0.4280.20.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index d90cc7b48b8..067eda40e13 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,2 +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-87.0.4280.20.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.ebuild deleted file mode 100644 index c96967a171b..00000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.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 -}