From 006c3c713bc4cccffc59bf39ed7210dd31c57316 Mon Sep 17 00:00:00 2001 From: "Ivan K. Boikov" Date: Sun, 26 Jul 2026 20:15:13 +0200 Subject: libredirect: add 3.4.0 stable, drop 3.3.0 --- .../libredirect-bin/libredirect-bin-3.4.0.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.4.0.ebuild (limited to 'www-plugins/libredirect-bin/libredirect-bin-3.4.0.ebuild') diff --git a/www-plugins/libredirect-bin/libredirect-bin-3.4.0.ebuild b/www-plugins/libredirect-bin/libredirect-bin-3.4.0.ebuild new file mode 100644 index 0000000..25d23b3 --- /dev/null +++ b/www-plugins/libredirect-bin/libredirect-bin-3.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VER="3.4.0" + +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="amd64 x86" + +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" +} -- cgit v1.2.3