diff options
Diffstat (limited to 'www-plugins/ublock-origin-bin')
| -rw-r--r-- | www-plugins/ublock-origin-bin/Manifest | 4 | ||||
| -rw-r--r-- | www-plugins/ublock-origin-bin/ublock-origin-bin-1.55.0.ebuild | 29 | ||||
| -rw-r--r-- | www-plugins/ublock-origin-bin/ublock-origin-bin-1.57.2.ebuild | 29 |
3 files changed, 62 insertions, 0 deletions
diff --git a/www-plugins/ublock-origin-bin/Manifest b/www-plugins/ublock-origin-bin/Manifest new file mode 100644 index 0000000..014d968 --- /dev/null +++ b/www-plugins/ublock-origin-bin/Manifest @@ -0,0 +1,4 @@ +DIST ublock_origin-1.55.0.xpi 3861786 BLAKE2B 4187817a0a0583e9b3d8b8760aa92ab27e033df485b1b9cc534d5fbe7e3538f5b44de515bd0ee0b6b619900320c6abddbb2274a64b61bd3458237906baf45012 SHA512 1d80d44c6c9fe965c3f6bdc9355b577339669e992c2d2b46340c8beb7c84834e132d722567abdd667817a6508410ee7badb9f9f5f72a4b418839de7fc51af54c +DIST ublock_origin-1.57.2.xpi 3861786 BLAKE2B 4187817a0a0583e9b3d8b8760aa92ab27e033df485b1b9cc534d5fbe7e3538f5b44de515bd0ee0b6b619900320c6abddbb2274a64b61bd3458237906baf45012 SHA512 1d80d44c6c9fe965c3f6bdc9355b577339669e992c2d2b46340c8beb7c84834e132d722567abdd667817a6508410ee7badb9f9f5f72a4b418839de7fc51af54c +EBUILD ublock-origin-bin-1.55.0.ebuild 693 BLAKE2B 0511565170f6f72c06522738b176b1eab3e7ec4ac1154c59656b036f12180350a1fc9850a867759e4b0582fcc263e9c9efc048b7aac393ea49aeac6073eb04f9 SHA512 bcc8f6b0b1c1e9def5b5035955f94ebf537f2507f8a1417f63b489d39fa1ee8b43ea86dd8a8d8ab2524038d092f7f9bac5f8263aba59343095fb1f48e32b303d +EBUILD ublock-origin-bin-1.57.2.ebuild 691 BLAKE2B ff5d82f4ba685ce1fa2ca6a28fbafae1fb9d274df92af5953b70662466f2aaca27100fa07649f098956f9ab76703e60d689729900cc6a2e591db8c0e5f3746d2 SHA512 4fb8a09db868985153fe0551040d28c6097697b5e303129fc7d79dbee49ef609515f8e560f4286acde15f100b4bd680e3cad418e56fa064a59e3f62deae59d3d diff --git a/www-plugins/ublock-origin-bin/ublock-origin-bin-1.55.0.ebuild b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.55.0.ebuild new file mode 100644 index 0000000..fecaa6d --- /dev/null +++ b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.55.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VER="1.55.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="" + +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.57.2.ebuild b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.57.2.ebuild new file mode 100644 index 0000000..7c8db1a --- /dev/null +++ b/www-plugins/ublock-origin-bin/ublock-origin-bin-1.57.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VER="1.57.2" + +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="" + +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" +} |
