diff options
author | Martin Väth <martin@mvath.de> | 2011-02-01 18:08:07 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:46:26 +0200 |
commit | 31877ce32a72889f968f635390b1468fc5406cb7 (patch) | |
tree | 636f573728743c06ca5c0f5136c5d1c65a9a45fd /www-plugins/fillforms | |
parent | Bump Flashgot. Remove ez-ipupdate as it is now in Gentoo's main tree (diff) | |
download | mv-31877ce32a72889f968f635390b1468fc5406cb7.tar.gz mv-31877ce32a72889f968f635390b1468fc5406cb7.tar.bz2 mv-31877ce32a72889f968f635390b1468fc5406cb7.zip |
Bump fillforms noscript. Rename fillform->fillforms
Diffstat (limited to 'www-plugins/fillforms')
-rw-r--r-- | www-plugins/fillforms/ChangeLog | 33 | ||||
-rw-r--r-- | www-plugins/fillforms/Manifest | 4 | ||||
-rw-r--r-- | www-plugins/fillforms/fillforms-1.2.9.ebuild | 17 | ||||
-rw-r--r-- | www-plugins/fillforms/metadata.xml | 9 |
4 files changed, 63 insertions, 0 deletions
diff --git a/www-plugins/fillforms/ChangeLog b/www-plugins/fillforms/ChangeLog new file mode 100644 index 00000000..3464ce08 --- /dev/null +++ b/www-plugins/fillforms/ChangeLog @@ -0,0 +1,33 @@ +# ChangeLog for www-plugins/fillforms +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header $ + +*fillforms-1.2.9 (01 Feb 2011) + + 01 Feb 2011; Martin Väth <martin@mvath.de> + Rename ebuild according to upstreams rename. Update homepage. + Bump. Remove old. + + 03 Jan 2011; Martin Väth <martin@mvath.de> + Bump to EAPI=4. + + 01 Aug 2010; Martin Väth <martin@mvath.de> + Bump revision to force eclass upgrade. + + 31 Jul 2010; Martin Väth <martin@mvath.de> + Fix homepage. Bump revision to force eclass upgrade. + +*fillform-1.1.8 (16 Jul 2010) + + 16 Jun 2010; Martin Väth <martin@mvath.de> + Bump. Remove old. + +*fillform-1.1.7 (03 Jul 2010) + + 13 Jun 2010; Martin Väth <martin@mvath.de> + Bump. Remove old. + +*fillform-1.0.6 (13 Jun 2010) + + 13 Jun 2010; Martin Väth <martin@mvath.de> + New ebuild. diff --git a/www-plugins/fillforms/Manifest b/www-plugins/fillforms/Manifest new file mode 100644 index 00000000..644c7874 --- /dev/null +++ b/www-plugins/fillforms/Manifest @@ -0,0 +1,4 @@ +DIST fillforms-1.2.9-fx.xpi 27618 RMD160 5743f792e29a402058d68c1bb2ec082b0313584d SHA1 934741f8b9f7fca614f61dd8cabf2c15c714263c SHA256 28dab68a7eec9e32e427dae9f59eb9bce6d9157eb83308ac8f995bd19bdaef40 +EBUILD fillforms-1.2.9.ebuild 465 RMD160 432a9641b4dfd091a5513c2488eaaa1f4793f551 SHA1 0c0ef4f7a7da0326b49b496118ff14e71cce34ad SHA256 9ab8d15b507ebcbcccf2438ee2dea930d5ce34c837039f19324617cb6cac0b5a +MISC ChangeLog 952 RMD160 b01e5a4182bd56453d7f4baceee920e11fccee81 SHA1 9a487215b6479481178037b7c0f1759a7edbbcdd SHA256 0fd5ada9670a55328427913aa10709446a9b530e5e4b4a93bcc5acf6ef5c4640 +MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d diff --git a/www-plugins/fillforms/fillforms-1.2.9.ebuild b/www-plugins/fillforms/fillforms-1.2.9.ebuild new file mode 100644 index 00000000..97597a11 --- /dev/null +++ b/www-plugins/fillforms/fillforms-1.2.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="4" +MV_MOZ_MOZILLAS="firefox icecat" +inherit mv_mozextension +RESTRICT="mirror" + +DESCRIPTION="Save/restore forms in firefox with Alt-W/Alt-Q" +HOMEPAGE="https://addons.mozilla.org/firefox/addon/fillforms/" +SRC_URI="https://addons.mozilla.org/firefox/downloads/file/106114/${P}-fx.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/www-plugins/fillforms/metadata.xml b/www-plugins/fillforms/metadata.xml new file mode 100644 index 00000000..0c91bdcd --- /dev/null +++ b/www-plugins/fillforms/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>martin@mvath.de</email> + <name>Martin Väth</name> +</maintainer> +</pkgmetadata> |