diff options
Diffstat (limited to 'www-plugins/form-history-control/form-history-control-1.3.0.3.ebuild')
-rw-r--r-- | www-plugins/form-history-control/form-history-control-1.3.0.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www-plugins/form-history-control/form-history-control-1.3.0.3.ebuild b/www-plugins/form-history-control/form-history-control-1.3.0.3.ebuild new file mode 100644 index 00000000..a07ef7bc --- /dev/null +++ b/www-plugins/form-history-control/form-history-control-1.3.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 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}-fx+sm.xpi" +DESCRIPTION="Edit the saved history of forms in mozilla" +HOMEPAGE="http://www.formhistory.blogspot.com/" +SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/12021/${NAME}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |