diff options
author | 2008-04-09 11:35:32 +0000 | |
---|---|---|
committer | 2008-04-09 11:35:32 +0000 | |
commit | 98d68c94c3ff6ceafb09165a772dc6eb72f93fad (patch) | |
tree | 775a655026cf29861bf6cf4dd99417c023742e59 /x11-plugins | |
parent | Version bump to 2008.04.07. (diff) | |
download | gentoo-2-98d68c94c3ff6ceafb09165a772dc6eb72f93fad.tar.gz gentoo-2-98d68c94c3ff6ceafb09165a772dc6eb72f93fad.tar.bz2 gentoo-2-98d68c94c3ff6ceafb09165a772dc6eb72f93fad.zip |
1.5.8 SRC_URI gives 404, remove
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/noscript/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.5.8.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/x11-plugins/noscript/ChangeLog b/x11-plugins/noscript/ChangeLog index 505eb8c20650..c047441e7a64 100644 --- a/x11-plugins/noscript/ChangeLog +++ b/x11-plugins/noscript/ChangeLog @@ -1,6 +1,9 @@ # 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.99 2008/04/08 09:03:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.100 2008/04/09 11:35:32 armin76 Exp $ + + 09 Apr 2008; Raúl Porcel <armin76@gentoo.org> -noscript-1.5.8.ebuild: + 1.5.8 SRC_URI gives 404, remove *noscript-1.5.8 (08 Apr 2008) diff --git a/x11-plugins/noscript/noscript-1.5.8.ebuild b/x11-plugins/noscript/noscript-1.5.8.ebuild deleted file mode 100644 index a5d2ff10aa7a..000000000000 --- a/x11-plugins/noscript/noscript-1.5.8.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.8.ebuild,v 1.1 2008/04/08 09:03:59 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 -} |