commit: 4e633a78dc1852cfc075a9209652c11e852ce263
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 04:41:35 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> 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 <kangie <AT> 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() {