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-client/seamonkey: metadata.xml ChangeLog seamonkey-2.0_beta2.ebuild
Date: Mon, 28 Sep 2009 03:56:23
Message-Id: E1Ms7LZ-000251-Pr@stork.gentoo.org
1 anarchy 09/09/28 03:56:21
2
3 Modified: metadata.xml ChangeLog seamonkey-2.0_beta2.ebuild
4 Log:
5 fix unstated flag "restrict-javascript" thanks Mr_Bones_
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 www-client/seamonkey/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/metadata.xml?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/metadata.xml?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/metadata.xml?r1=1.3&r2=1.4
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/metadata.xml,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- metadata.xml 25 Sep 2009 01:35:11 -0000 1.3
22 +++ metadata.xml 28 Sep 2009 03:56:21 -0000 1.4
23 @@ -16,5 +16,8 @@
24 instance data, and user interface</flag>
25 <flag name='custom-optimization'>Fine-tune custom compiler
26 optimizations</flag>
27 + <flag name='restrict-javascript'>Pull in <pkg>www-plugins/noscript</pkg>
28 + extension to disable javascript globally, putting the user full$
29 + control of the sites he/she visits</flag>
30 </use>
31 </pkgmetadata>
32
33
34
35 1.197 www-client/seamonkey/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.197&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/ChangeLog?rev=1.197&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/ChangeLog?r1=1.196&r2=1.197
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v
44 retrieving revision 1.196
45 retrieving revision 1.197
46 diff -u -r1.196 -r1.197
47 --- ChangeLog 25 Sep 2009 01:35:11 -0000 1.196
48 +++ ChangeLog 28 Sep 2009 03:56:21 -0000 1.197
49 @@ -1,6 +1,10 @@
50 # ChangeLog for www-client/seamonkey
51 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.196 2009/09/25 01:35:11 anarchy Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.197 2009/09/28 03:56:21 anarchy Exp $
54 +
55 + 28 Sep 2009; Jory A. Pratt <anarchy@g.o>
56 + seamonkey-2.0_beta2.ebuild, metadata.xml:
57 + fix unstated flag "restrict-javascript" thanks Mr_Bones_
58
59 *seamonkey-2.0_beta2 (25 Sep 2009)
60
61
62
63
64 1.2 www-client/seamonkey/seamonkey-2.0_beta2.ebuild
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/seamonkey-2.0_beta2.ebuild?rev=1.2&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/seamonkey-2.0_beta2.ebuild?rev=1.2&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey/seamonkey-2.0_beta2.ebuild?r1=1.1&r2=1.2
69
70 Index: seamonkey-2.0_beta2.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0_beta2.ebuild,v
73 retrieving revision 1.1
74 retrieving revision 1.2
75 diff -u -r1.1 -r1.2
76 --- seamonkey-2.0_beta2.ebuild 25 Sep 2009 01:35:11 -0000 1.1
77 +++ seamonkey-2.0_beta2.ebuild 28 Sep 2009 03:56:21 -0000 1.2
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2009 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0_beta2.ebuild,v 1.1 2009/09/25 01:35:11 anarchy Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0_beta2.ebuild,v 1.2 2009/09/28 03:56:21 anarchy Exp $
83
84 EAPI="2"
85 WANT_AUTOCONF="2.1"
86 @@ -21,7 +21,7 @@
87 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
88 SLOT="0"
89 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
90 -IUSE="java ldap mozdevelop moznocompose moznoirc moznomail moznoroaming sqlite"
91 +IUSE="java ldap mozdevelop moznocompose moznoirc moznomail moznoroaming sqlite restrict-javascript"
92
93 REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases"
94 SRC_URI="${REL_URI}/${MY_PV}/source/${MY_P}.source.tar.bz2
95 @@ -57,7 +57,7 @@
96 dev-util/pkgconfig
97 java? ( >=dev-java/java-config-0.2.0 )"
98
99 -PDEPEND="restrict-javascript? ( www-plugins/noscript )"
100 +PDEPEND="restrict-javascript? ( >=www-plugins/noscript-1.9.6.6 )"
101
102 S="${WORKDIR}/comm-central"