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-9999.ebuild v8-3.11.10.12.ebuild ChangeLog
Date: Mon, 02 Jul 2012 17:13:25
Message-Id: 20120702171305.26D182004B@flycatcher.gentoo.org
1 grobian 12/07/02 17:13:05
2
3 Modified: v8-9999.ebuild v8-3.11.10.12.ebuild ChangeLog
4 Log:
5 Dropped darwin-arch patch, latest gcc-apple now handles this. Set mac_deployment_target in GYPFLAGS for upstream bug 2151.
6
7 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.29 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.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.28&r2=1.29
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.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- v8-9999.ebuild 26 May 2012 10:10:50 -0000 1.28
23 +++ v8-9999.ebuild 2 Jul 2012 17:13:05 -0000 1.29
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.28 2012/05/26 10:10:50 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.29 2012/07/02 17:13:05 grobian Exp $
29
30 EAPI="4"
31
32 @@ -28,14 +28,6 @@
33 make dependencies || die
34 }
35
36 -src_prepare() {
37 - # strip unsupported -arch (in Prefix) for OSX, e.g. bug #417401
38 - epatch "${FILESDIR}"/${PN}-3.10.8.10-darwin-arch.patch
39 - # make sure we don't target an anchient version of OSX
40 - # issue http://code.google.com/p/v8/issues/detail?id=2151
41 - #sed -i -e "/MACOSX_DEPLOYMENT_TARGET/d" build/standalone.gypi || die
42 -}
43 -
44 src_compile() {
45 tc-export AR CC CXX RANLIB
46
47 @@ -63,6 +55,7 @@
48 # http://code.google.com/p/v8/issues/detail?id=1781
49
50 emake V=1 \
51 + GYPFLAGS="-Dmac_deployment_target=${MACOSX_DEPLOYMENT_TARGET}" \
52 library=shared \
53 werror=no \
54 soname_version=${soname_version} \
55
56
57
58 1.2 dev-lang/v8/v8-3.11.10.12.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.11.10.12.ebuild?rev=1.2&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.11.10.12.ebuild?rev=1.2&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.11.10.12.ebuild?r1=1.1&r2=1.2
63
64 Index: v8-3.11.10.12.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.11.10.12.ebuild,v
67 retrieving revision 1.1
68 retrieving revision 1.2
69 diff -u -r1.1 -r1.2
70 --- v8-3.11.10.12.ebuild 26 Jun 2012 04:04:03 -0000 1.1
71 +++ v8-3.11.10.12.ebuild 2 Jul 2012 17:13:05 -0000 1.2
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2012 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.11.10.12.ebuild,v 1.1 2012/06/26 04:04:03 floppym Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.11.10.12.ebuild,v 1.2 2012/07/02 17:13:05 grobian Exp $
77
78 EAPI="4"
79
80 @@ -23,11 +23,6 @@
81 }
82
83 src_prepare() {
84 - # strip unsupported -arch (in Prefix) for OSX, e.g. bug #417401
85 - epatch "${FILESDIR}"/${PN}-3.10.8.10-darwin-arch.patch
86 - # make sure we don't target an anchient version of OSX
87 - # issue http://code.google.com/p/v8/issues/detail?id=2151
88 - #sed -i -e "/MACOSX_DEPLOYMENT_TARGET/d" build/standalone.gypi || die
89 epatch "${FILESDIR}"/${PN}-3.10.8.10-freebsd9.patch
90 }
91
92
93
94
95 1.203 dev-lang/v8/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.203&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.203&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.202&r2=1.203
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
104 retrieving revision 1.202
105 retrieving revision 1.203
106 diff -u -r1.202 -r1.203
107 --- ChangeLog 28 Jun 2012 09:04:10 -0000 1.202
108 +++ ChangeLog 2 Jul 2012 17:13:05 -0000 1.203
109 @@ -1,6 +1,11 @@
110 # ChangeLog for dev-lang/v8
111 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.202 2012/06/28 09:04:10 ago Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.203 2012/07/02 17:13:05 grobian Exp $
114 +
115 + 02 Jul 2012; Fabian Groffen <grobian@g.o> v8-3.11.10.12.ebuild,
116 + v8-9999.ebuild:
117 + Dropped darwin-arch patch, latest gcc-apple now handles this. Set
118 + mac_deployment_target in GYPFLAGS for upstream bug 2151.
119
120 28 Jun 2012; Agostino Sarubbo <ago@g.o> -v8-3.10.8.18.ebuild,
121 -v8-3.9.24.28.ebuild, -v8-3.9.24.29.ebuild: