From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C384A158020 for ; Tue, 13 Dec 2022 05:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 148BEE08FF; Tue, 13 Dec 2022 05:44:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC496E08FF for ; Tue, 13 Dec 2022 05:44:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A691340FA9 for ; Tue, 13 Dec 2022 05:44:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86CAE72B for ; Tue, 13 Dec 2022 05:44:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670910203.90340a5358c567ec82a446ea6dec9093091d7702.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/chromedriver-bin/Manifest www-apps/chromedriver-bin/chromedriver-bin-108.0.5359.71.ebuild X-VCS-Directories: www-apps/chromedriver-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90340a5358c567ec82a446ea6dec9093091d7702 X-VCS-Branch: master Date: Tue, 13 Dec 2022 05:44:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc7f160a-a463-4ba4-aafb-c8df6f12f14e X-Archives-Hash: b3511eec9247712a8e5836239cb9b4af commit: 90340a5358c567ec82a446ea6dec9093091d7702 Author: Sam James gentoo org> AuthorDate: Tue Dec 13 05:43:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 13 05:43:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90340a53 www-apps/chromedriver-bin: add 108.0.5359.71 Signed-off-by: Sam James gentoo.org> www-apps/chromedriver-bin/Manifest | 1 + .../chromedriver-bin-108.0.5359.71.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 385e7d8eac0f..58e7f8cf257e 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1,2 @@ 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 diff --git a/www-apps/chromedriver-bin/chromedriver-bin-108.0.5359.71.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-108.0.5359.71.ebuild new file mode 100644 index 000000000000..7503ea84cdc5 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-108.0.5359.71.ebuild @@ -0,0 +1,28 @@ +# 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 +}