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 v8-3.0.0.1.ebuild v8-2.5.9.1.ebuild ChangeLog v8-2.4.9.14.ebuild v8-2.4.9.13.ebuild
Date: Fri, 31 Dec 2010 16:34:45
Message-Id: 20101231163435.B87FA20054@flycatcher.gentoo.org
1 phajdan.jr 10/12/31 16:34:35
2
3 Modified: v8-9999.ebuild v8-3.0.0.1.ebuild v8-2.5.9.1.ebuild
4 ChangeLog v8-2.4.9.14.ebuild
5 Removed: v8-2.4.9.13.ebuild
6 Log:
7 Fix build, bug #349794 by flameeyes. Used patch by Mike Gilbert <floppymaster@×××××.com>.
8
9 (Portage version: 2.1.9.25/cvs/Linux i686)
10
11 Revision Changes Path
12 1.2 dev-lang/v8/v8-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.1&r2=1.2
17
18 Index: v8-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- v8-9999.ebuild 14 Dec 2010 15:54:38 -0000 1.1
25 +++ v8-9999.ebuild 31 Dec 2010 16:34:35 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2010 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.1 2010/12/14 15:54:38 phajdan.jr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $
31
32 EAPI="2"
33
34 @@ -34,6 +34,9 @@
35 # Respect the user's CFLAGS, including the optimization level.
36 epatch "${FILESDIR}"/${PN}-no-O3-r0.patch
37
38 + # Fix a compile error (bug #349794), to be upstreamed.
39 + epatch "${FILESDIR}"/${PN}-gentoo-bug-349794-r0.patch
40 +
41 # Remove a test that is known to fail:
42 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
43 rm test/mjsunit/debug-script.js || die
44
45
46
47 1.2 dev-lang/v8/v8-3.0.0.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild?r1=1.1&r2=1.2
52
53 Index: v8-3.0.0.1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- v8-3.0.0.1.ebuild 18 Dec 2010 08:58:50 -0000 1.1
60 +++ v8-3.0.0.1.ebuild 31 Dec 2010 16:34:35 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2010 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild,v 1.1 2010/12/18 08:58:50 phajdan.jr Exp $
65 +# $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 $
66
67 EAPI="2"
68
69 @@ -34,6 +34,9 @@
70 # Respect the user's CFLAGS, including the optimization level.
71 epatch "${FILESDIR}"/${PN}-no-O3-r0.patch
72
73 + # Fix a compile error (bug #349794), to be upstreamed.
74 + epatch "${FILESDIR}"/${PN}-gentoo-bug-349794-r0.patch
75 +
76 # Remove a test that is known to fail:
77 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
78 rm test/mjsunit/debug-script.js || die
79
80
81
82 1.2 dev-lang/v8/v8-2.5.9.1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild?r1=1.1&r2=1.2
87
88 Index: v8-2.5.9.1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- v8-2.5.9.1.ebuild 2 Dec 2010 10:09:16 -0000 1.1
95 +++ v8-2.5.9.1.ebuild 31 Dec 2010 16:34:35 -0000 1.2
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild,v 1.1 2010/12/02 10:09:16 phajdan.jr Exp $
100 +# $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 $
101
102 EAPI="2"
103
104 @@ -34,6 +34,9 @@
105 # Respect the user's CFLAGS, including the optimization level.
106 epatch "${FILESDIR}"/${PN}-no-O3-r0.patch
107
108 + # Fix a compile error (bug #349794), to be upstreamed.
109 + epatch "${FILESDIR}"/${PN}-gentoo-bug-349794-r0.patch
110 +
111 # Remove a test that is known to fail:
112 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
113 rm test/mjsunit/debug-script.js || die
114
115
116
117 1.20 dev-lang/v8/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.20&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.20&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.19&r2=1.20
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
126 retrieving revision 1.19
127 retrieving revision 1.20
128 diff -u -r1.19 -r1.20
129 --- ChangeLog 18 Dec 2010 08:58:50 -0000 1.19
130 +++ ChangeLog 31 Dec 2010 16:34:35 -0000 1.20
131 @@ -1,6 +1,12 @@
132 # ChangeLog for dev-lang/v8
133 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.19 2010/12/18 08:58:50 phajdan.jr Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.20 2010/12/31 16:34:35 phajdan.jr Exp $
136 +
137 + 31 Dec 2010; Pawel Hajdan jr <phajdan.jr@g.o> -v8-2.4.9.13.ebuild,
138 + v8-2.4.9.14.ebuild, v8-2.5.9.1.ebuild, v8-3.0.0.1.ebuild, v8-9999.ebuild,
139 + +files/v8-gentoo-bug-349794-r0.patch:
140 + Fix build, bug #349794 by flameeyes. Used patch by Mike Gilbert
141 + <floppymaster@×××××.com>.
142
143 *v8-3.0.0.1 (18 Dec 2010)
144
145
146
147
148 1.2 dev-lang/v8/v8-2.4.9.14.ebuild
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild?rev=1.2&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild?rev=1.2&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild?r1=1.1&r2=1.2
153
154 Index: v8-2.4.9.14.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild,v
157 retrieving revision 1.1
158 retrieving revision 1.2
159 diff -u -r1.1 -r1.2
160 --- v8-2.4.9.14.ebuild 10 Dec 2010 17:08:38 -0000 1.1
161 +++ v8-2.4.9.14.ebuild 31 Dec 2010 16:34:35 -0000 1.2
162 @@ -1,6 +1,6 @@
163 # Copyright 1999-2010 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild,v 1.1 2010/12/10 17:08:38 phajdan.jr Exp $
166 +# $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 $
167
168 EAPI="2"
169
170 @@ -34,6 +34,9 @@
171 # Respect the user's CFLAGS, including the optimization level.
172 epatch "${FILESDIR}"/${PN}-no-O3-r0.patch
173
174 + # Fix a compile error (bug #349794), to be upstreamed.
175 + epatch "${FILESDIR}"/${PN}-gentoo-bug-349794-r0.patch
176 +
177 # Remove a test that is known to fail:
178 # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06
179 rm test/mjsunit/debug-script.js || die