From c4f3aadcf4d7f06382d7ae359850a1b5a6af9dbb Mon Sep 17 00:00:00 2001 From: ivan-boikov Date: Mon, 30 Sep 2024 13:09:59 +0200 Subject: libredirect v3.0.2, stabilize v2.9.1 --- www-plugins/libredirect-bin/Manifest | 6 ++--- .../libredirect-bin/libredirect-bin-2.9.0.ebuild | 26 ---------------------- .../libredirect-bin/libredirect-bin-2.9.1.ebuild | 2 +- .../libredirect-bin/libredirect-bin-3.0.2.ebuild | 26 ++++++++++++++++++++++ 4 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 www-plugins/libredirect-bin/libredirect-bin-2.9.0.ebuild create mode 100644 www-plugins/libredirect-bin/libredirect-bin-3.0.2.ebuild (limited to 'www-plugins/libredirect-bin') diff --git a/www-plugins/libredirect-bin/Manifest b/www-plugins/libredirect-bin/Manifest index a032fe1..cd9bb77 100644 --- a/www-plugins/libredirect-bin/Manifest +++ b/www-plugins/libredirect-bin/Manifest @@ -1,4 +1,4 @@ -DIST libredirect-2.9.0.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a DIST libredirect-2.9.1.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a -EBUILD libredirect-bin-2.9.0.ebuild 578 BLAKE2B 011fbb3cb77ed9691bd5ad543d6ef7b6e89e472a9065e95cd7e1eaceecd2d91520f6ddcfd4ad2859c3c3398c831bc33761f4fc1d493c87465deb33d8e4ba88d4 SHA512 124051b510c8d78c9296981c8e9af50d72985750598678277ea95ec8e87ab650f1f206af6895faadc527ab3716d85cd54488d445ae2896f84f8fc8f6c49bd53f -EBUILD libredirect-bin-2.9.1.ebuild 580 BLAKE2B f0c9a9f3bbbaee2fa378417ce0a45d1f36bd52123c4ff6ca716ea162bc896cd41fd1338e2469b41d780193939bc625bf4fa5694ec332a449cc69deea5dd29ec0 SHA512 71c6a740b6c00cf43b3e7c11e71ac13bcaee1c61535ec45805218fede793469ddbcafeb414b9e15ab22c6d561bca357d39c2073661f299f209ca058245fe84a9 +DIST libredirect-3.0.2.xpi 944551 BLAKE2B 004c4c609a87389a6cda83e72c5db0d84cf49710238749a6b18a67fe3df096f0d38738c6d45356b51748b444303dcf51256228b475cc895d6917dcc96d328f18 SHA512 4cadffbb73168eb7d94576786725f120ec9f8572f3137fc44ca985168ad01ed31c1151b9eba43c6d4456a7b8a19f2c37e52687c10676c110fa22018dc061743a +EBUILD libredirect-bin-2.9.1.ebuild 578 BLAKE2B c7885ae8ad48388ea7724034ad2732bd909342bbccc3f8fe09f5e9fbbd65e03ad81afb9a0dea0dff544eef6a77a17dc876c01cb4066a15673bc19d2dc704c4c3 SHA512 1cecb53fafd8b486e3efa5795e7bd75b6b166869a8fefbc6ba4135f7d07de3c4c16e2c73318a4fc3ef77f8e0442ac45861412dcb0b5527e00f96035a9239aa21 +EBUILD libredirect-bin-3.0.2.ebuild 580 BLAKE2B 8d2c8da5fc98d71aef4bf1c5c12fe16378e46fb47614a88f4513e5b5277a3d921361ddb2216a1e18655b40274d78c4ae73629dd81f791212ff44ae6af8d2adfa SHA512 aec7cd4ed494935991d42c797a3f7a7d7d8e7b7dbb2c16e818c755b95ae81685d94a443a9339bde0c24ddeeec78a37c7d45f2ef2befc81fefd208ddf844dfe9f diff --git a/www-plugins/libredirect-bin/libredirect-bin-2.9.0.ebuild b/www-plugins/libredirect-bin/libredirect-bin-2.9.0.ebuild deleted file mode 100644 index d2a95f3..0000000 --- a/www-plugins/libredirect-bin/libredirect-bin-2.9.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="2.9.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-2.9.1.ebuild b/www-plugins/libredirect-bin/libredirect-bin-2.9.1.ebuild index ff654f1..8f309d2 100644 --- a/www-plugins/libredirect-bin/libredirect-bin-2.9.1.ebuild +++ b/www-plugins/libredirect-bin/libredirect-bin-2.9.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4280925/${XPI}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="" DEPEND="${RDEPEND}" diff --git a/www-plugins/libredirect-bin/libredirect-bin-3.0.2.ebuild b/www-plugins/libredirect-bin/libredirect-bin-3.0.2.ebuild new file mode 100644 index 0000000..ab24130 --- /dev/null +++ b/www-plugins/libredirect-bin/libredirect-bin-3.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 2024 Ivan Boikov +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VER="3.0.2" + +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