diff options
author | 2018-02-25 17:04:13 +0100 | |
---|---|---|
committer | 2018-02-25 17:04:13 +0100 | |
commit | 69778ec7fba94f0a6cc31296c24002b41ef49165 (patch) | |
tree | d38fa66bad04a05f081e3f52b2de0fba2cff8274 /www-plugins/decentraleyes/decentraleyes-2.0.3.ebuild | |
parent | www-plugins/calc-extension: Version bump (diff) | |
download | mv-69778ec7fba94f0a6cc31296c24002b41ef49165.tar.gz mv-69778ec7fba94f0a6cc31296c24002b41ef49165.tar.bz2 mv-69778ec7fba94f0a6cc31296c24002b41ef49165.zip |
www-plugins: Several version bumps
Diffstat (limited to 'www-plugins/decentraleyes/decentraleyes-2.0.3.ebuild')
-rw-r--r-- | www-plugins/decentraleyes/decentraleyes-2.0.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www-plugins/decentraleyes/decentraleyes-2.0.3.ebuild b/www-plugins/decentraleyes/decentraleyes-2.0.3.ebuild new file mode 100644 index 00000000..20b21e20 --- /dev/null +++ b/www-plugins/decentraleyes/decentraleyes-2.0.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit mv_mozextension-r1 +RESTRICT="mirror" + +DESCRIPTION="Firefox webextension: avoid centralized services" +HOMEPAGE="https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/ +https://github.com/Synzvato/decentraleyes" +SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/521554/${PN//-/_}-${PV}-an+fx.xpi" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +moz_defaults firefox seamonkey |