mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
www-apps/chromedriver-bin: drop 106.0.5249.61
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST chromedriver-bin-106.0.5249.61.linux64.zip 6657315 BLAKE2B 72a380704cb0fed43f77b75cce22db2624f95cc6af1bd79e44182898a4ca3b05eb1ef13ec77b7f825477c9025492da0efbc6ef70d657793c3440f28fcf34b42e SHA512 989801fe5ac7f4eb22b8fe914f1e1ad63d1903e04c095c757ab8caaa489f314e97e169e9694745415d9e84332210788df58c3ddde4343755316cbdc0dcd3f391
|
||||
DIST chromedriver-bin-108.0.5359.71.linux64.zip 7297087 BLAKE2B 550241484d546072971b3dd73697cbd2249bee5df2c89da3390e79d8ee2d5582b00feae94f8dc862e7264195b0d64ac4d343f5fc94ab5ce272e5ad20ecd18a0c SHA512 61f30808835298fcc0b7f42d91fd5954c8fdb9207935f28f49b11db274acc5301266bae6f769bd4a83ace016253fd5f8ae58e09717e64e9dd34d5c3383d7a051
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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="
|
||||
sys-libs/glibc
|
||||
!www-client/chromium
|
||||
www-client/google-chrome"
|
||||
|
||||
S="${WORKDIR}"
|
||||
QA_PREBUILT="usr/bin/chromedriver"
|
||||
|
||||
src_install() {
|
||||
dobin chromedriver
|
||||
}
|
||||
Reference in New Issue
Block a user