Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-9999.ebuild ChangeLog v8-3.0.0.1.ebuild v8-2.4.9.14.ebuild v8-2.5.9.1.ebuild
Date: Sun, 02 Jan 2011 15:51:48
Message-Id: 20110102155135.0042A20054@flycatcher.gentoo.org
1 phajdan.jr 11/01/02 15:51:34
2
3 Modified: v8-9999.ebuild ChangeLog v8-3.0.0.1.ebuild
4 v8-2.4.9.14.ebuild v8-2.5.9.1.ebuild
5 Log:
6 Remove a test that behaves differently depending on FEATURES="userpriv", bug #348558 by patrick, root cause identified by Mike Gilbert <floppymaster@×××××.com>.
7
8 (Portage version: 2.1.9.25/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 dev-lang/v8/v8-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.2&r2=1.3
16
17 Index: v8-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- v8-9999.ebuild 31 Dec 2010 16:34:35 -0000 1.2
24 +++ v8-9999.ebuild 2 Jan 2011 15:51:34 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $
31
32 EAPI="2"
33
34 @@ -40,6 +40,10 @@
35 # Remove a test that is known to fail:
36 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
37 rm test/mjsunit/debug-script.js || die
38 +
39 + # Remove a test that behaves differently depending on FEATURES="userpriv",
40 + # see bug #348558.
41 + rm test/mjsunit/d8-os.js || die
42 }
43
44 src_configure() {
45
46
47
48 1.21 dev-lang/v8/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.21&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.21&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.20&r2=1.21
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
57 retrieving revision 1.20
58 retrieving revision 1.21
59 diff -u -r1.20 -r1.21
60 --- ChangeLog 31 Dec 2010 16:34:35 -0000 1.20
61 +++ ChangeLog 2 Jan 2011 15:51:34 -0000 1.21
62 @@ -1,6 +1,12 @@
63 # ChangeLog for dev-lang/v8
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.20 2010/12/31 16:34:35 phajdan.jr Exp $
66 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.21 2011/01/02 15:51:34 phajdan.jr Exp $
68 +
69 + 02 Jan 2011; Pawel Hajdan jr <phajdan.jr@g.o> v8-2.4.9.14.ebuild,
70 + v8-2.5.9.1.ebuild, v8-3.0.0.1.ebuild, v8-9999.ebuild:
71 + Remove a test that behaves differently depending on FEATURES="userpriv",
72 + bug #348558 by patrick, root cause identified by Mike Gilbert
73 + <floppymaster@×××××.com>.
74
75 31 Dec 2010; Pawel Hajdan jr <phajdan.jr@g.o> -v8-2.4.9.13.ebuild,
76 v8-2.4.9.14.ebuild, v8-2.5.9.1.ebuild, v8-3.0.0.1.ebuild, v8-9999.ebuild,
77
78
79
80 1.3 dev-lang/v8/v8-3.0.0.1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild?r1=1.2&r2=1.3
85
86 Index: v8-3.0.0.1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- v8-3.0.0.1.ebuild 31 Dec 2010 16:34:35 -0000 1.2
93 +++ v8-3.0.0.1.ebuild 2 Jan 2011 15:51:34 -0000 1.3
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2010 Gentoo Foundation
96 +# Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $
100
101 EAPI="2"
102
103 @@ -40,6 +40,10 @@
104 # Remove a test that is known to fail:
105 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
106 rm test/mjsunit/debug-script.js || die
107 +
108 + # Remove a test that behaves differently depending on FEATURES="userpriv",
109 + # see bug #348558.
110 + rm test/mjsunit/d8-os.js || die
111 }
112
113 src_configure() {
114
115
116
117 1.3 dev-lang/v8/v8-2.4.9.14.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild?rev=1.3&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild?rev=1.3&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild?r1=1.2&r2=1.3
122
123 Index: v8-2.4.9.14.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild,v
126 retrieving revision 1.2
127 retrieving revision 1.3
128 diff -u -r1.2 -r1.3
129 --- v8-2.4.9.14.ebuild 31 Dec 2010 16:34:35 -0000 1.2
130 +++ v8-2.4.9.14.ebuild 2 Jan 2011 15:51:34 -0000 1.3
131 @@ -1,6 +1,6 @@
132 -# Copyright 1999-2010 Gentoo Foundation
133 +# Copyright 1999-2011 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $
137
138 EAPI="2"
139
140 @@ -40,6 +40,10 @@
141 # Remove a test that is known to fail:
142 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
143 rm test/mjsunit/debug-script.js || die
144 +
145 + # Remove a test that behaves differently depending on FEATURES="userpriv",
146 + # see bug #348558.
147 + rm test/mjsunit/d8-os.js || die
148 }
149
150 src_configure() {
151
152
153
154 1.3 dev-lang/v8/v8-2.5.9.1.ebuild
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild?rev=1.3&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild?rev=1.3&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild?r1=1.2&r2=1.3
159
160 Index: v8-2.5.9.1.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild,v
163 retrieving revision 1.2
164 retrieving revision 1.3
165 diff -u -r1.2 -r1.3
166 --- v8-2.5.9.1.ebuild 31 Dec 2010 16:34:35 -0000 1.2
167 +++ v8-2.5.9.1.ebuild 2 Jan 2011 15:51:34 -0000 1.3
168 @@ -1,6 +1,6 @@
169 -# Copyright 1999-2010 Gentoo Foundation
170 +# Copyright 1999-2011 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $
174
175 EAPI="2"
176
177 @@ -40,6 +40,10 @@
178 # Remove a test that is known to fail:
179 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
180 rm test/mjsunit/debug-script.js || die
181 +
182 + # Remove a test that behaves differently depending on FEATURES="userpriv",
183 + # see bug #348558.
184 + rm test/mjsunit/d8-os.js || die
185 }
186
187 src_configure() {