diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-04-17 14:41:35 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-04-17 14:55:18 +1000 |
commit | 4e633a78dc1852cfc075a9209652c11e852ce263 (patch) | |
tree | 46a23b83e8eaad3408fdf8f3307b5ee4b437e32a /www-plugins | |
parent | www-client/microsoft-edge-dev: remove old (diff) | |
download | gentoo-4e633a78dc1852cfc075a9209652c11e852ce263.tar.gz gentoo-4e633a78dc1852cfc075a9209652c11e852ce263.tar.bz2 gentoo-4e633a78dc1852cfc075a9209652c11e852ce263.zip |
www-plugins/chrome-binary-plugins: Fix QA errors
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'www-plugins')
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() { |