diff options
author | 2017-12-29 22:13:30 +0100 | |
---|---|---|
committer | 2017-12-29 22:13:30 +0100 | |
commit | e468f214404cb4a4e0e537a3dd357935f7bfbb41 (patch) | |
tree | f5faac59d89f3281d0ba5eef6dffad60197168f4 /www-plugins | |
parent | sci-geosciences/googleearth: Remove pkg_nofetch (diff) | |
download | mv-e468f214404cb4a4e0e537a3dd357935f7bfbb41.tar.gz mv-e468f214404cb4a4e0e537a3dd357935f7bfbb41.tar.bz2 mv-e468f214404cb4a4e0e537a3dd357935f7bfbb41.zip |
www-plugins/dark-mode: New ebuild
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/dark-mode/Manifest | 1 | ||||
-rw-r--r-- | www-plugins/dark-mode/dark-mode-0.2.3.ebuild | 17 | ||||
-rw-r--r-- | www-plugins/dark-mode/metadata.xml | 8 |
3 files changed, 26 insertions, 0 deletions
diff --git a/www-plugins/dark-mode/Manifest b/www-plugins/dark-mode/Manifest new file mode 100644 index 00000000..2c4c31b2 --- /dev/null +++ b/www-plugins/dark-mode/Manifest @@ -0,0 +1 @@ +DIST dark_mode_webextension-0.2.3-an+fx.xpi 293213 SHA512 02926a394de5f9ce108e0c8cd640b1dc714552af9cc86b3172c3710f1328cce5fdb2bb7f364f80f688f8ea6352864e21dcc1396fc51f6a4eae08d4a500efc5a9 diff --git a/www-plugins/dark-mode/dark-mode-0.2.3.ebuild b/www-plugins/dark-mode/dark-mode-0.2.3.ebuild new file mode 100644 index 00000000..ce162913 --- /dev/null +++ b/www-plugins/dark-mode/dark-mode-0.2.3.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 readme.gentoo-r1 +RESTRICT="mirror" + +DESCRIPTION="Firefox webextension: a global dark theme for the web" +HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/dark-mode-webextension/" +SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/786990/${PN//-/_}_webextension-${PV}-an+fx.xpi" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +moz_defaults -i'{174b2d58-b983-4501-ab4b-07e71203cb43}' firefox seamonkey diff --git a/www-plugins/dark-mode/metadata.xml b/www-plugins/dark-mode/metadata.xml new file mode 100644 index 00000000..b919c846 --- /dev/null +++ b/www-plugins/dark-mode/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> |