diff options
author | Martin Väth <martin@mvath.de> | 2018-01-14 01:26:19 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-01-14 01:26:19 +0100 |
commit | d1e77c1957784f9e585aba54d8524b051516c5cb (patch) | |
tree | 419907e94aa0004cac37852aa36c1e0ff25f5360 /www-plugins/https-everywhere/https-everywhere-2018.1.11.ebuild | |
parent | www-plugins/ublock-origin: Version bump (diff) | |
download | mv-d1e77c1957784f9e585aba54d8524b051516c5cb.tar.gz mv-d1e77c1957784f9e585aba54d8524b051516c5cb.tar.bz2 mv-d1e77c1957784f9e585aba54d8524b051516c5cb.zip |
www-plugins/https-everywhere: Version bump
Diffstat (limited to 'www-plugins/https-everywhere/https-everywhere-2018.1.11.ebuild')
-rw-r--r-- | www-plugins/https-everywhere/https-everywhere-2018.1.11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www-plugins/https-everywhere/https-everywhere-2018.1.11.ebuild b/www-plugins/https-everywhere/https-everywhere-2018.1.11.ebuild new file mode 100644 index 00000000..8d827032 --- /dev/null +++ b/www-plugins/https-everywhere/https-everywhere-2018.1.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit mv_mozextension-r1 +RESTRICT="mirror" + +DESCRIPTION="Firefox webextension: force https for all websites of a provided list" +HOMEPAGE="https://addons.mozilla.org/en-US/firefox/addon/https-everywhere/" +SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/229918/${PN//-/_}-${PV}-an+fx.xpi" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +moz_defaults firefox seamonkey |