summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/mv_mozextension.eclass2
-rw-r--r--www-plugins/better-privacy/Manifest2
-rw-r--r--www-plugins/better-privacy/better-privacy-1.47.4-r1.ebuild2
-rw-r--r--www-plugins/fillform/ChangeLog8
-rw-r--r--www-plugins/fillform/Manifest4
-rw-r--r--www-plugins/fillform/fillform-1.0.6.ebuild17
-rw-r--r--www-plugins/fillform/metadata.xml9
-rw-r--r--www-plugins/form-history-control/ChangeLog8
-rw-r--r--www-plugins/form-history-control/Manifest4
-rw-r--r--www-plugins/form-history-control/form-history-control-1.2.3.ebuild18
-rw-r--r--www-plugins/form-history-control/metadata.xml9
-rw-r--r--www-plugins/stylish/Manifest2
-rw-r--r--www-plugins/stylish/stylish-1.0.9.ebuild2
-rw-r--r--www-plugins/video-downloadhelper/Manifest2
-rw-r--r--www-plugins/video-downloadhelper/video-downloadhelper-4.7.3-r1.ebuild2
-rw-r--r--www-plugins/xclear/ChangeLog8
-rw-r--r--www-plugins/xclear/Manifest4
-rw-r--r--www-plugins/xclear/metadata.xml9
-rw-r--r--www-plugins/xclear/xclear-1.3.ebuild17
19 files changed, 122 insertions, 7 deletions
diff --git a/eclass/mv_mozextension.eclass b/eclass/mv_mozextension.eclass
index 3ce0627d..49e5b773 100644
--- a/eclass/mv_mozextension.eclass
+++ b/eclass/mv_mozextension.eclass
@@ -168,7 +168,7 @@ xpi_install () {
x="${1}"
cd -- "${x}"
# determine id for extension
- emid="$(sed -n -e '/install-manifest/,$ { /<\?em:id>\?/!d; /{.*}/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q }' "${x}"/install.rdf)" \
+ emid="$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${x}"/install.rdf)" \
&& [ -n "${emid}" ] || die "failed to determine extension id"
insinto "${MOZILLA_FIVE_HOME}/extensions/${emid}"
doins -r "${x}"/* || die "failed to copy extension"
diff --git a/www-plugins/better-privacy/Manifest b/www-plugins/better-privacy/Manifest
index 2b6ae5b8..c64023a3 100644
--- a/www-plugins/better-privacy/Manifest
+++ b/www-plugins/better-privacy/Manifest
@@ -1,4 +1,4 @@
DIST betterprivacy-1.47.4-sm+fx.xpi 110021 RMD160 8bae58a544312460d416c759f425780d92191bac SHA1 dae915b9337880aefc335947d5a37a3d0750a1e1 SHA256 e1f1e83ac608f0fdc33f66f60db4f47863e605eb8d8b52b1b99ca0b62ede1ba1
-EBUILD better-privacy-1.47.4-r1.ebuild 834 RMD160 cdfd4da9dad329b7af9feb9ec4c6db5a1ffca673 SHA1 f8d7fe7502520594b5b7b7d1fa5434834a82d9f1 SHA256 df03e3e2f83180fb9a67252b07b7c97edc0a0272f9797ad7302b6285c29b5965
+EBUILD better-privacy-1.47.4-r1.ebuild 830 RMD160 a4d777cd1e92bd4c5149a83b331a0c4fede4efaa SHA1 19bb3625150d3fa35193706c130b0d64a82462f2 SHA256 71add0ed0653f9bc596e9784eeddb9259855b573404a7682d1ba18399d04bc84
MISC ChangeLog 933 RMD160 3d5b2fd7b551ff570749f45fcc778810bd3fc854 SHA1 eec55368896c4035747119ad14aa9881339a4a3e SHA256 9f23bfb6af3504ccd07624b240d782f9ee3574e4a0353eb8589d5ceca06c0289
MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d
diff --git a/www-plugins/better-privacy/better-privacy-1.47.4-r1.ebuild b/www-plugins/better-privacy/better-privacy-1.47.4-r1.ebuild
index 20513369..9f3788c6 100644
--- a/www-plugins/better-privacy/better-privacy-1.47.4-r1.ebuild
+++ b/www-plugins/better-privacy/better-privacy-1.47.4-r1.ebuild
@@ -13,7 +13,7 @@ MY_P="${MY_P%_alpha*}"
MY_P="${MY_P%_beta*}"
MY_P="${MY_P}-sm+fx"
FILENAME="${MY_P}.xpi"
-SRC_URI="https://addons.mozilla.org/de/firefox/downloads/latest/6623/${FILENAME}"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/6623/${FILENAME}"
case "${PV}" in
*_alpha*|*_beta*)
SRC_URI="https://addons.mozilla.org/de/firefox/downloads/file/76929/${FILENAME}?confirmed -> ${FILENAME}"
diff --git a/www-plugins/fillform/ChangeLog b/www-plugins/fillform/ChangeLog
new file mode 100644
index 00000000..d1a1e37c
--- /dev/null
+++ b/www-plugins/fillform/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/fillform/Manifest b/www-plugins/fillform/Manifest
new file mode 100644
index 00000000..0ba09708
--- /dev/null
+++ b/www-plugins/fillform/Manifest
@@ -0,0 +1,4 @@
+DIST fillform-1.0.6-fx.xpi 16437 RMD160 2e834aa50b5f468fb51fc948ad5454dd39959d5b SHA1 4f257e1d83de6a6939573dd7c32f9587a483b39f SHA256 d0a66c32ab9d13bf641d6ed5be4592239c10074f067b04c00a970b664736136c
+EBUILD fillform-1.0.6.ebuild 456 RMD160 be1965384b9046a5bba1a1f40ae39d4c4ac75fde SHA1 3eda2c241f0d7ee8b6da83f30ddfec641a371c7c SHA256 8e4a985353f450b22a02e489b5193d70f8e65997d37bd92d270505d5ae4bd03a
+MISC ChangeLog 229 RMD160 b55bc2466832873ba3eb7d5700723472d50bb28a SHA1 12bbfd09a1334164f91a3e71b9ada70eb49b4ff5 SHA256 f819ccb38b6edbcb0948421360915a4fdd8198153ca8a17314f01457ce8a395c
+MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d
diff --git a/www-plugins/fillform/fillform-1.0.6.ebuild b/www-plugins/fillform/fillform-1.0.6.ebuild
new file mode 100644
index 00000000..48f35f03
--- /dev/null
+++ b/www-plugins/fillform/fillform-1.0.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI="3"
+MOZILLAS="firefox icecat"
+inherit mv_mozextension
+RESTRICT="mirror"
+
+DESCRIPTION="Save/restore forms in firefox with Alt-Q/Alt-W"
+HOMEPAGE="https://addons.mozilla.org/firefox/addon/160849/"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/160849/${P}-fx.xpi"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/www-plugins/fillform/metadata.xml b/www-plugins/fillform/metadata.xml
new file mode 100644
index 00000000..0c91bdcd
--- /dev/null
+++ b/www-plugins/fillform/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>
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>
diff --git a/www-plugins/stylish/Manifest b/www-plugins/stylish/Manifest
index dd7de2c0..843c1dc0 100644
--- a/www-plugins/stylish/Manifest
+++ b/www-plugins/stylish/Manifest
@@ -1,4 +1,4 @@
DIST stylish-1.0.9-fx+tb+sm.xpi 172082 RMD160 6588c38c2cebcaea9514c05e1e0c1bbe12c9dd6c SHA1 e74ad59f2866d8002ce7efc27969344d60a247d6 SHA256 85c231b6a0f64fdad9bdd9d3d8d80005f8a1fe77c0e19e480c30a8827c88a128
-EBUILD stylish-1.0.9.ebuild 892 RMD160 78905480b8452272774b0c4039f5195298836983 SHA1 98ef4c13d6c91457e3cccabc8b114f44792b24a8 SHA256 8c30728e9219551f8668b722e645c4cf0231191a79eea194f1b1bd08ece667c7
+EBUILD stylish-1.0.9.ebuild 888 RMD160 98f39c1e1714fafde7eb6a9f773956f443dc9d7d SHA1 01fa3ea94698ce27fdea391e3e9561d207f0b56c SHA256 b81a32f7f65e5217d6b09a6785cc3c1a633cdf8fe6b7c58c74d1b67059e81c44
MISC ChangeLog 741 RMD160 c3a1bc566b5b460d18ef9bbb8d886633dd22804d SHA1 b6e28686e3c91377283abf079392de79dc090af7 SHA256 c01fc4f5ff9a82dc70cb8060cf09b04108ac7f12633b3e86ebfdccaec68b3d3f
MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d
diff --git a/www-plugins/stylish/stylish-1.0.9.ebuild b/www-plugins/stylish/stylish-1.0.9.ebuild
index f5d21961..d88fe458 100644
--- a/www-plugins/stylish/stylish-1.0.9.ebuild
+++ b/www-plugins/stylish/stylish-1.0.9.ebuild
@@ -8,7 +8,7 @@ RESTRICT="mirror"
DESCRIPTION="Firefox plugin to modify style of certain web pages, in particular of gentoo forums"
HOMEPAGE="https://addons.mozilla.org/firefox/addon/2108"
-SRC_URI="https://addons.mozilla.org/de/firefox/downloads/latest/2108/${P}-fx+tb+sm.xpi"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/2108/${P}-fx+tb+sm.xpi"
LICENSE="GPL-2"
SLOT="0"
diff --git a/www-plugins/video-downloadhelper/Manifest b/www-plugins/video-downloadhelper/Manifest
index d53d6b73..ca15609c 100644
--- a/www-plugins/video-downloadhelper/Manifest
+++ b/www-plugins/video-downloadhelper/Manifest
@@ -1,4 +1,4 @@
DIST downloadhelper-4.7.3-fx+sm.xpi 577592 RMD160 19b1ec65ebaece5f0e1eb045b55fb1279ed8540e SHA1 b57a47b3b8c72e9c45f66b1693aa70a2ff3da5c9 SHA256 4973bdbed811b31ac09c359b3c8901276cd4178870e1163645d299169f602d11
-EBUILD video-downloadhelper-4.7.3-r1.ebuild 472 RMD160 967e1af73513935b579e6598e180eb70403c9d43 SHA1 0cf22d07e7748511a19df0f071a602437fe755de SHA256 b36cb92e6c8ebd30bca8f7789f94560652b7b9835cc3ab1fbb9dbbf4aa540343
+EBUILD video-downloadhelper-4.7.3-r1.ebuild 468 RMD160 49c62803709b630561c7db7f33403da0c40a0f84 SHA1 7246d430c6188159052f22846cbfdb1ca12ac669 SHA256 d5721c8ab9e6d18cf8fbaab43053474a0ca9bcb27cac9611cf7feacfe8dfe43e
MISC ChangeLog 995 RMD160 02167b0bb91b2f2d23287a8dac115b0d30982bff SHA1 6acfb80aeb8ef2481a8f932c5aa8f4ee5901dd17 SHA256 1ea70750e99578012faa17df7b22611d19a708352dc9fd0150b4a7c277da19ad
MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d
diff --git a/www-plugins/video-downloadhelper/video-downloadhelper-4.7.3-r1.ebuild b/www-plugins/video-downloadhelper/video-downloadhelper-4.7.3-r1.ebuild
index 98df1ea4..1939bb61 100644
--- a/www-plugins/video-downloadhelper/video-downloadhelper-4.7.3-r1.ebuild
+++ b/www-plugins/video-downloadhelper/video-downloadhelper-4.7.3-r1.ebuild
@@ -8,7 +8,7 @@ RESTRICT="mirror"
DESCRIPTION="Firefox plugin to modify style of certain web pages, in particular of gentoo forums"
HOMEPAGE="https://addons.mozilla.org/firefox/addon/3006"
-SRC_URI="https://addons.mozilla.org/de/firefox/downloads/latest/3006/${P#*-}-fx+sm.xpi"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/3006/${P#*-}-fx+sm.xpi"
LICENSE="GPL-2"
SLOT="0"
diff --git a/www-plugins/xclear/ChangeLog b/www-plugins/xclear/ChangeLog
new file mode 100644
index 00000000..7e76fe89
--- /dev/null
+++ b/www-plugins/xclear/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for www-plugins/xclear
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header $
+
+*xclear-1.3 (13 Jun 2010)
+
+ 13 Jun 2010; Martin Väth <martin@mvath.de>
+ New ebuild.
diff --git a/www-plugins/xclear/Manifest b/www-plugins/xclear/Manifest
new file mode 100644
index 00000000..6186c908
--- /dev/null
+++ b/www-plugins/xclear/Manifest
@@ -0,0 +1,4 @@
+DIST xclear-1.3-fx.xpi 3659 RMD160 c0ef5324dae310d9b0a9cf258ecc9234b8ac107f SHA1 50d7caeadf104d8f4a51ab376f0adf7b1b88d9d3 SHA256 73f5e7527fe803f7ef66e76b94d224d0b0cf4db045d307e2282f49479eb6b8bd
+EBUILD xclear-1.3.ebuild 432 RMD160 edb4ded474d5b077f098cba745d80b609a8489fc SHA1 6ce28b735d4b5d14d12daa4845ad180dccf9e80b SHA256 9a9f592eb986cf56739c2b6ed1adbe93bfb0e0f1960b586769bc474211eef269
+MISC ChangeLog 223 RMD160 2fcecf4cfb476e770fe1d9c41695882fcf764c05 SHA1 a355bb162b5ca2bed3af9dca3f9df1625d7f3aef SHA256 beaf7d8f2affb178427c548a78f519a9c8dcc563ae5d16d7f766b917e412666a
+MISC metadata.xml 264 RMD160 4c10b5dfc6857fcb2e9cdc91ff64bb5d4a5c2204 SHA1 69886f7e401bdf99a78d428ff4361991607e86c6 SHA256 dd28333300fc1ec2dbd96450bddbdd9e1061c1eff809e687442c53c91c05d86d
diff --git a/www-plugins/xclear/metadata.xml b/www-plugins/xclear/metadata.xml
new file mode 100644
index 00000000..0c91bdcd
--- /dev/null
+++ b/www-plugins/xclear/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>
diff --git a/www-plugins/xclear/xclear-1.3.ebuild b/www-plugins/xclear/xclear-1.3.ebuild
new file mode 100644
index 00000000..9730ab26
--- /dev/null
+++ b/www-plugins/xclear/xclear-1.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI="3"
+MOZILLAS="firefox icecat"
+inherit mv_mozextension
+RESTRICT="mirror"
+
+DESCRIPTION="Adds buttom to clear URL"
+HOMEPAGE="https://addons.mozilla.org/firefox/addon/13078/"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/13078/${P}-fx.xpi"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""