diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-11 11:13:38 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-11 11:13:38 +0000 |
commit | 3c6ede0719a6662da29e07252ff7cabd6c72f9dc (patch) | |
tree | 10ad516e6813f3583d63b7b8efb9680f1626da6a /x11-plugins/noscript | |
parent | Improved error message for unpatched vdr. (diff) | |
download | gentoo-2-3c6ede0719a6662da29e07252ff7cabd6c72f9dc.tar.gz gentoo-2-3c6ede0719a6662da29e07252ff7cabd6c72f9dc.tar.bz2 gentoo-2-3c6ede0719a6662da29e07252ff7cabd6c72f9dc.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/noscript')
-rw-r--r-- | x11-plugins/noscript/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/noscript/files/digest-noscript-1.1.6.12 | 3 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.1.6.12.ebuild | 38 |
3 files changed, 4 insertions, 42 deletions
diff --git a/x11-plugins/noscript/ChangeLog b/x11-plugins/noscript/ChangeLog index 8669e5fe30c1..f95498d951e7 100644 --- a/x11-plugins/noscript/ChangeLog +++ b/x11-plugins/noscript/ChangeLog @@ -1,6 +1,9 @@ # 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.78 2007/12/09 15:53:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.79 2007/12/11 11:13:38 armin76 Exp $ + + 11 Dec 2007; Raúl Porcel <armin76@gentoo.org> -noscript-1.1.6.12.ebuild: + old *noscript-1.1.9 (09 Dec 2007) diff --git a/x11-plugins/noscript/files/digest-noscript-1.1.6.12 b/x11-plugins/noscript/files/digest-noscript-1.1.6.12 deleted file mode 100644 index bc43388a0507..000000000000 --- a/x11-plugins/noscript/files/digest-noscript-1.1.6.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6fe4e679232f8cd375b8bebf28150fb9 noscript-1.1.6.12.xpi 205542 -RMD160 f19be99f441e8b403007fed90b182367ab40b78e noscript-1.1.6.12.xpi 205542 -SHA256 6c2e2b607ba7e5a7a715417ebfc0cf41ebb4fe95b1a26bb15716577de0f92620 noscript-1.1.6.12.xpi 205542 diff --git a/x11-plugins/noscript/noscript-1.1.6.12.ebuild b/x11-plugins/noscript/noscript-1.1.6.12.ebuild deleted file mode 100644 index 22f8b21c3610..000000000000 --- a/x11-plugins/noscript/noscript-1.1.6.12.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.6.12.ebuild,v 1.3 2007/09/08 04:28:50 vapier 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 -} |