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.13.3.1.ebuild
Date: Wed, 29 Aug 2012 17:13:42
Message-Id: 20120829171326.D2BF520B77@flycatcher.gentoo.org
1 phajdan.jr 12/08/29 17:13:26
2
3 Modified: v8-9999.ebuild ChangeLog v8-3.13.3.1.ebuild
4 Log:
5 Recognize hardfp on arm, bug #429298 by Till Crueger.
6
7 (Portage version: 2.1.11.9/cvs/Linux i686)
8
9 Revision Changes Path
10 1.32 dev-lang/v8/v8-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.31&r2=1.32
15
16 Index: v8-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- v8-9999.ebuild 28 Jul 2012 20:25:57 -0000 1.31
23 +++ v8-9999.ebuild 29 Aug 2012 17:13:26 -0000 1.32
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.31 2012/07/28 20:25:57 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.32 2012/08/29 17:13:26 phajdan.jr Exp $
29
30 EAPI="4"
31
32 @@ -32,6 +32,8 @@
33 tc-export AR CC CXX RANLIB
34 export LINK=${CXX}
35
36 + local hardfp=off
37 +
38 # Use target arch detection logic from bug #354601.
39 case ${CHOST} in
40 i?86-*) myarch=ia32 ;;
41 @@ -41,6 +43,9 @@
42 else
43 myarch=x64
44 fi ;;
45 + arm*-hardfloat-*)
46 + hardfp=on
47 + myarch=arm ;;
48 arm*-*) myarch=arm ;;
49 *) die "Unrecognized CHOST: ${CHOST}"
50 esac
51 @@ -60,6 +65,7 @@
52 werror=no \
53 soname_version=${soname_version} \
54 snapshot=${snapshot} \
55 + hardfp=${hardfp} \
56 ${mytarget} || die
57
58 pax-mark m out/${mytarget}/{cctest,d8,shell} || die
59
60
61
62 1.226 dev-lang/v8/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.226&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.226&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.225&r2=1.226
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
71 retrieving revision 1.225
72 retrieving revision 1.226
73 diff -u -r1.225 -r1.226
74 --- ChangeLog 28 Aug 2012 16:19:09 -0000 1.225
75 +++ ChangeLog 29 Aug 2012 17:13:26 -0000 1.226
76 @@ -1,6 +1,10 @@
77 # ChangeLog for dev-lang/v8
78 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.225 2012/08/28 16:19:09 floppym Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.226 2012/08/29 17:13:26 phajdan.jr Exp $
81 +
82 + 29 Aug 2012; Pawel Hajdan jr <phajdan.jr@g.o>
83 + +files/v8-makefile-hardfp-r0.patch, v8-3.13.3.1.ebuild, v8-9999.ebuild:
84 + Recognize hardfp on arm, bug #429298 by Till Crueger.
85
86 *v8-3.13.3.1 (28 Aug 2012)
87
88
89
90
91 1.2 dev-lang/v8/v8-3.13.3.1.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.13.3.1.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.13.3.1.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.13.3.1.ebuild?r1=1.1&r2=1.2
96
97 Index: v8-3.13.3.1.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.13.3.1.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- v8-3.13.3.1.ebuild 28 Aug 2012 16:19:09 -0000 1.1
104 +++ v8-3.13.3.1.ebuild 29 Aug 2012 17:13:26 -0000 1.2
105 @@ -1,6 +1,6 @@
106 # Copyright 1999-2012 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.13.3.1.ebuild,v 1.1 2012/08/28 16:19:09 floppym Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.13.3.1.ebuild,v 1.2 2012/08/29 17:13:26 phajdan.jr Exp $
110
111 EAPI="4"
112
113 @@ -24,12 +24,15 @@
114
115 src_prepare() {
116 epatch "${FILESDIR}"/${PN}-3.10.8.10-freebsd9.patch
117 + epatch "${FILESDIR}"/${PN}-makefile-hardfp-r0.patch
118 }
119
120 src_compile() {
121 tc-export AR CC CXX RANLIB
122 export LINK=${CXX}
123
124 + local hardfp=off
125 +
126 # Use target arch detection logic from bug #354601.
127 case ${CHOST} in
128 i?86-*) myarch=ia32 ;;
129 @@ -39,6 +42,9 @@
130 else
131 myarch=x64
132 fi ;;
133 + arm*-hardfloat-*)
134 + hardfp=on
135 + myarch=arm ;;
136 arm*-*) myarch=arm ;;
137 *) die "Unrecognized CHOST: ${CHOST}"
138 esac
139 @@ -57,6 +63,7 @@
140 werror=no \
141 soname_version=${soname_version} \
142 snapshot=${snapshot} \
143 + hardfp=${hardfp} \
144 ${mytarget} || die
145
146 pax-mark m out/${mytarget}/{cctest,d8,shell} || die