diff options
author | Martin Väth <martin@mvath.de> | 2011-12-20 20:43:12 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:46:57 +0200 |
commit | bc4717e16d21c006e37c8d95daec67e6b287e560 (patch) | |
tree | 4e35361781639236be85d8e7bd815c64816a5006 | |
parent | Add forgotten ChangeLog (diff) | |
download | mv-bc4717e16d21c006e37c8d95daec67e6b287e560.tar.gz mv-bc4717e16d21c006e37c8d95daec67e6b287e560.tar.bz2 mv-bc4717e16d21c006e37c8d95daec67e6b287e560.zip |
Revert and bump xclear since it is now working again
-rw-r--r-- | www-plugins/xclear/ChangeLog | 27 | ||||
-rw-r--r-- | www-plugins/xclear/Manifest | 1 | ||||
-rw-r--r-- | www-plugins/xclear/metadata.xml | 9 | ||||
-rw-r--r-- | www-plugins/xclear/xclear-1.6.ebuild | 16 |
4 files changed, 53 insertions, 0 deletions
diff --git a/www-plugins/xclear/ChangeLog b/www-plugins/xclear/ChangeLog new file mode 100644 index 00000000..e884ca33 --- /dev/null +++ b/www-plugins/xclear/ChangeLog @@ -0,0 +1,27 @@ +# ChangeLog for www-plugins/xclear +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header $ + +*xclear-1.6 (20 Dec 2011) + + 20 Dec 2011; Martin Väth <martin@mvath.de> + Version bump, remove old ebuild. + +*xclear-1.4 (21 Mar 2011) + + 21 Mar 2011; Martin Väth <martin@mvath.de> + Version bump, remove old ebuild. + +*xclear-1.3 (13 Jun 2010) + + 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> + Bump revision to force eclass upgrade. + + 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..76822d5f --- /dev/null +++ b/www-plugins/xclear/Manifest @@ -0,0 +1 @@ +DIST xclear-1.6-sm+fx.xpi 4295 RMD160 9e4481af400d0f1ef0aeb53f75221386aaaa4526 SHA1 efebe7327ff3753a49ee61377ce867c50128ebd8 SHA256 178fc9d1409c3f53624bbf7c7e38ce89b7a053e0887e80e23a93f3babcbc6bc9 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.6.ebuild b/www-plugins/xclear/xclear-1.6.ebuild new file mode 100644 index 00000000..30f936a5 --- /dev/null +++ b/www-plugins/xclear/xclear-1.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="4" +inherit mv_mozextension +RESTRICT="mirror" + +DESCRIPTION="Firefox plugin: button to clear URL" +HOMEPAGE="https://addons.mozilla.org/firefox/addon/13078/" +SRC_URI="http://releases.mozilla.org/pub/mozilla.org/addons/13078/${P}-sm+fx.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |