Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/noscript: noscript-1.9.8.86.ebuild ChangeLog
Date: Wed, 04 Nov 2009 00:03:14
Message-Id: E1N5TLD-000654-PT@stork.gentoo.org
1 anarchy 09/11/04 00:03:11
2
3 Modified: noscript-1.9.8.86.ebuild ChangeLog
4 Log:
5 update to support icecat bug #291458
6 (Portage version: 2.1.7.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 www-plugins/noscript/noscript-1.9.8.86.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/noscript/noscript-1.9.8.86.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/noscript/noscript-1.9.8.86.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/noscript/noscript-1.9.8.86.ebuild?r1=1.1&r2=1.2
14
15 Index: noscript-1.9.8.86.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/noscript/noscript-1.9.8.86.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- noscript-1.9.8.86.ebuild 16 Sep 2009 18:12:44 -0000 1.1
22 +++ noscript-1.9.8.86.ebuild 4 Nov 2009 00:03:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/noscript/noscript-1.9.8.86.ebuild,v 1.1 2009/09/16 18:12:44 volkmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/noscript/noscript-1.9.8.86.ebuild,v 1.2 2009/11/04 00:03:11 anarchy Exp $
28
29 inherit mozextension multilib
30
31 @@ -19,6 +19,7 @@
32 >=www-client/mozilla-firefox-bin-1.5
33 >=www-client/seamonkey-1.1
34 >=www-client/seamonkey-bin-1.1
35 + >=www-client/icecat-3.5
36 )"
37 DEPEND="${RDEPEND}"
38
39 @@ -55,6 +56,12 @@
40 xpi_install "${WORKDIR}/${P}"
41 mozillas="$(best_version www-client/seamonkey-bin) ${mozillas}"
42 fi
43 + if has_version '>=www-client/icecat-3.5'; then
44 + MOZILLA_FIVE_HOME="/usr/$(get_libdir)/icecat"
45 + xpi_install "${WORKDIR}/${P}"
46 + mozillas="$(best_version www-client/icecat) ${mozillas}"
47 + fi
48 +
49 }
50
51 pkg_postinst() {
52
53
54
55 1.8 www-plugins/noscript/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/noscript/ChangeLog?rev=1.8&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/noscript/ChangeLog?rev=1.8&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-plugins/noscript/ChangeLog?r1=1.7&r2=1.8
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/www-plugins/noscript/ChangeLog,v
64 retrieving revision 1.7
65 retrieving revision 1.8
66 diff -u -r1.7 -r1.8
67 --- ChangeLog 19 Oct 2009 11:03:17 -0000 1.7
68 +++ ChangeLog 4 Nov 2009 00:03:11 -0000 1.8
69 @@ -1,6 +1,9 @@
70 # ChangeLog for www-plugins/noscript
71 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/noscript/ChangeLog,v 1.7 2009/10/19 11:03:17 ssuominen Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/noscript/ChangeLog,v 1.8 2009/11/04 00:03:11 anarchy Exp $
74 +
75 + 04 Nov 2009; Jory A. Pratt <anarchy@g.o> noscript-1.9.8.86.ebuild:
76 + update noscript-1.9.8.86 to support icecat
77
78 19 Oct 2009; Samuli Suominen <ssuominen@g.o>
79 noscript-1.9.6.6.ebuild: