From 74b0e91f1985c7f09a691015873b00e5467a04e8 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 26 Nov 2011 09:52:18 +0100 Subject: Bump form-history-control --- www-plugins/form-history-control/ChangeLog | 5 +++++ www-plugins/form-history-control/Manifest | 2 +- .../form-history-control-1.2.10.0.ebuild | 19 +++++++++++++++++++ .../form-history-control-1.2.9.3.ebuild | 19 ------------------- 4 files changed, 25 insertions(+), 20 deletions(-) create mode 100644 www-plugins/form-history-control/form-history-control-1.2.10.0.ebuild delete mode 100644 www-plugins/form-history-control/form-history-control-1.2.9.3.ebuild (limited to 'www-plugins') diff --git a/www-plugins/form-history-control/ChangeLog b/www-plugins/form-history-control/ChangeLog index 444de593..77d65261 100644 --- a/www-plugins/form-history-control/ChangeLog +++ b/www-plugins/form-history-control/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header $ +*form-history-control-1.2.10.0 (26 Nov 2011) + + 26 Nov 2011; Martin Väth + Bump version. Remove old ebuild. + *form-history-control-1.2.9.3 (30 Jul 2011) 01 Aug 2011; Martin Väth diff --git a/www-plugins/form-history-control/Manifest b/www-plugins/form-history-control/Manifest index f5a7c76a..968e46ab 100644 --- a/www-plugins/form-history-control/Manifest +++ b/www-plugins/form-history-control/Manifest @@ -1 +1 @@ -DIST form_history_control-1.2.9.3-sm+fx.xpi 337133 RMD160 4f932b0661877ab1d21b0fada5b01d517654bb5d SHA1 f48929cad78cd6361b66749068f714f8224de392 SHA256 854bcaeb3b3c3c322c69d0a84e91170f83a4567222b6e287dd28a7f58ed6d0b0 +DIST form_history_control-1.2.10.0-fx+sm.xpi 360472 RMD160 79f46d46b47510ea08674a06c86d0f6edebf6335 SHA1 7b1fcb007c96125cb23aa79262b5cf3192d65040 SHA256 57259de551005c6aa3e125e15bd2ad6966bbcd3c8840664aeed8ce19dc893f68 diff --git a/www-plugins/form-history-control/form-history-control-1.2.10.0.ebuild b/www-plugins/form-history-control/form-history-control-1.2.10.0.ebuild new file mode 100644 index 00000000..2825f7f9 --- /dev/null +++ b/www-plugins/form-history-control/form-history-control-1.2.10.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="4" +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="" diff --git a/www-plugins/form-history-control/form-history-control-1.2.9.3.ebuild b/www-plugins/form-history-control/form-history-control-1.2.9.3.ebuild deleted file mode 100644 index 93539950..00000000 --- a/www-plugins/form-history-control/form-history-control-1.2.9.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header $ - -EAPI="4" -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://releases.mozilla.org/pub/mozilla.org/addons/12021/${NAME}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -- cgit v1.2.3-65-gdbad