From 0cabac690c3e2d90a48787bc4b2662b414c4f3d6 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Mon, 31 Mar 2008 09:39:36 +0000 Subject: Version bump (Portage version: 2.1.4.4) --- x11-plugins/noscript/ChangeLog | 8 ++++++- x11-plugins/noscript/noscript-1.2.6.ebuild | 38 ------------------------------ x11-plugins/noscript/noscript-1.2.9.ebuild | 38 ------------------------------ x11-plugins/noscript/noscript-1.2.ebuild | 38 ------------------------------ x11-plugins/noscript/noscript-1.5.6.ebuild | 38 ++++++++++++++++++++++++++++++ 5 files changed, 45 insertions(+), 115 deletions(-) delete mode 100644 x11-plugins/noscript/noscript-1.2.6.ebuild delete mode 100644 x11-plugins/noscript/noscript-1.2.9.ebuild delete mode 100644 x11-plugins/noscript/noscript-1.2.ebuild create mode 100644 x11-plugins/noscript/noscript-1.5.6.ebuild (limited to 'x11-plugins/noscript') diff --git a/x11-plugins/noscript/ChangeLog b/x11-plugins/noscript/ChangeLog index 4e909d30cfec..f5dcef3c734e 100644 --- a/x11-plugins/noscript/ChangeLog +++ b/x11-plugins/noscript/ChangeLog @@ -1,6 +1,12 @@ # 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.97 2008/03/24 11:14:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.98 2008/03/31 09:39:36 armin76 Exp $ + +*noscript-1.5.6 (31 Mar 2008) + + 31 Mar 2008; Raúl Porcel -noscript-1.2.ebuild, + -noscript-1.2.6.ebuild, -noscript-1.2.9.ebuild, +noscript-1.5.6.ebuild: + Version bump *noscript-1.5.2 (24 Mar 2008) diff --git a/x11-plugins/noscript/noscript-1.2.6.ebuild b/x11-plugins/noscript/noscript-1.2.6.ebuild deleted file mode 100644 index 0e2385d23db3..000000000000 --- a/x11-plugins/noscript/noscript-1.2.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.2.6.ebuild,v 1.1 2008/01/08 15:05:40 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.2.9.ebuild b/x11-plugins/noscript/noscript-1.2.9.ebuild deleted file mode 100644 index f1a3a6012bcd..000000000000 --- a/x11-plugins/noscript/noscript-1.2.9.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.2.9.ebuild,v 1.1 2008/01/15 19:34:49 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.2.ebuild b/x11-plugins/noscript/noscript-1.2.ebuild deleted file mode 100644 index 2af96612b48e..000000000000 --- a/x11-plugins/noscript/noscript-1.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.2.ebuild,v 1.5 2008/01/29 16:56:38 nixnut 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.6.ebuild b/x11-plugins/noscript/noscript-1.5.6.ebuild new file mode 100644 index 000000000000..4b87f14644a0 --- /dev/null +++ b/x11-plugins/noscript/noscript-1.5.6.ebuild @@ -0,0 +1,38 @@ +# 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.6.ebuild,v 1.1 2008/03/31 09:39:36 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 +} -- cgit v1.2.3-65-gdbad