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 5AF5A158043 for ; Wed, 17 Apr 2024 04:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5351AE29F0; Wed, 17 Apr 2024 04:56:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AA6FE29F0 for ; Wed, 17 Apr 2024 04:56:27 +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 7DDFF343462 for ; Wed, 17 Apr 2024 04:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93663170E for ; Wed, 17 Apr 2024 04:56:23 +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: <1713329718.4e633a78dc1852cfc075a9209652c11e852ce263.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60_beta.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6420.3_alpha.ebuild X-VCS-Directories: www-plugins/chrome-binary-plugins/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 4e633a78dc1852cfc075a9209652c11e852ce263 X-VCS-Branch: master Date: Wed, 17 Apr 2024 04:56:23 +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: 1e02b53a-2ec8-4811-86b4-2f01266a30f0 X-Archives-Hash: da14a0ea7117f21d3890e6253d449c08 commit: 4e633a78dc1852cfc075a9209652c11e852ce263 Author: Matt Jolly gentoo org> AuthorDate: Wed Apr 17 04:41:35 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed Apr 17 04:55:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e633a78 www-plugins/chrome-binary-plugins: Fix QA errors Signed-off-by: Matt Jolly gentoo.org> .../chrome-binary-plugins-124.0.6367.60.ebuild | 6 ++---- .../chrome-binary-plugins-124.0.6367.60_beta.ebuild | 6 ++---- .../chrome-binary-plugins-125.0.6420.3_alpha.ebuild | 6 ++---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60.ebuild index 76256358489d..01e48ea7c665 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60.ebuild @@ -26,14 +26,13 @@ case ${PV} in ;; esac -KEYWORDS="-* amd64" - MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" - SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" +S="${WORKDIR}/${CHROMEDIR}" LICENSE="google-chrome" +KEYWORDS="-* amd64" RESTRICT="bindist mirror strip" RDEPEND=" @@ -49,7 +48,6 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/${CHROMEDIR}" QA_PREBUILT="*" pkg_nofetch() { diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60_beta.ebuild index 8002828065ef..3dabec912ba2 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60_beta.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.60_beta.ebuild @@ -26,14 +26,13 @@ case ${PV} in ;; esac -KEYWORDS="-* ~amd64" - MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" - SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" +S="${WORKDIR}/${CHROMEDIR}" LICENSE="google-chrome" +KEYWORDS="-* ~amd64" RESTRICT="bindist mirror strip" RDEPEND=" @@ -49,7 +48,6 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/${CHROMEDIR}" QA_PREBUILT="*" pkg_nofetch() { diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6420.3_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6420.3_alpha.ebuild index 8002828065ef..3dabec912ba2 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6420.3_alpha.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6420.3_alpha.ebuild @@ -26,14 +26,13 @@ case ${PV} in ;; esac -KEYWORDS="-* ~amd64" - MY_PN="google-chrome-${SLOT}" MY_P="${MY_PN}_${MY_PV}" - SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" +S="${WORKDIR}/${CHROMEDIR}" LICENSE="google-chrome" +KEYWORDS="-* ~amd64" RESTRICT="bindist mirror strip" RDEPEND=" @@ -49,7 +48,6 @@ for x in 0 beta stable unstable; do fi done -S="${WORKDIR}/${CHROMEDIR}" QA_PREBUILT="*" pkg_nofetch() {