summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata/pkg_desc_index1
-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
4 files changed, 32 insertions, 0 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index d1ccbe7e..b293cf50 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -117,6 +117,7 @@ virtual/freedesktop-icon-theme 0-r2: A virtual to choose between different icon
www-client/palemoon 26 27: This is only a dummy ebuild. Use e.g. octopus or palemoon overlay
www-client/palemoon-bin 26 27: This is only a dummy ebuild. Use e.g. palemoon overlay
www-plugins/bookmark-deduplicator 1.3.1-r1: <firefox-57 add-on: deduplicate your bookmarks
+www-plugins/bookmark-dupes 0.1: Firefox webextension: translate the selected text with www.linguee.com
www-plugins/bookmark-duplicate-cleaner 0.2-r1: <firefox-57 add-on: remove duplicate bookmarks
www-plugins/classic-theme-restorer 1.7.2: <firefox-57 add-on: restore partially the look of classical firefox
www-plugins/duckduckgo 1.1.26: <firefox-57 add-on: enable duckduckgo search engine
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>