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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F380F138359 for ; Fri, 16 Oct 2020 17:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E303E0830; Fri, 16 Oct 2020 17:54:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 149CAE0830 for ; Fri, 16 Oct 2020 17:54:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1DBA340DB8 for ; Fri, 16 Oct 2020 17:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69A182EE for ; Fri, 16 Oct 2020 17:54:38 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1602870870.1dd55c849ef1c1e673400ce6818d0b4cdc9571c8.sultan@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-87.0.4280.20.ebuild X-VCS-Directories: www-apps/chromedriver-bin/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: 1dd55c849ef1c1e673400ce6818d0b4cdc9571c8 X-VCS-Branch: master Date: Fri, 16 Oct 2020 17:54:38 +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: 736bdf40-3f98-4aee-8005-443b0649d0d2 X-Archives-Hash: 3961a7a45d3c6237416c789de2f0cc35 commit: 1dd55c849ef1c1e673400ce6818d0b4cdc9571c8 Author: Stephan Hartmann gentoo org> AuthorDate: Fri Oct 16 17:51:39 2020 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Fri Oct 16 17:54:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd55c84 Revert "www-apps/chromedriver-bin: beta channel bump to 87.0.4280.20" This reverts commit 9ffb6adb134b0818320cbc214c9bc549961c0cf5. We don't support beta channel chromedriver-bin. Signed-off-by: Stephan Hartmann gentoo.org> www-apps/chromedriver-bin/Manifest | 1 - .../chromedriver-bin-87.0.4280.20.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index d90cc7b48b8..067eda40e13 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,2 +1 @@ DIST chromedriver-bin-86.0.4240.22.linux64.zip 5456932 BLAKE2B 9a54a5b45e04069c326aafd0d5dd60663556b793dd756e28e82b7cbbe9c232d56c3722017fc2c792e79e2ba7705e4590dc6435ca090e756f87d3dd8e28ca3b5e SHA512 f61bc8a3f48eb3c6dbb51d8fdef93000150307cc0824dc5ffaa155aaa598ba7bd1aab723e41c1aa0eb317603c93f2c661e8fc14403179fe5bd18b317935f5a1e -DIST chromedriver-bin-87.0.4280.20.linux64.zip 5564194 BLAKE2B ec11817045f9ab60a34eaacf701a609b7ccbf4548e82df8348cac86ca0faaeb51a66f2873ca444fcd8c67bea3ff885caaf749008307f8dbbf1b37ffa24b9e7bf SHA512 b46518fa756b19e83d2c491470f6528d3eefa7ad6d7f59ca6c05e8ddc655c92ca641f2264678571731eb9f8a3809d0dffa137cfbfbfce39358b39045d712879d diff --git a/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.ebuild deleted file mode 100644 index c96967a171b..00000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-87.0.4280.20.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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="" - -RESTRICT="bindist mirror strip" - -BDEPEND="app-arch/unzip" - -RDEPEND="!www-client/chromium - www-client/google-chrome" - -S="${WORKDIR}" -QA_PREBUILT="usr/bin/chromedriver" - -src_install() -{ - dobin chromedriver -}