summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-11-13 16:10:07 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-11-13 16:10:07 +0000
commitb72d56a60d09c1f4ef14832f2e899f116f98e6e8 (patch)
tree054ee06d96270d28fd8d58953e19ff840d792cab /x11-plugins
parentamd64 stable wrt #198968 (diff)
downloadgentoo-2-b72d56a60d09c1f4ef14832f2e899f116f98e6e8.tar.gz
gentoo-2-b72d56a60d09c1f4ef14832f2e899f116f98e6e8.tar.bz2
gentoo-2-b72d56a60d09c1f4ef14832f2e899f116f98e6e8.zip
Version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/noscript/ChangeLog7
-rw-r--r--x11-plugins/noscript/files/digest-noscript-1.1.83
-rw-r--r--x11-plugins/noscript/noscript-1.1.8.ebuild38
3 files changed, 47 insertions, 1 deletions
diff --git a/x11-plugins/noscript/ChangeLog b/x11-plugins/noscript/ChangeLog
index 125f85cf1ab4..d7d182ed1ce6 100644
--- a/x11-plugins/noscript/ChangeLog
+++ b/x11-plugins/noscript/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/noscript
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.74 2007/10/23 17:00:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.75 2007/11/13 16:10:06 armin76 Exp $
+
+*noscript-1.1.8 (13 Nov 2007)
+
+ 13 Nov 2007; Raúl Porcel <armin76@gentoo.org> +noscript-1.1.8.ebuild:
+ Version bump
23 Oct 2007; Raúl Porcel <armin76@gentoo.org> -noscript-1.1.6.17.ebuild,
-noscript-1.1.6.25.ebuild:
diff --git a/x11-plugins/noscript/files/digest-noscript-1.1.8 b/x11-plugins/noscript/files/digest-noscript-1.1.8
new file mode 100644
index 000000000000..ef6e8e380267
--- /dev/null
+++ b/x11-plugins/noscript/files/digest-noscript-1.1.8
@@ -0,0 +1,3 @@
+MD5 3dbadaf2db1a730c3c8aca4577be3554 noscript-1.1.8.xpi 231520
+RMD160 9ef834a633411292470762ee39257328258a3772 noscript-1.1.8.xpi 231520
+SHA256 9d8b8dad27a3c34add73b1e207283dd295f5b4a0d663b6c4d1d33061d29ca750 noscript-1.1.8.xpi 231520
diff --git a/x11-plugins/noscript/noscript-1.1.8.ebuild b/x11-plugins/noscript/noscript-1.1.8.ebuild
new file mode 100644
index 000000000000..e3cad677f78e
--- /dev/null
+++ b/x11-plugins/noscript/noscript-1.1.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.1.8.ebuild,v 1.1 2007/11/13 16:10:06 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
+}