diff options
Diffstat (limited to 'www-plugins/form-history-control/form-history-control-1.3.0.5.ebuild')
-rw-r--r-- | www-plugins/form-history-control/form-history-control-1.3.0.5.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www-plugins/form-history-control/form-history-control-1.3.0.5.ebuild b/www-plugins/form-history-control/form-history-control-1.3.0.5.ebuild new file mode 100644 index 00000000..003ad4a7 --- /dev/null +++ b/www-plugins/form-history-control/form-history-control-1.3.0.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit mv_mozextension +RESTRICT="mirror" + +MY_P="${P/-/_}" +MY_P="${MY_P/-/_}" +NAME="${MY_P}-sm+fx.xpi" +DESCRIPTION="Edit the saved history of forms in mozilla" +HOMEPAGE="http://www.formhistory.blogspot.com/" +SRC_URI="http://addons.cdn.mozilla.net/storage/public-staging/12021/${NAME}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |