Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.10.8.10.ebuild v8-3.11.3.ebuild ChangeLog
Date: Tue, 29 May 2012 08:55:43
Message-Id: 20120529085533.6DE652004C@flycatcher.gentoo.org
1 naota 12/05/29 08:55:33
2
3 Modified: v8-3.10.8.10.ebuild v8-3.11.3.ebuild ChangeLog
4 Log:
5 Add freebsd9 support patch. #407383
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-lang/v8/v8-3.10.8.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.10.8.10.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.10.8.10.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.10.8.10.ebuild?r1=1.2&r2=1.3
15
16 Index: v8-3.10.8.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.10.8.10.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- v8-3.10.8.10.ebuild 26 May 2012 10:10:50 -0000 1.2
23 +++ v8-3.10.8.10.ebuild 29 May 2012 08:55:33 -0000 1.3
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-3.10.8.10.ebuild,v 1.2 2012/05/26 10:10:50 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.10.8.10.ebuild,v 1.3 2012/05/29 08:55:33 naota Exp $
29
30 EAPI="4"
31
32 @@ -14,7 +14,7 @@
33 LICENSE="BSD"
34
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
37 +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
38 IUSE=""
39
40 pkg_setup() {
41 @@ -28,6 +28,7 @@
42 # make sure we don't target an anchient version of OSX
43 # issue http://code.google.com/p/v8/issues/detail?id=2151
44 #sed -i -e "/MACOSX_DEPLOYMENT_TARGET/d" build/standalone.gypi || die
45 + epatch "${FILESDIR}"/${P}-freebsd9.patch
46 }
47
48 src_compile() {
49
50
51
52 1.3 dev-lang/v8/v8-3.11.3.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.11.3.ebuild?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.11.3.ebuild?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.11.3.ebuild?r1=1.2&r2=1.3
57
58 Index: v8-3.11.3.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.11.3.ebuild,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- v8-3.11.3.ebuild 26 May 2012 10:10:50 -0000 1.2
65 +++ v8-3.11.3.ebuild 29 May 2012 08:55:33 -0000 1.3
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-3.11.3.ebuild,v 1.2 2012/05/26 10:10:50 grobian Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.11.3.ebuild,v 1.3 2012/05/29 08:55:33 naota Exp $
71
72 EAPI="4"
73
74 @@ -14,7 +14,7 @@
75 LICENSE="BSD"
76
77 SLOT="0"
78 -KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-macos"
79 +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
80 IUSE=""
81
82 pkg_setup() {
83 @@ -28,6 +28,7 @@
84 # make sure we don't target an anchient version of OSX
85 # issue http://code.google.com/p/v8/issues/detail?id=2151
86 #sed -i -e "/MACOSX_DEPLOYMENT_TARGET/d" build/standalone.gypi || die
87 + epatch "${FILESDIR}"/${PN}-3.10.8.10-freebsd9.patch
88 }
89
90 src_compile() {
91
92
93
94 1.189 dev-lang/v8/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.189&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.189&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.188&r2=1.189
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
103 retrieving revision 1.188
104 retrieving revision 1.189
105 diff -u -r1.188 -r1.189
106 --- ChangeLog 26 May 2012 16:44:01 -0000 1.188
107 +++ ChangeLog 29 May 2012 08:55:33 -0000 1.189
108 @@ -1,6 +1,10 @@
109 # ChangeLog for dev-lang/v8
110 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.188 2012/05/26 16:44:01 phajdan.jr Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.189 2012/05/29 08:55:33 naota Exp $
113 +
114 + 29 May 2012; Naohiro Aota <naota@g.o>
115 + +files/v8-3.10.8.10-freebsd9.patch, v8-3.10.8.10.ebuild, v8-3.11.3.ebuild:
116 + Add freebsd9 support patch. #407383
117
118 26 May 2012; Pawel Hajdan jr <phajdan.jr@g.o> -v8-3.9.24.21.ebuild,
119 v8-3.9.24.28.ebuild: