summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <sultan@gentoo.org>2021-09-23 08:47:37 +0200
committerStephan Hartmann <sultan@gentoo.org>2021-09-23 08:47:50 +0200
commitc2772d785e5a056b96fde210a7bcc4cad034e389 (patch)
treefd01b5933d81653f16f6328fdac355a7c6db2703 /www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.63.ebuild
parentmedia-libs/libsbsms: bump to 2.3.0 (diff)
downloadgentoo-c2772d785e5a056b96fde210a7bcc4cad034e389.tar.gz
gentoo-c2772d785e5a056b96fde210a7bcc4cad034e389.tar.bz2
gentoo-c2772d785e5a056b96fde210a7bcc4cad034e389.zip
www-apps/chromedriver-bin: bump to 94.0.4606.41
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.63.ebuild')
-rw-r--r--www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.63.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.63.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.63.ebuild
deleted file mode 100644
index 7c2aac12ffeb..000000000000
--- a/www-apps/chromedriver-bin/chromedriver-bin-93.0.4577.63.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 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"
-
-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
-}