From 2303ed8e8df2dcb5756595d12b097b28b91453b8 Mon Sep 17 00:00:00 2001 From: layman Date: Mon, 18 Feb 2013 14:00:27 +0100 Subject: Bump form-history-control --- www-plugins/form-history-control/ChangeLog | 5 +++++ www-plugins/form-history-control/Manifest | 2 +- .../form-history-control-1.3.0.3.ebuild | 19 ------------------- .../form-history-control-1.3.0.5.ebuild | 19 +++++++++++++++++++ 4 files changed, 25 insertions(+), 20 deletions(-) delete mode 100644 www-plugins/form-history-control/form-history-control-1.3.0.3.ebuild create mode 100644 www-plugins/form-history-control/form-history-control-1.3.0.5.ebuild (limited to 'www-plugins') diff --git a/www-plugins/form-history-control/ChangeLog b/www-plugins/form-history-control/ChangeLog index aca94c14..16246a6c 100644 --- a/www-plugins/form-history-control/ChangeLog +++ b/www-plugins/form-history-control/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*form-history-control-1.3.0.5 (18 Feb 2013) + + 18 Feb 2012; Martin Väth + Bump version. Remove old ebuild. + *form-history-control-1.3.0.3 (20 Nov 2012) 20 Nov 2012; Martin Väth diff --git a/www-plugins/form-history-control/Manifest b/www-plugins/form-history-control/Manifest index 7c1c380e..c7f43fde 100644 --- a/www-plugins/form-history-control/Manifest +++ b/www-plugins/form-history-control/Manifest @@ -1 +1 @@ -DIST form_history_control-1.3.0.3-fx+sm.xpi 416512 SHA256 d7dd27830cb7bb4faa412870ccfc5d004f445e25b569873cf0e0a5d09e9b6774 SHA512 943273832b5dabcb3e5c0f924db825cf37e71ffb271846d640122e3e98ab35010c21344b06be582d866d5472951443e23b71e7b65923c0d0a4348640ec19dff4 WHIRLPOOL a49f5f3ba607396ce72027b28bb613febb8fabd102e5bbb82632164247e69890fb15e3ef7c17045a82be18d39af41a5d0319c4a068299f9a463de1f4360b9a59 +DIST form_history_control-1.3.0.5-sm+fx.xpi 417191 SHA256 da7900d25048ba5bce4dd1c8cbec3605e93da24cde0fbef24c83d4698321b162 SHA512 e09c8516fea93f97e8bb4ec4ffc77fe1169cf8ac90d6332054f68fde99ef0a171b0bdfe31bd9cb50430dd381279dafe15d2a48349908c566634cf3abc988ac82 WHIRLPOOL 839164b7957f8c310c8872f75714a9aff112f05a732cac030e6aa274c95c38896d2b1e01b2d6389768a0d673c0952e25cf0760397306982fb1f3eb1ad6ea397d 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 deleted file mode 100644 index fcda3822..00000000 --- a/www-plugins/form-history-control/form-history-control-1.3.0.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}-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.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="" -- cgit v1.2.3-65-gdbad