summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/bookmark-dupes/Manifest1
-rw-r--r--www-plugins/bookmark-dupes/bookmark-dupes-0.1.ebuild22
-rw-r--r--www-plugins/bookmark-dupes/metadata.xml8
3 files changed, 31 insertions, 0 deletions
diff --git a/www-plugins/bookmark-dupes/Manifest b/www-plugins/bookmark-dupes/Manifest
new file mode 100644
index 00000000..976aa70c
--- /dev/null
+++ b/www-plugins/bookmark-dupes/Manifest
@@ -0,0 +1 @@
+DIST bookmark_dupes-0.1-fx.xpi 8521 SHA512 1ddc32394238488604a986f4b0ec3e024b5d4dcef78d5d6ce027fe6bfe31c0a20b983cf5751e62ec406808083b957a27ac14134afbd8a372dae2b593c2885873
diff --git a/www-plugins/bookmark-dupes/bookmark-dupes-0.1.ebuild b/www-plugins/bookmark-dupes/bookmark-dupes-0.1.ebuild
new file mode 100644
index 00000000..8ae3a94b
--- /dev/null
+++ b/www-plugins/bookmark-dupes/bookmark-dupes-0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit mv_mozextension-r1
+RESTRICT="mirror"
+
+MY_P="${P/-/_}"
+NAME="${MY_P}-fx.xpi"
+DESCRIPTION="Firefox webextension: translate the selected text with www.linguee.com"
+HOMEPAGE="https://addons.mozilla.org/en-US/firefox/addon/bookmark-dupes/
+https://github.com/vaeth/bookmarkdupes/"
+SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/870263/${NAME}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+INSTALL_ID='bookmarkdupes@martin-vaeth.org'
+
+moz_defaults -i"${INSTALL_ID}" firefox seamonkey
diff --git a/www-plugins/bookmark-dupes/metadata.xml b/www-plugins/bookmark-dupes/metadata.xml
new file mode 100644
index 00000000..b919c846
--- /dev/null
+++ b/www-plugins/bookmark-dupes/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>