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 --- www-plugins/libredirect-bin/Manifest | 4 ++-- .../libredirect-bin/libredirect-bin-3.3.0.ebuild | 26 ---------------------- .../libredirect-bin/libredirect-bin-3.4.0.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.3.0.ebuild create mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.4.0.ebuild diff --git a/www-plugins/libredirect-bin/Manifest b/www-plugins/libredirect-bin/Manifest index 9ae9de7..eefa6ca 100644 --- a/www-plugins/libredirect-bin/Manifest +++ b/www-plugins/libredirect-bin/Manifest @@ -1,2 +1,2 @@ -DIST libredirect-3.3.0.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a -EBUILD libredirect-bin-3.3.0.ebuild 581 BLAKE2B c2814192f229bb466ea56092284f6bbacd62c83d3cb915708d700a02872de3adc78fad814c2ef260a524a158425811fe51f5f448cf2df2d265fb1abe2b32de3e SHA512 dba2facf575a3459c9dd3319a245b60213c4eb56f71b307b536a4291ba22a89482673f6ae81480322e0344f20fcac4d40cbedad19aa33670d8500836620e705e +DIST libredirect-3.4.0.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a +EBUILD libredirect-bin-3.4.0.ebuild 581 BLAKE2B 7554d7ac039bb5e71ae7d10c82bafefba0e0e3541fb5e8eccb1d638cc0aeff8766f70d5f50353db10ff89ae37e48ace1304f77b36810084fd76e420b13b948f0 SHA512 1f1fa667a79079d7f11629483b610740c9c37867beba838e0bb0fb1eb91700a3f539c919ccd07176b045616266109781cf7c97320f11049db9fa40f92d960180 diff --git a/www-plugins/libredirect-bin/libredirect-bin-3.3.0.ebuild b/www-plugins/libredirect-bin/libredirect-bin-3.3.0.ebuild deleted file mode 100644 index fe086d1..0000000 --- a/www-plugins/libredirect-bin/libredirect-bin-3.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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" -} 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