summaryrefslogtreecommitdiff
path: root/www-plugins/libredirect-bin
diff options
context:
space:
mode:
authorivan-boikov <ik.boikov.public@protonmail.com>2024-05-10 21:31:39 +0200
committerivan-boikov <ik.boikov.public@protonmail.com>2024-05-10 21:31:39 +0200
commit306c12be0fca16708130ecf98ce48797b55fbd68 (patch)
treefa20b118f783e66d46a60e1b1ba1d7e17e2be125 /www-plugins/libredirect-bin
parenteab0445aeaae59d91b8ebc86aae66286b4671e86 (diff)
Initial commit. UBlock Origin, LibRedirect and IDontCareAboutCookies.
Diffstat (limited to 'www-plugins/libredirect-bin')
-rw-r--r--www-plugins/libredirect-bin/Manifest2
-rw-r--r--www-plugins/libredirect-bin/libredirect-bin-2.8.4.ebuild26
2 files changed, 28 insertions, 0 deletions
diff --git a/www-plugins/libredirect-bin/Manifest b/www-plugins/libredirect-bin/Manifest
new file mode 100644
index 0000000..6bae46b
--- /dev/null
+++ b/www-plugins/libredirect-bin/Manifest
@@ -0,0 +1,2 @@
+DIST libredirect-2.8.4.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a
+EBUILD libredirect-bin-2.8.4.ebuild 577 BLAKE2B 8044fc2241ceee14eb1de3aa595e7e7e67b6654170e4b9b3a5a6d3ab9dc7499c8f8070a53e6a72083a778af6da4a11dc2a1baa918fb99e794ca9db164f1b5f1e SHA512 4d030af991fa629210d78f166ca0be9cc16f5b7cb4a5c8e41435cebfd7e6ebd2e1738f4e274583c196ddebf68bf7d7cc1f339d31df8ce7fd3c5e5dd9cef30b52
diff --git a/www-plugins/libredirect-bin/libredirect-bin-2.8.4.ebuild b/www-plugins/libredirect-bin/libredirect-bin-2.8.4.ebuild
new file mode 100644
index 0000000..a5c7591
--- /dev/null
+++ b/www-plugins/libredirect-bin/libredirect-bin-2.8.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VER="2.8.4"
+
+DESCRIPTION="LibRedirect addon for Firefox"
+HOMEPAGE="https://github.com/libredirect/browser_extension"
+XPI="libredirect-${VER}.xpi"
+SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4280925/${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/7esoorv3@alefvanoon.anonaddy.me.xpi"
+}