diff options
author | Martin Väth <martin@mvath.de> | 2010-06-13 09:22:29 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:45:33 +0200 |
commit | c41e278458c241393acc5bc0d52d1d9c988193ab (patch) | |
tree | 7979f08810f5808d0f8f5ffd5c1a6ac32465ee05 /www-plugins/form-history-control | |
parent | Bump noscript. Make mv_mozextension more robust. Remove untested arches (diff) | |
download | mv-c41e278458c241393acc5bc0d52d1d9c988193ab.tar.gz mv-c41e278458c241393acc5bc0d52d1d9c988193ab.tar.bz2 mv-c41e278458c241393acc5bc0d52d1d9c988193ab.zip |
Add fillform, form-history-control, xclear. Cleanup URLs. Generalize eclass
Diffstat (limited to 'www-plugins/form-history-control')
4 files changed, 39 insertions, 0 deletions
diff --git a/www-plugins/form-history-control/ChangeLog b/www-plugins/form-history-control/ChangeLog new file mode 100644 index 00000000..d1a1e37c --- /dev/null +++ b/www-plugins/form-history-control/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for www-plugins/fillform +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header $ + +*fillform-1.0.6 (13 Jun 2010) + + 13 Jun 2010; Martin Väth <martin@mvath.de> + New ebuild. diff --git a/www-plugins/form-history-control/Manifest b/www-plugins/form-history-control/Manifest new file mode 100644 index 00000000..7fcc4c9c --- /dev/null +++ b/www-plugins/form-history-control/Manifest @@ -0,0 +1,4 @@ +DIST form_history_control-1.2.3-fx+sm.xpi 188404 RMD160 3350d7d36fa4d851d1fffc8bba21142fbc6cce26 SHA1 2a7b50a3635030cad9718fae0bd911e62c36fb83 SHA256 263ce0d109d75b6c05f5321ed1d2e0f08ae7fdb43a8a4754cb63eb77d9a68a34 +EBUILD form-history-control-1.2.3.ebuild 454 RMD160 ee50758919f2914b41f41dd558f6db72a0057008 SHA1 f3fb3347047e4a0613c3b4bbf2e4bf71c76b2e1b SHA256 a809469f49e2b2c4e206ecc3d34351c3e1a5793fc5e631d75819d04be594937c +MISC ChangeLog 229 RMD160 b55bc2466832873ba3eb7d5700723472d50bb28a SHA1 12bbfd09a1334164f91a3e71b9ada70eb49b4ff5 SHA256 f819ccb38b6edbcb0948421360915a4fdd8198153ca8a17314f01457ce8a395c +MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d diff --git a/www-plugins/form-history-control/form-history-control-1.2.3.ebuild b/www-plugins/form-history-control/form-history-control-1.2.3.ebuild new file mode 100644 index 00000000..8763d7bd --- /dev/null +++ b/www-plugins/form-history-control/form-history-control-1.2.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="3" +inherit mv_mozextension +RESTRICT="mirror" + +MY_P="${P/-/_}" +MY_P="${MY_P/-/_}" +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/${MY_P}-fx+sm.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/www-plugins/form-history-control/metadata.xml b/www-plugins/form-history-control/metadata.xml new file mode 100644 index 00000000..0c91bdcd --- /dev/null +++ b/www-plugins/form-history-control/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> |