diff options
author | Martin Väth <martin@mvath.de> | 2024-04-26 18:19:31 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2024-04-26 18:19:31 +0200 |
commit | 9b9ebbc7f84719f7fb3a1887e8e8725c21d9ca8b (patch) | |
tree | c7449c28898c693a0051f4ab2be08718cdf4b109 /www-plugins/noscript/noscript-11.4.29.ebuild | |
parent | sys-apps/less: Revision bump (diff) | |
download | mv-9b9ebbc7f84719f7fb3a1887e8e8725c21d9ca8b.tar.gz mv-9b9ebbc7f84719f7fb3a1887e8e8725c21d9ca8b.tar.bz2 mv-9b9ebbc7f84719f7fb3a1887e8e8725c21d9ca8b.zip |
www-plugins: Version bumps
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'www-plugins/noscript/noscript-11.4.29.ebuild')
-rw-r--r-- | www-plugins/noscript/noscript-11.4.29.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www-plugins/noscript/noscript-11.4.29.ebuild b/www-plugins/noscript/noscript-11.4.29.ebuild new file mode 100644 index 00000000..126a5896 --- /dev/null +++ b/www-plugins/noscript/noscript-11.4.29.ebuild @@ -0,0 +1,19 @@ +# Copyright 2010-2024 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit mv_mozextension-r1 +RESTRICT="mirror" + +DESCRIPTION="Firefox webextension: restrict active contents like java/javascript/flash" +HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/noscript/ +http://noscript.net/" +SRC_URI="https://secure.informaction.com/download/releases/${P}.xpi +https://addons.mozilla.org/firefox/downloads/file/4206186/${PN//-/_}-${PV}.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 arm64 ~ppc64 x86" +IUSE="" + +moz_defaults -i'{73a6fe31-595d-460b-a920-fcc0f8843232}' '>=firefox-59' seamonkey |