diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-24 17:27:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-24 17:27:14 +0000 |
commit | f71005570bb89591e35720edddc50c1310c79bf5 (patch) | |
tree | 14b3448fe0fbc83802d7616ad4bae17e96464633 /x11-plugins | |
parent | Version bump. (diff) | |
download | gentoo-2-f71005570bb89591e35720edddc50c1310c79bf5.tar.gz gentoo-2-f71005570bb89591e35720edddc50c1310c79bf5.tar.bz2 gentoo-2-f71005570bb89591e35720edddc50c1310c79bf5.zip |
alpha/arm/ia64/sparc/x86 stable, version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/noscript/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.1.7.2.ebuild | 38 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.5.ebuild | 38 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.6.5.ebuild | 38 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.6.9.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.6.ebuild | 38 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.7.6.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.8.1.3.ebuild (renamed from x11-plugins/noscript/noscript-1.7.4.ebuild) | 2 |
8 files changed, 14 insertions, 158 deletions
diff --git a/x11-plugins/noscript/ChangeLog b/x11-plugins/noscript/ChangeLog index db08a5a5ce48..0dda21e866a2 100644 --- a/x11-plugins/noscript/ChangeLog +++ b/x11-plugins/noscript/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-plugins/noscript # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.116 2008/07/19 15:09:58 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.117 2008/09/24 17:27:14 armin76 Exp $ + +*noscript-1.8.1.3 (24 Sep 2008) + + 24 Sep 2008; Raúl Porcel <armin76@gentoo.org> -noscript-1.1.7.2.ebuild, + -noscript-1.5.ebuild, -noscript-1.6.ebuild, -noscript-1.6.5.ebuild, + noscript-1.6.9.ebuild, -noscript-1.7.4.ebuild, noscript-1.7.6.ebuild, + +noscript-1.8.1.3.ebuild: + alpha/arm/ia64/sparc/x86 stable, version bump 19 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> noscript-1.6.9.ebuild: diff --git a/x11-plugins/noscript/noscript-1.1.7.2.ebuild b/x11-plugins/noscript/noscript-1.1.7.2.ebuild deleted file mode 100644 index 0b9b6d346a9d..000000000000 --- a/x11-plugins/noscript/noscript-1.1.7.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.1.7.2.ebuild,v 1.9 2008/03/17 12:25:25 armin76 Exp $ - -inherit mozextension multilib - -DESCRIPTION="Firefox plugin to disable javascript" -HOMEPAGE="http://noscript.net/" -SRC_URI="http://software.informaction.com/data/releases/${P}.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="|| ( - >=www-client/mozilla-firefox-bin-1.5.0.7 - >=www-client/mozilla-firefox-1.5.0.7 -)" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - xpi_unpack "${P}".xpi -} - -src_install() { - declare MOZILLA_FIVE_HOME - if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" - xpi_install "${S}"/"${P}" - fi - if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then - MOZILLA_FIVE_HOME="/opt/firefox" - xpi_install "${S}"/"${P}" - fi -} diff --git a/x11-plugins/noscript/noscript-1.5.ebuild b/x11-plugins/noscript/noscript-1.5.ebuild deleted file mode 100644 index 442df921f4a4..000000000000 --- a/x11-plugins/noscript/noscript-1.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.5.ebuild,v 1.6 2008/05/02 13:35:21 maekke Exp $ - -inherit mozextension multilib - -DESCRIPTION="Firefox plugin to disable javascript" -HOMEPAGE="http://noscript.net/" -SRC_URI="http://software.informaction.com/data/releases/${P}.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="|| ( - >=www-client/mozilla-firefox-bin-1.5.0.7 - >=www-client/mozilla-firefox-1.5.0.7 -)" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - xpi_unpack "${P}".xpi -} - -src_install() { - declare MOZILLA_FIVE_HOME - if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" - xpi_install "${S}"/"${P}" - fi - if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then - MOZILLA_FIVE_HOME="/opt/firefox" - xpi_install "${S}"/"${P}" - fi -} diff --git a/x11-plugins/noscript/noscript-1.6.5.ebuild b/x11-plugins/noscript/noscript-1.6.5.ebuild deleted file mode 100644 index 2b9d5bdfc7c0..000000000000 --- a/x11-plugins/noscript/noscript-1.6.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.6.5.ebuild,v 1.1 2008/05/16 09:47:18 armin76 Exp $ - -inherit mozextension multilib - -DESCRIPTION="Firefox plugin to disable javascript" -HOMEPAGE="http://noscript.net/" -SRC_URI="http://software.informaction.com/data/releases/${P}.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="|| ( - >=www-client/mozilla-firefox-bin-1.5.0.7 - >=www-client/mozilla-firefox-1.5.0.7 -)" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - xpi_unpack "${P}".xpi -} - -src_install() { - declare MOZILLA_FIVE_HOME - if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" - xpi_install "${S}"/"${P}" - fi - if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then - MOZILLA_FIVE_HOME="/opt/firefox" - xpi_install "${S}"/"${P}" - fi -} diff --git a/x11-plugins/noscript/noscript-1.6.9.ebuild b/x11-plugins/noscript/noscript-1.6.9.ebuild index fd289a2608bf..12bf976033c2 100644 --- a/x11-plugins/noscript/noscript-1.6.9.ebuild +++ b/x11-plugins/noscript/noscript-1.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.6.9.ebuild,v 1.6 2008/07/19 15:09:58 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.6.9.ebuild,v 1.7 2008/09/24 17:27:14 armin76 Exp $ inherit mozextension multilib @@ -10,7 +10,7 @@ SRC_URI="http://software.informaction.com/data/releases/${P}.xpi" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" RDEPEND="|| ( diff --git a/x11-plugins/noscript/noscript-1.6.ebuild b/x11-plugins/noscript/noscript-1.6.ebuild deleted file mode 100644 index 7f94f902eb41..000000000000 --- a/x11-plugins/noscript/noscript-1.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.6.ebuild,v 1.1 2008/04/15 13:24:07 armin76 Exp $ - -inherit mozextension multilib - -DESCRIPTION="Firefox plugin to disable javascript" -HOMEPAGE="http://noscript.net/" -SRC_URI="http://software.informaction.com/data/releases/${P}.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="|| ( - >=www-client/mozilla-firefox-bin-1.5.0.7 - >=www-client/mozilla-firefox-1.5.0.7 -)" -DEPEND="${RDEPEND}" - -S=${WORKDIR} - -src_unpack() { - xpi_unpack "${P}".xpi -} - -src_install() { - declare MOZILLA_FIVE_HOME - if has_version '>=www-client/mozilla-firefox-1.5.0.7'; then - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" - xpi_install "${S}"/"${P}" - fi - if has_version '>=www-client/mozilla-firefox-bin-1.5.0.7'; then - MOZILLA_FIVE_HOME="/opt/firefox" - xpi_install "${S}"/"${P}" - fi -} diff --git a/x11-plugins/noscript/noscript-1.7.6.ebuild b/x11-plugins/noscript/noscript-1.7.6.ebuild index a3743bd11e9b..f6b07821c7f1 100644 --- a/x11-plugins/noscript/noscript-1.7.6.ebuild +++ b/x11-plugins/noscript/noscript-1.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.7.6.ebuild,v 1.1 2008/07/06 17:32:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.7.6.ebuild,v 1.2 2008/09/24 17:27:14 armin76 Exp $ inherit mozextension multilib @@ -10,7 +10,7 @@ SRC_URI="http://software.informaction.com/data/releases/${P}.xpi" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86" IUSE="" RDEPEND="|| ( diff --git a/x11-plugins/noscript/noscript-1.7.4.ebuild b/x11-plugins/noscript/noscript-1.8.1.3.ebuild index dec455983397..d4ef642fdf50 100644 --- a/x11-plugins/noscript/noscript-1.7.4.ebuild +++ b/x11-plugins/noscript/noscript-1.8.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.7.4.ebuild,v 1.1 2008/06/30 19:02:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.8.1.3.ebuild,v 1.1 2008/09/24 17:27:14 armin76 Exp $ inherit mozextension multilib |