public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.1.8.3.ebuild noscript-1.1.5.07.ebuild noscript-1.1.4.5.061221.ebuild
@ 2007-12-03 21:57 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2007-12-03 21:57 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/03 21:57:58

  Modified:             ChangeLog
  Added:                noscript-1.1.8.3.ebuild
  Removed:              noscript-1.1.5.07.ebuild
                        noscript-1.1.4.5.061221.ebuild
  Log:
  Version bump, drop old
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.77                 x11-plugins/noscript/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	27 Nov 2007 22:50:16 -0000	1.76
+++ ChangeLog	3 Dec 2007 21:57:58 -0000	1.77
@@ -1,6 +1,13 @@
 # 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.76 2007/11/27 22:50:16 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.77 2007/12/03 21:57:58 armin76 Exp $
+
+*noscript-1.1.8.3 (03 Dec 2007)
+
+  03 Dec 2007; Raúl Porcel <armin76@gentoo.org>
+  -noscript-1.1.4.5.061221.ebuild, -noscript-1.1.5.07.ebuild,
+  +noscript-1.1.8.3.ebuild:
+  Version bump, drop old
 
   27 Nov 2007; Stuart Longland <redhatter@gentoo.org> noscript-1.1.7.2.ebuild:
   Tested and working on MIPS -- marked stable



1.1                  x11-plugins/noscript/noscript-1.1.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.1.8.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/noscript/noscript-1.1.8.3.ebuild?rev=1.1&content-type=text/plain

Index: noscript-1.1.8.3.ebuild
===================================================================
# 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.3.ebuild,v 1.1 2007/12/03 21:57:58 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
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-03 21:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03 21:57 [gentoo-commits] gentoo-x86 commit in x11-plugins/noscript: ChangeLog noscript-1.1.8.3.ebuild noscript-1.1.5.07.ebuild noscript-1.1.4.5.061221.ebuild Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox