From 80023f0a64883cecec2cd679225f798426170f1d Mon Sep 17 00:00:00 2001 From: "Ivan K. Boikov" Date: Sun, 19 Apr 2026 15:17:24 +0200 Subject: Add libredirect-bin 3.3.0 stable, remove 3.2.0 --- www-plugins/libredirect-bin/Manifest | 4 ++-- .../libredirect-bin/libredirect-bin-3.2.0.ebuild | 26 ---------------------- .../libredirect-bin/libredirect-bin-3.3.0.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.2.0.ebuild create mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.3.0.ebuild (limited to 'www-plugins') diff --git a/www-plugins/libredirect-bin/Manifest b/www-plugins/libredirect-bin/Manifest index 69720c8..9ae9de7 100644 --- a/www-plugins/libredirect-bin/Manifest +++ b/www-plugins/libredirect-bin/Manifest @@ -1,2 +1,2 @@ -DIST libredirect-3.2.0.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a -EBUILD libredirect-bin-3.2.0.ebuild 581 BLAKE2B d49329f752df32c8cb87d3152202db851cb085ee3b82ee70c2e1724c48e6f7a98b461263bedbabde2b538e656839f5b7afde6b22d86e38dae97eeac86034d442 SHA512 d5ef3166dac8065b61f456cd1a9d580fcab20983f7cc6e3ad7279f5ddba6151e72161d3ca868e9e7dc1f1b2089ea35adbfceceba8cf7df63c58e858d17af17a7 +DIST libredirect-3.3.0.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a +EBUILD libredirect-bin-3.3.0.ebuild 581 BLAKE2B c2814192f229bb466ea56092284f6bbacd62c83d3cb915708d700a02872de3adc78fad814c2ef260a524a158425811fe51f5f448cf2df2d265fb1abe2b32de3e SHA512 dba2facf575a3459c9dd3319a245b60213c4eb56f71b307b536a4291ba22a89482673f6ae81480322e0344f20fcac4d40cbedad19aa33670d8500836620e705e diff --git a/www-plugins/libredirect-bin/libredirect-bin-3.2.0.ebuild b/www-plugins/libredirect-bin/libredirect-bin-3.2.0.ebuild deleted file mode 100644 index d91b3b4..0000000 --- a/www-plugins/libredirect-bin/libredirect-bin-3.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VER="3.2.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" -} diff --git a/www-plugins/libredirect-bin/libredirect-bin-3.3.0.ebuild b/www-plugins/libredirect-bin/libredirect-bin-3.3.0.ebuild new file mode 100644 index 0000000..fe086d1 --- /dev/null +++ b/www-plugins/libredirect-bin/libredirect-bin-3.3.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.3.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