diff options
author | Martin Väth <martin@mvath.de> | 2017-08-02 09:18:37 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2017-08-02 09:18:37 +0200 |
commit | 6dba73e1ef7d78b5ee8ff40da5b6f4f576d7781c (patch) | |
tree | b7acedbc65c51a40bbf78949f8d132f4e3ce7c2a | |
parent | Fix licenses. Remove www-plugins/shumway due to unclear license (diff) | |
download | mv-6dba73e1ef7d78b5ee8ff40da5b6f4f576d7781c.tar.gz mv-6dba73e1ef7d78b5ee8ff40da5b6f4f576d7781c.tar.bz2 mv-6dba73e1ef7d78b5ee8ff40da5b6f4f576d7781c.zip |
www-plugins/bookmark-duplicate-cleaner: New ebuild
4 files changed, 30 insertions, 0 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 332b2f6d..7a3f6e95 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -112,6 +112,7 @@ sys-kernel/kernel 4.3: A POSIX shell script to compile the kernel with user perm sys-power/nut 2.7.4-r1: Network-UPS Tools sys-process/systemd-cron 1.5.4 1.5.10: systemd units to create timers for cron directories and crontab virtual/freedesktop-icon-theme 0-r2: A virtual to choose between different icon themes +www-plugins/bookmark-duplicate-cleaner 0.2: Firefox plugin: Remove duplicate bookmarks www-plugins/classic-theme-restorer 1.6.8.1: Firefox plugin: restore partially the functionality of non-broken firefox www-plugins/duckduckgo 1.1.14: Firefox plugin: enable duckduckgo search engine www-plugins/epubreader 1.5.0.12 2.0.5: Firefox plugin for ebook (.epub) files diff --git a/www-plugins/bookmark-duplicate-cleaner/Manifest b/www-plugins/bookmark-duplicate-cleaner/Manifest new file mode 100644 index 00000000..439bf258 --- /dev/null +++ b/www-plugins/bookmark-duplicate-cleaner/Manifest @@ -0,0 +1 @@ +DIST bookmark_duplicate_cleaner-0.2-fx.xpi 9968 SHA256 4552188b01688f17b3ae1a7af7c85cfaa54c80f3c31146f33f84fcdb9ea0f396 diff --git a/www-plugins/bookmark-duplicate-cleaner/bookmark-duplicate-cleaner-0.2.ebuild b/www-plugins/bookmark-duplicate-cleaner/bookmark-duplicate-cleaner-0.2.ebuild new file mode 100644 index 00000000..ccc5bb80 --- /dev/null +++ b/www-plugins/bookmark-duplicate-cleaner/bookmark-duplicate-cleaner-0.2.ebuild @@ -0,0 +1,20 @@ +# 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/-/_}" +MY_P="${MY_P/-/_}" +NAME="${MY_P}-fx.xpi" +DESCRIPTION="Firefox plugin: Remove duplicate bookmarks" +HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/bookmark-duplicate-cleaner/" +SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/416156/${NAME}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +moz_defaults firefox palemoon diff --git a/www-plugins/bookmark-duplicate-cleaner/metadata.xml b/www-plugins/bookmark-duplicate-cleaner/metadata.xml new file mode 100644 index 00000000..b919c846 --- /dev/null +++ b/www-plugins/bookmark-duplicate-cleaner/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> |