Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.2.8.2.ebuild ChangeLog v8-9999.ebuild
Date: Sun, 01 May 2011 16:55:12
Message-Id: 20110501165502.E776C20054@flycatcher.gentoo.org
1 grobian 11/05/01 16:55:02
2
3 Modified: v8-3.2.8.2.ebuild ChangeLog v8-9999.ebuild
4 Log:
5 Also import PATH for Prefix, bug #361089 by Asfand Yar Qazi
6
7 (Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.3 dev-lang/v8/v8-3.2.8.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild?r1=1.2&r2=1.3
15
16 Index: v8-3.2.8.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- v8-3.2.8.2.ebuild 19 Apr 2011 10:15:44 -0000 1.2
23 +++ v8-3.2.8.2.ebuild 1 May 2011 16:55:02 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild,v 1.2 2011/04/19 10:15:44 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.2.8.2.ebuild,v 1.3 2011/05/01 16:55:02 grobian Exp $
29
30 EAPI="2"
31
32 @@ -50,7 +50,7 @@
33 # To make tests work, we compile with sample=shell and visibility=default.
34 # For more info see http://groups.google.com/group/v8-users/browse_thread/thread/61ca70420e4476bc
35 # and http://groups.google.com/group/v8-users/browse_thread/thread/165f89728ed6f97d
36 - local myconf="library=shared soname=on sample=shell visibility=default importenv=\"LINKFLAGS\""
37 + local myconf="library=shared soname=on sample=shell visibility=default importenv=LINKFLAGS,PATH"
38
39 # Use target arch detection logic from bug #354601.
40 case ${CHOST} in
41
42
43
44 1.54 dev-lang/v8/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.54&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.54&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.53&r2=1.54
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
53 retrieving revision 1.53
54 retrieving revision 1.54
55 diff -u -r1.53 -r1.54
56 --- ChangeLog 27 Apr 2011 11:21:22 -0000 1.53
57 +++ ChangeLog 1 May 2011 16:55:02 -0000 1.54
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-lang/v8
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.53 2011/04/27 11:21:22 phajdan.jr Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.54 2011/05/01 16:55:02 grobian Exp $
63 +
64 + 01 May 2011; Fabian Groffen <grobian@g.o> v8-3.2.8.2.ebuild,
65 + v8-9999.ebuild:
66 + Also import PATH for Prefix, bug #361089 by Asfand Yar Qazi
67
68 *v8-3.1.8.12 (27 Apr 2011)
69
70
71
72
73 1.10 dev-lang/v8/v8-9999.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.10&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.10&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.9&r2=1.10
78
79 Index: v8-9999.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
82 retrieving revision 1.9
83 retrieving revision 1.10
84 diff -u -r1.9 -r1.10
85 --- v8-9999.ebuild 19 Apr 2011 10:15:44 -0000 1.9
86 +++ v8-9999.ebuild 1 May 2011 16:55:02 -0000 1.10
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.9 2011/04/19 10:15:44 phajdan.jr Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.10 2011/05/01 16:55:02 grobian Exp $
92
93 EAPI="2"
94
95 @@ -50,7 +50,7 @@
96 # To make tests work, we compile with sample=shell and visibility=default.
97 # For more info see http://groups.google.com/group/v8-users/browse_thread/thread/61ca70420e4476bc
98 # and http://groups.google.com/group/v8-users/browse_thread/thread/165f89728ed6f97d
99 - local myconf="library=shared sample=shell visibility=default importenv=\"LINKFLAGS\""
100 + local myconf="library=shared sample=shell visibility=default importenv=LINKFLAGS,PATH"
101
102 # Use target arch detection logic from bug #354601.
103 case ${CHOST} in