summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-05-02 17:53:57 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:47 +0200
commit9f995dfa3068eefd6394873892d65ae4628b1fc2 (patch)
tree01932b852466450c50253c081a5dcaaaca6839ba
parentBump squash_dir (diff)
downloadmv-9f995dfa3068eefd6394873892d65ae4628b1fc2.tar.gz
mv-9f995dfa3068eefd6394873892d65ae4628b1fc2.tar.bz2
mv-9f995dfa3068eefd6394873892d65ae4628b1fc2.zip
Add locale-switcher. Fix clear homepage. Update checksums
-rw-r--r--www-plugins/locale-switcher/ChangeLog8
-rw-r--r--www-plugins/locale-switcher/Manifest1
-rw-r--r--www-plugins/locale-switcher/locale-switcher-3.ebuild18
-rw-r--r--www-plugins/locale-switcher/metadata.xml9
-rw-r--r--www-plugins/xclear/ChangeLog3
-rw-r--r--www-plugins/xclear/xclear-1.8.ebuild2
6 files changed, 40 insertions, 1 deletions
diff --git a/www-plugins/locale-switcher/ChangeLog b/www-plugins/locale-switcher/ChangeLog
new file mode 100644
index 00000000..f9c30ed0
--- /dev/null
+++ b/www-plugins/locale-switcher/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for www-plugins/locale-switcher
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header $
+
+*locale-switcher-3 (02 Apr 2012)
+
+ 02 Apr 2012; Martin Väth <martin@mvath.de>
+ New ebuild.
diff --git a/www-plugins/locale-switcher/Manifest b/www-plugins/locale-switcher/Manifest
new file mode 100644
index 00000000..7917c5e6
--- /dev/null
+++ b/www-plugins/locale-switcher/Manifest
@@ -0,0 +1 @@
+DIST locale_switcher-3-fx.xpi 3145 RMD160 5d0ab0158b230da8ab083667a7cab4937d61e90d SHA1 47a657f030f13bcad7a3ea305e5150e34a6dd869 SHA256 a98f6871c1f644764976716a7edc8e9f5b8efec819aad70788a7bbbad5e38bc0
diff --git a/www-plugins/locale-switcher/locale-switcher-3.ebuild b/www-plugins/locale-switcher/locale-switcher-3.ebuild
new file mode 100644
index 00000000..c41675fe
--- /dev/null
+++ b/www-plugins/locale-switcher/locale-switcher-3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header $
+
+EAPI="4"
+inherit mv_mozextension
+RESTRICT="mirror"
+
+MY_P="${P/-/_}"
+NAME="${MY_P}-fx.xpi"
+DESCRIPTION="Firefox plugin: button to switch GUI locale"
+HOMEPAGE="http://addons.mozilla.org/firefox/addon/locale-switcher/"
+SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/356/${NAME}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/www-plugins/locale-switcher/metadata.xml b/www-plugins/locale-switcher/metadata.xml
new file mode 100644
index 00000000..960871be
--- /dev/null
+++ b/www-plugins/locale-switcher/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/ChangeLog b/www-plugins/xclear/ChangeLog
index 67cd7e20..a846481f 100644
--- a/www-plugins/xclear/ChangeLog
+++ b/www-plugins/xclear/ChangeLog
@@ -4,6 +4,9 @@
*xclear-1.8 (23 Mar 2012)
+ 02 Apr 2012; Martin Väth <martin@mvath.de>
+ Fix homepage.
+
23 Mar 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/www-plugins/xclear/xclear-1.8.ebuild b/www-plugins/xclear/xclear-1.8.ebuild
index 9c0be845..f2842398 100644
--- a/www-plugins/xclear/xclear-1.8.ebuild
+++ b/www-plugins/xclear/xclear-1.8.ebuild
@@ -7,7 +7,7 @@ inherit mv_mozextension
RESTRICT="mirror"
DESCRIPTION="Firefox plugin: button to clear URL"
-HOMEPAGE="http://addons.mozilla.org/de/firefox/addon/xclear/"
+HOMEPAGE="http://addons.mozilla.org/firefox/addon/xclear/"
SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/13078/${P}-sm+fx.xpi"
LICENSE="GPL-2"