From e4adbc99b621a5af46408ede8eaef57f8f7c631e Mon Sep 17 00:00:00 2001 From: "Ivan K. Boikov" Date: Mon, 23 Feb 2026 22:54:50 +0100 Subject: Add stable ublock origin 1.69.0, drop 1.68.0 --- www-plugins/ublock-origin-bin/Manifest | 4 +-- .../ublock-origin-bin-1.68.0.ebuild | 29 ---------------------- .../ublock-origin-bin-1.69.0.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 www-plugins/ublock-origin-bin/ublock-origin-bin-1.68.0.ebuild create mode 100644 www-plugins/ublock-origin-bin/ublock-origin-bin-1.69.0.ebuild (limited to 'www-plugins') diff --git a/www-plugins/ublock-origin-bin/Manifest b/www-plugins/ublock-origin-bin/Manifest index e6ed401..c633b88 100644 --- a/www-plugins/ublock-origin-bin/Manifest +++ b/www-plugins/ublock-origin-bin/Manifest @@ -1,2 +1,2 @@ -DIST ublock_origin-1.68.0.xpi 3861786 BLAKE2B 4187817a0a0583e9b3d8b8760aa92ab27e033df485b1b9cc534d5fbe7e3538f5b44de515bd0ee0b6b619900320c6abddbb2274a64b61bd3458237906baf45012 SHA512 1d80d44c6c9fe965c3f6bdc9355b577339669e992c2d2b46340c8beb7c84834e132d722567abdd667817a6508410ee7badb9f9f5f72a4b418839de7fc51af54c -EBUILD ublock-origin-bin-1.68.0.ebuild 695 BLAKE2B 5113cecaea43a250c879a95b2041a357750fb32f84353b35e45f17b4b0eadb938d4b05e1536210c06162005e9b80a89ed5dcdd60b102348193245970ffb95958 SHA512 18a81ac7f7e6c26ff654e4e7b38be0be6e92f3a4e22b86e13067ba872eff560272bc992121527a4e953973c8c0506f029f6ee255c0ce4461aaf8272c0c3389c3 +DIST ublock_origin-1.69.0.xpi 3861786 BLAKE2B 4187817a0a0583e9b3d8b8760aa92ab27e033df485b1b9cc534d5fbe7e3538f5b44de515bd0ee0b6b619900320c6abddbb2274a64b61bd3458237906baf45012 SHA512 1d80d44c6c9fe965c3f6bdc9355b577339669e992c2d2b46340c8beb7c84834e132d722567abdd667817a6508410ee7badb9f9f5f72a4b418839de7fc51af54c +EBUILD ublock-origin-bin-1.69.0.ebuild 695 BLAKE2B 0097f4d4a0c8108a5177c999f1d60999cdd5d0c56c3d7775730bac0e92eb66ab717ae81abd7cc51bde4ede3c941b8c7417bab7e7de781d8654c08a9fd665ee0d SHA512 ff97254f66dfcd27c36a2a879c82dfc16691d5b581b366ba3798d238d0ec18402ac2dfcf4ad0658ac65871cd377f9d4a5135f2c75d0f8319b05f8077362dd711 diff --git a/www-plugins/ublock-origin-bin/ublock-origin-bin-1.68.0.ebuild b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.68.0.ebuild deleted file mode 100644 index 2185d84..0000000 --- a/www-plugins/ublock-origin-bin/ublock-origin-bin-1.68.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VER="1.68.0" - -DESCRIPTION="uBlock Origin addon for Firefox" -HOMEPAGE="https://github.com/gorhill/uBlock" -XPI="ublock_origin-${VER}.xpi" -SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4261710/${XPI}" -# alternative -#XPI="uBlock0_${VER}.firefox.signed.xpi" -#SRC_URI="https://github.com/gorhill/uBlock/releases/download/${VER}/${XPI}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="" -DEPEND="${RDEPEND}" -BDEPEND="" - -S="${WORKDIR}" - -src_install() { - dodir "/usr/share/firefox-addons" - cp "${DISTDIR}/${XPI}" "${D}/usr/share/firefox-addons/uBlock0@raymondhill.net.xpi" -} diff --git a/www-plugins/ublock-origin-bin/ublock-origin-bin-1.69.0.ebuild b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.69.0.ebuild new file mode 100644 index 0000000..a215f0a --- /dev/null +++ b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.69.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VER="1.69.0" + +DESCRIPTION="uBlock Origin addon for Firefox" +HOMEPAGE="https://github.com/gorhill/uBlock" +XPI="ublock_origin-${VER}.xpi" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4261710/${XPI}" +# alternative +#XPI="uBlock0_${VER}.firefox.signed.xpi" +#SRC_URI="https://github.com/gorhill/uBlock/releases/download/${VER}/${XPI}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND="" +DEPEND="${RDEPEND}" +BDEPEND="" + +S="${WORKDIR}" + +src_install() { + dodir "/usr/share/firefox-addons" + cp "${DISTDIR}/${XPI}" "${D}/usr/share/firefox-addons/uBlock0@raymondhill.net.xpi" +} -- cgit v1.2.3