summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-31 09:39:36 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-31 09:39:36 +0000
commit0cabac690c3e2d90a48787bc4b2662b414c4f3d6 (patch)
tree08e88f5932b4a0732b7cb2b79ba844d7ad9ff099 /x11-plugins/noscript
parentalpha/sparc/x86 stable wrt #215491 (diff)
downloadgentoo-2-0cabac690c3e2d90a48787bc4b2662b414c4f3d6.tar.gz
gentoo-2-0cabac690c3e2d90a48787bc4b2662b414c4f3d6.tar.bz2
gentoo-2-0cabac690c3e2d90a48787bc4b2662b414c4f3d6.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins/noscript')
-rw-r--r--x11-plugins/noscript/ChangeLog8
-rw-r--r--x11-plugins/noscript/noscript-1.2.9.ebuild38
-rw-r--r--x11-plugins/noscript/noscript-1.2.ebuild38
-rw-r--r--x11-plugins/noscript/noscript-1.5.6.ebuild (renamed from x11-plugins/noscript/noscript-1.2.6.ebuild)2
4 files changed, 8 insertions, 78 deletions
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 <armin76@gentoo.org> -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.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.2.6.ebuild b/x11-plugins/noscript/noscript-1.5.6.ebuild
index 0e2385d23db3..4b87f14644a0 100644
--- a/x11-plugins/noscript/noscript-1.2.6.ebuild
+++ b/x11-plugins/noscript/noscript-1.5.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.2.6.ebuild,v 1.1 2008/01/08 15:05:40 armin76 Exp $
+# $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