diff options
Diffstat (limited to 'www-plugins/form-history-control/form-history-control-2.1.0.0.ebuild')
-rw-r--r-- | www-plugins/form-history-control/form-history-control-2.1.0.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www-plugins/form-history-control/form-history-control-2.1.0.0.ebuild b/www-plugins/form-history-control/form-history-control-2.1.0.0.ebuild new file mode 100644 index 00000000..4d6e5477 --- /dev/null +++ b/www-plugins/form-history-control/form-history-control-2.1.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 2010-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit mv_mozextension-r1 +RESTRICT="mirror" + +DESCRIPTION="Firefox webextension: edit the saved history of forms" +HOMEPAGE="http://www.formhistory.blogspot.com/" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/769035/${PN//-/_}-${PV}-an+fx.xpi" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +moz_defaults firefox seamonkey |