Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.9.24.1.ebuild v8-9999.ebuild v8-3.9.23.ebuild v8-3.8.9.16.ebuild ChangeLog
Date: Wed, 04 Apr 2012 01:01:29
Message-Id: 20120404010110.36B782004B@flycatcher.gentoo.org
1 floppym 12/04/04 01:01:10
2
3 Modified: v8-3.9.24.1.ebuild v8-9999.ebuild v8-3.9.23.ebuild
4 v8-3.8.9.16.ebuild ChangeLog
5 Log:
6 Remove pkg_pretend check. Most people should be on gcc-4.5.3 by now.
7
8 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-lang/v8/v8-3.9.24.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild?r1=1.2&r2=1.3
16
17 Index: v8-3.9.24.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- v8-3.9.24.1.ebuild 3 Apr 2012 11:30:53 -0000 1.2
24 +++ v8-3.9.24.1.ebuild 4 Apr 2012 01:01:10 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild,v 1.2 2012/04/03 11:30:53 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild,v 1.3 2012/04/04 01:01:10 floppym Exp $
30
31 EAPI="4"
32
33 @@ -17,15 +17,6 @@
34 KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
35 IUSE=""
36
37 -pkg_pretend() {
38 - local gccver=$(gcc-fullversion)
39 - if [[ ${gccver} = 4.5.2 ]]; then
40 - eerror "The currently selected version of gcc is known to segfault when building this"
41 - eerror "version of V8. Please use at least gcc-4.5.3."
42 - die "gcc-${gccver} detected."
43 - fi
44 -}
45 -
46 pkg_setup() {
47 python_set_active_version 2
48 python_pkg_setup
49
50
51
52 1.26 dev-lang/v8/v8-9999.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.26&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.26&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.25&r2=1.26
57
58 Index: v8-9999.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
61 retrieving revision 1.25
62 retrieving revision 1.26
63 diff -u -r1.25 -r1.26
64 --- v8-9999.ebuild 27 Feb 2012 15:19:30 -0000 1.25
65 +++ v8-9999.ebuild 4 Apr 2012 01:01:10 -0000 1.26
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2012 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.25 2012/02/27 15:19:30 phajdan.jr Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.26 2012/04/04 01:01:10 floppym Exp $
71
72 EAPI="4"
73
74 @@ -17,15 +17,6 @@
75 KEYWORDS=""
76 IUSE=""
77
78 -pkg_pretend() {
79 - local gccver=$(gcc-fullversion)
80 - if [[ ${gccver} = 4.5.2 ]]; then
81 - eerror "The currently selected version of gcc is known to segfault when building this"
82 - eerror "version of V8. Please use at least gcc-4.5.3."
83 - die "gcc-${gccver} detected."
84 - fi
85 -}
86 -
87 pkg_setup() {
88 python_set_active_version 2
89 python_pkg_setup
90
91
92
93 1.3 dev-lang/v8/v8-3.9.23.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild?rev=1.3&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild?rev=1.3&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild?r1=1.2&r2=1.3
98
99 Index: v8-3.9.23.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild,v
102 retrieving revision 1.2
103 retrieving revision 1.3
104 diff -u -r1.2 -r1.3
105 --- v8-3.9.23.ebuild 3 Apr 2012 11:30:53 -0000 1.2
106 +++ v8-3.9.23.ebuild 4 Apr 2012 01:01:10 -0000 1.3
107 @@ -1,6 +1,6 @@
108 # Copyright 1999-2012 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild,v 1.2 2012/04/03 11:30:53 grobian Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild,v 1.3 2012/04/04 01:01:10 floppym Exp $
112
113 EAPI="4"
114
115 @@ -17,15 +17,6 @@
116 KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
117 IUSE=""
118
119 -pkg_pretend() {
120 - local gccver=$(gcc-fullversion)
121 - if [[ ${gccver} = 4.5.2 ]]; then
122 - eerror "The currently selected version of gcc is known to segfault when building this"
123 - eerror "version of V8. Please use at least gcc-4.5.3."
124 - die "gcc-${gccver} detected."
125 - fi
126 -}
127 -
128 pkg_setup() {
129 python_set_active_version 2
130 python_pkg_setup
131
132
133
134 1.5 dev-lang/v8/v8-3.8.9.16.ebuild
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.8.9.16.ebuild?rev=1.5&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.8.9.16.ebuild?rev=1.5&content-type=text/plain
138 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.8.9.16.ebuild?r1=1.4&r2=1.5
139
140 Index: v8-3.8.9.16.ebuild
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.8.9.16.ebuild,v
143 retrieving revision 1.4
144 retrieving revision 1.5
145 diff -u -r1.4 -r1.5
146 --- v8-3.8.9.16.ebuild 31 Mar 2012 06:59:36 -0000 1.4
147 +++ v8-3.8.9.16.ebuild 4 Apr 2012 01:01:10 -0000 1.5
148 @@ -1,6 +1,6 @@
149 # Copyright 1999-2012 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.8.9.16.ebuild,v 1.4 2012/03/31 06:59:36 grobian Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.8.9.16.ebuild,v 1.5 2012/04/04 01:01:10 floppym Exp $
153
154 EAPI="4"
155
156 @@ -17,15 +17,6 @@
157 KEYWORDS="amd64 x86 ~x64-macos ~x86-macos"
158 IUSE=""
159
160 -pkg_pretend() {
161 - local gccver=$(gcc-fullversion)
162 - if [[ ${gccver} = 4.5.2 ]]; then
163 - eerror "The currently selected version of gcc is known to segfault when building this"
164 - eerror "version of V8. Please use at least gcc-4.5.3."
165 - die "gcc-${gccver} detected."
166 - fi
167 -}
168 -
169 pkg_setup() {
170 python_set_active_version 2
171 python_pkg_setup
172
173
174
175 1.161 dev-lang/v8/ChangeLog
176
177 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.161&view=markup
178 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.161&content-type=text/plain
179 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.160&r2=1.161
180
181 Index: ChangeLog
182 ===================================================================
183 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
184 retrieving revision 1.160
185 retrieving revision 1.161
186 diff -u -r1.160 -r1.161
187 --- ChangeLog 3 Apr 2012 11:30:53 -0000 1.160
188 +++ ChangeLog 4 Apr 2012 01:01:10 -0000 1.161
189 @@ -1,6 +1,10 @@
190 # ChangeLog for dev-lang/v8
191 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
192 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.160 2012/04/03 11:30:53 grobian Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.161 2012/04/04 01:01:10 floppym Exp $
194 +
195 + 04 Apr 2012; Mike Gilbert <floppym@g.o> v8-3.8.9.16.ebuild,
196 + v8-3.9.23.ebuild, v8-3.9.24.1.ebuild, v8-9999.ebuild:
197 + Remove pkg_pretend check. Most people should be on gcc-4.5.3 by now.
198
199 03 Apr 2012; Fabian Groffen <grobian@g.o> v8-3.9.23.ebuild,
200 v8-3.9.24.1.ebuild: