diff options
author | Martin Väth <martin@mvath.de> | 2024-05-12 10:50:03 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2024-05-12 10:50:03 +0200 |
commit | 337d61109765eed35ea1efffcc7cba7175d6325c (patch) | |
tree | abaf5a33dabcd8c30e8525dd1299a39a1071830f /www-plugins/form-history-control/form-history-control-2.5.8.0.ebuild | |
parent | www-plugins: Version bumps (diff) | |
download | mv-337d61109765eed35ea1efffcc7cba7175d6325c.tar.gz mv-337d61109765eed35ea1efffcc7cba7175d6325c.tar.bz2 mv-337d61109765eed35ea1efffcc7cba7175d6325c.zip |
form-history-control: Version bump
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'www-plugins/form-history-control/form-history-control-2.5.8.0.ebuild')
-rw-r--r-- | www-plugins/form-history-control/form-history-control-2.5.8.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www-plugins/form-history-control/form-history-control-2.5.8.0.ebuild b/www-plugins/form-history-control/form-history-control-2.5.8.0.ebuild new file mode 100644 index 00000000..08bf2260 --- /dev/null +++ b/www-plugins/form-history-control/form-history-control-2.5.8.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2010-2024 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit mv_mozextension-r1 +RESTRICT="mirror" + +DESCRIPTION="Firefox webextension: edit the saved history of forms" +HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/form-history-control/ +http://www.formhistory.blogspot.com/" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/4186388/${PN//-/_}-${PV}.xpi" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="amd64 arm64 ~ppc64 x86" +IUSE="" + +moz_defaults firefox seamonkey |