summaryrefslogtreecommitdiff
path: root/www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild')
-rw-r--r--www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild
deleted file mode 100644
index 2ddd7f88b05a..000000000000
--- a/www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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=""
-
-RDEPEND="!www-client/chromium
- www-client/google-chrome"
-
-S="${WORKDIR}"
-QA_PREBUILT="usr/bin/chromedriver"
-
-src_install()
-{
- dobin chromedriver
-}