diff options
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() { |