summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata/pkg_desc_index1
-rw-r--r--www-plugins/https-everywhere/Manifest1
-rw-r--r--www-plugins/https-everywhere/https-everywhere-2017.10.30.ebuild17
-rw-r--r--www-plugins/https-everywhere/metadata.xml8
4 files changed, 27 insertions, 0 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 501bdbf0..268c7e6b 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -124,6 +124,7 @@ www-plugins/duckduckgo 1.1.26 2017.11.6: <firefox-57 add-on: enable duckduckgo s
www-plugins/epubreader 1.5.0.12-r1 2.0.5-r1: Firefox webextension: read ebook (.epub) files
www-plugins/form-history-control 1.4.0.6-r1: <firefox-57 add-on: edit the saved history of forms
www-plugins/google-translation 2.6: Firefox webextension: translate to your native language a selected text
+www-plugins/https-everywhere 2017.10.30: Firefox webextension: force https for all websites of a provided list
www-plugins/locale-switcher 3-r2: <firefox-57 add-on: button to switch GUI locale
www-plugins/no-color 0.9.3: Firefox webextension: remove colors and background images from the page
www-plugins/noscript 5.1.5: <firefox-57 add-on: restrict active contents like java/javascript/flash
diff --git a/www-plugins/https-everywhere/Manifest b/www-plugins/https-everywhere/Manifest
new file mode 100644
index 00000000..a36f9ff4
--- /dev/null
+++ b/www-plugins/https-everywhere/Manifest
@@ -0,0 +1 @@
+DIST https_everywhere-2017.10.30-an+fx.xpi 1540506 SHA512 3dad46fd3abada5246b0bcc755cdc926656cbe24fc12d1b48b270a899694c47b5a27b43a603b63d2a2b5eca70ed35029b031a52dbbd28636abe8ad6af9db2488
diff --git a/www-plugins/https-everywhere/https-everywhere-2017.10.30.ebuild b/www-plugins/https-everywhere/https-everywhere-2017.10.30.ebuild
new file mode 100644
index 00000000..bd08be3e
--- /dev/null
+++ b/www-plugins/https-everywhere/https-everywhere-2017.10.30.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2017 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
diff --git a/www-plugins/https-everywhere/metadata.xml b/www-plugins/https-everywhere/metadata.xml
new file mode 100644
index 00000000..b919c846
--- /dev/null
+++ b/www-plugins/https-everywhere/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ </maintainer>
+</pkgmetadata>