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 EC116158041 for ; Wed, 13 Mar 2024 02:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE5C5E29DA; Wed, 13 Mar 2024 02:25:37 +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 ACFD7E29DA for ; Wed, 13 Mar 2024 02:25:37 +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 B96D033BF03 for ; Wed, 13 Mar 2024 02:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4984151F for ; Wed, 13 Mar 2024 02:25:33 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1710296661.d0ecd9be226ec943611c0e2da5e731d2c5c300c8.kangie@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-118.0.5993.70.ebuild X-VCS-Directories: www-apps/chromedriver-bin/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: d0ecd9be226ec943611c0e2da5e731d2c5c300c8 X-VCS-Branch: master Date: Wed, 13 Mar 2024 02:25:33 +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: 2999bccc-1caa-40f1-aa8a-1fa0e3b0c7a9 X-Archives-Hash: 00906f9dd2f1330d7fbd74241fdd16fa commit: d0ecd9be226ec943611c0e2da5e731d2c5c300c8 Author: Matt Jolly gentoo org> AuthorDate: Wed Mar 13 02:24:21 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Mar 13 02:24:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ecd9be www-apps/chromedriver-bin: drop 118.0.5993.70 Signed-off-by: Matt Jolly gentoo.org> www-apps/chromedriver-bin/Manifest | 1 - .../chromedriver-bin-118.0.5993.70.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index a9934fdc6215..ea8f916aa45a 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,2 +1 @@ -DIST chromedriver-bin-118.0.5993.70.linux64.zip 8269742 BLAKE2B 5cc84ad4ad634f076427d50254f1ccb49eab837e27a2ac133f808b2c40317fbe77cf4c3922e8bc3a5034cb4beb819fc0859154ea69fec7e78a3cabb9d15626e8 SHA512 3ebdeb021e68924e41fb721c94e53ba9d45e5048f1d8b9550fa99dd034d0afb590aa76693ce37f1706b7baaa6c9dbb4bd3e1001fe72ee9dadd040a1405956ab3 DIST chromedriver-bin-122.0.6261.128.linux64.zip 8598044 BLAKE2B 5793474ccff282188073ae2f103ba843783e5497772cebd2aba7a90ad51dcb41fbbcb21c12582d41a248be2c336f151823cc5101d08fd6e1cb61a4192d088014 SHA512 8327a08353894c34843c0653ed523abb18e1aa2715886c377b8fdcc62252bada867991f099a8cf7472800a46f02bc509f026cf6fe23d73ed9a660e44d24eef7e diff --git a/www-apps/chromedriver-bin/chromedriver-bin-118.0.5993.70.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-118.0.5993.70.ebuild deleted file mode 100644 index 81587984c7be..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-118.0.5993.70.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="WebDriver for Chrome" -HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/" -SRC_URI="amd64? ( https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )" -S="${WORKDIR}/chromedriver-linux64/" - -LICENSE="google-chrome" -SLOT="0" -KEYWORDS="-* amd64" -RESTRICT="bindist mirror strip" - -RDEPEND=" - sys-libs/glibc - www-client/google-chrome - !www-client/chromium -" -BDEPEND="app-arch/unzip" - -QA_PREBUILT="usr/bin/chromedriver" - -src_install() { - dobin chromedriver -}