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 D644C158094 for ; Wed, 20 Jul 2022 22:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1891BE0207; Wed, 20 Jul 2022 22:56:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDB33E0207 for ; Wed, 20 Jul 2022 22:56:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F03C734092D for ; Wed, 20 Jul 2022 22:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60FA67F for ; Wed, 20 Jul 2022 22:56:39 +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: <1658357791.5bbb95f5dd83815afb414961248f0c25543875f4.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-103.0.5060.134.ebuild X-VCS-Directories: www-apps/chromedriver-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5bbb95f5dd83815afb414961248f0c25543875f4 X-VCS-Branch: master Date: Wed, 20 Jul 2022 22:56:39 +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: 479695fe-554c-4eb2-8cd0-1647262fd913 X-Archives-Hash: 7e26cf8407af1bf063bbbbb2f63152a9 commit: 5bbb95f5dd83815afb414961248f0c25543875f4 Author: Sam James gentoo org> AuthorDate: Wed Jul 20 22:56:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 20 22:56:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbb95f5 www-apps/chromedriver-bin: add 103.0.5060.134 Signed-off-by: Sam James gentoo.org> www-apps/chromedriver-bin/Manifest | 1 + .../chromedriver-bin-103.0.5060.134.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 691ef1fb1a7c..9966b3237406 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1 +1,2 @@ +DIST chromedriver-bin-103.0.5060.134.linux64.zip 6345878 BLAKE2B c10c0228344d0bef4ad79a6d682a9335cbd3d055a02b62527d128f8fa22bf91a7d4b481919332b5976ff18916b1c884d33f18195c333c90ab0b77df8907b687a SHA512 5aea02788460d42ed37684bbcc21276a519e1aa6f4dc8ead04b8fc62e0d5a0e84ce5a4969332539007fe0b6a395a73391232ad0f192863ca9a73e05da6813c06 DIST chromedriver-bin-103.0.5060.53.linux64.zip 7052799 BLAKE2B 4856ff4a3b5b28ae1889b482ca189fa84e6d4d471ebb8d100803923179a1178bc906947d8a67a94d54c481200dbedc4dca0cb57c269e8aaf2f5f402d3c49de77 SHA512 6f87c8b40d11d0d0505c0d1d9ba90f29b52cd23b2c22353d45efa24a780aa57d7292a085b42c330a597151f1df2bdd21dbec258f236577d874c3fb54acdbb8cd diff --git a/www-apps/chromedriver-bin/chromedriver-bin-103.0.5060.134.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-103.0.5060.134.ebuild new file mode 100644 index 000000000000..7503ea84cdc5 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-103.0.5060.134.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 +}