From bd696ad0affd2ecbe4ae06d5c653fb2f07510116 Mon Sep 17 00:00:00 2001 From: "Ivan K. Boikov" Date: Fri, 4 Jul 2025 23:14:35 +0200 Subject: libredirect: add 3.2.0 stable, drop 3.1.0 --- www-plugins/libredirect-bin/Manifest | 4 ++-- .../libredirect-bin/libredirect-bin-3.1.0.ebuild | 26 ---------------------- .../libredirect-bin/libredirect-bin-3.2.0.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.1.0.ebuild create mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.2.0.ebuild diff --git a/www-plugins/libredirect-bin/Manifest b/www-plugins/libredirect-bin/Manifest index 866d15c..69720c8 100644 --- a/www-plugins/libredirect-bin/Manifest +++ b/www-plugins/libredirect-bin/Manifest @@ -1,2 +1,2 @@ -DIST libredirect-3.1.0.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a -EBUILD libredirect-bin-3.1.0.ebuild 578 BLAKE2B 6bdd92d9b1033d11c8b4ce5b8782114c0c86cff0bdc0f7643624eac3ad533fdd48b50b80a29f6547660ff695dbdc6ef843361ba562f2a0f3349e3e479572df46 SHA512 12058c6005c56864f459867e62405399fa30521ed60b2667bd728ca5c4395486a11dac60dc3449a2b02d60f32f86bbad018a99eef23cbaf541c8662007cc12e0 +DIST libredirect-3.2.0.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a +EBUILD libredirect-bin-3.2.0.ebuild 581 BLAKE2B d49329f752df32c8cb87d3152202db851cb085ee3b82ee70c2e1724c48e6f7a98b461263bedbabde2b538e656839f5b7afde6b22d86e38dae97eeac86034d442 SHA512 d5ef3166dac8065b61f456cd1a9d580fcab20983f7cc6e3ad7279f5ddba6151e72161d3ca868e9e7dc1f1b2089ea35adbfceceba8cf7df63c58e858d17af17a7 diff --git a/www-plugins/libredirect-bin/libredirect-bin-3.1.0.ebuild b/www-plugins/libredirect-bin/libredirect-bin-3.1.0.ebuild deleted file mode 100644 index 9489322..0000000 --- a/www-plugins/libredirect-bin/libredirect-bin-3.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2024 Ivan Boikov -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VER="3.1.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.2.0.ebuild b/www-plugins/libredirect-bin/libredirect-bin-3.2.0.ebuild new file mode 100644 index 0000000..d91b3b4 --- /dev/null +++ b/www-plugins/libredirect-bin/libredirect-bin-3.2.0.ebuild @@ -0,0 +1,26 @@ +# 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" +} -- cgit v1.2.3