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 www-client/chromium: ChangeLog chromium-12.0.712.0-r1.ebuild chromium-9999-r1.ebuild
Date: Tue, 05 Apr 2011 08:39:01
Message-Id: 20110405083850.96E0820054@flycatcher.gentoo.org
1 phajdan.jr 11/04/05 08:38:50
2
3 Modified: ChangeLog chromium-12.0.712.0-r1.ebuild
4 chromium-9999-r1.ebuild
5 Log:
6 Also run net_unittests in src_test (known issues: bug #361885, bug #361939). Add optional dependency on Kerberos for HTTP authentication.
7
8 (Portage version: 2.1.9.42/cvs/Linux i686)
9
10 Revision Changes Path
11 1.326 www-client/chromium/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.326&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.326&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.325&r2=1.326
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
20 retrieving revision 1.325
21 retrieving revision 1.326
22 diff -u -r1.325 -r1.326
23 --- ChangeLog 3 Apr 2011 16:51:10 -0000 1.325
24 +++ ChangeLog 5 Apr 2011 08:38:50 -0000 1.326
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-client/chromium
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.325 2011/04/03 16:51:10 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.326 2011/04/05 08:38:50 phajdan.jr Exp $
30 +
31 + 05 Apr 2011; Pawel Hajdan jr <phajdan.jr@g.o>
32 + +files/chromium-gssapi-heimdal-r0.patch, chromium-12.0.712.0-r1.ebuild,
33 + chromium-9999-r1.ebuild:
34 + Also run net_unittests in src_test (known issues: bug #361885, bug
35 + #361939). Add optional dependency on Kerberos for HTTP authentication.
36
37 *chromium-12.0.712.0-r1 (03 Apr 2011)
38
39
40
41
42 1.2 www-client/chromium/chromium-12.0.712.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-12.0.712.0-r1.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-12.0.712.0-r1.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-12.0.712.0-r1.ebuild?r1=1.1&r2=1.2
47
48 Index: chromium-12.0.712.0-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-12.0.712.0-r1.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- chromium-12.0.712.0-r1.ebuild 3 Apr 2011 16:51:10 -0000 1.1
55 +++ chromium-12.0.712.0-r1.ebuild 5 Apr 2011 08:38:50 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-12.0.712.0-r1.ebuild,v 1.1 2011/04/03 16:51:10 phajdan.jr Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-12.0.712.0-r1.ebuild,v 1.2 2011/04/05 08:38:50 phajdan.jr Exp $
61
62 EAPI="3"
63 PYTHON_DEPEND="2:2.6"
64 @@ -15,7 +15,7 @@
65 LICENSE="BSD"
66 SLOT="0"
67 KEYWORDS="~amd64 ~arm ~x86"
68 -IUSE="cups gnome gnome-keyring"
69 +IUSE="cups gnome gnome-keyring kerberos"
70
71 RDEPEND="app-arch/bzip2
72 dev-libs/dbus-glib
73 @@ -44,8 +44,10 @@
74 >=dev-util/gperf-3.0.3
75 >=dev-util/pkgconfig-0.23
76 sys-devel/flex
77 - >=sys-devel/make-3.81-r2"
78 + >=sys-devel/make-3.81-r2
79 + test? ( dev-python/simplejson dev-python/tlslite virtual/krb5 )"
80 RDEPEND+="
81 + kerberos? ( virtual/krb5 )
82 x11-misc/xdg-utils
83 virtual/ttf-fonts"
84
85 @@ -103,6 +105,9 @@
86 # Backport FFmpeg compatibility patch, bug #355405.
87 epatch "${FILESDIR}/${PN}-ffmpeg-build-r1.patch"
88
89 + # Make Chromium recognize Gentoo's Heimdal, to be upstreamed.
90 + epatch "${FILESDIR}/${PN}-gssapi-heimdal-r0.patch"
91 +
92 # Remove most bundled libraries. Some are still needed.
93 find third_party -type f \! -iname '*.gyp*' \
94 \! -path 'third_party/WebKit/*' \
95 @@ -128,6 +133,7 @@
96 \! -path 'third_party/openmax/*' \
97 \! -path 'third_party/ots/*' \
98 \! -path 'third_party/protobuf/*' \
99 + \! -path 'third_party/pyftpdlib/*' \
100 \! -path 'third_party/skia/*' \
101 \! -path 'third_party/speex/speex.h' \
102 \! -path 'third_party/sqlite/*' \
103 @@ -230,8 +236,8 @@
104 emake chrome chrome_sandbox BUILDTYPE=Release V=1 || die
105 pax-mark m out/Release/chrome
106 if use test; then
107 - emake base_unittests BUILDTYPE=Release V=1 || die
108 - pax-mark m out/Release/base_unittests
109 + emake {base,net}_unittests BUILDTYPE=Release V=1 || die
110 + pax-mark m out/Release/{base,net}_unittests
111 fi
112 }
113
114 @@ -249,6 +255,13 @@
115 # For more info see bug #350347.
116 LC_ALL="${mylocale}" VIRTUALX_COMMAND=out/Release/base_unittests virtualmake \
117 '--gtest_filter=-ICUStringConversionsTest.*'
118 +
119 + # DiskCache: we need net/data/cache_tests in the tarball (export_tarball.py)
120 + # NetUtilTest: bug #361885.
121 + # HTTPS/SSL: bug #361939.
122 + # UDP: unstable, active development. We should revisit this later.
123 + LC_ALL="${mylocale}" VIRTUALX_COMMAND=out/Release/net_unittests virtualmake \
124 + '--gtest_filter=-*DiskCache*:NetUtilTest.IDNToUnicode*:NetUtilTest.FormatUrl*:*HTTPS*:*SSL*:*UDP*'
125 }
126
127 src_install() {
128
129
130
131 1.13 www-client/chromium/chromium-9999-r1.ebuild
132
133 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild?rev=1.13&view=markup
134 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild?rev=1.13&content-type=text/plain
135 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild?r1=1.12&r2=1.13
136
137 Index: chromium-9999-r1.ebuild
138 ===================================================================
139 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v
140 retrieving revision 1.12
141 retrieving revision 1.13
142 diff -u -r1.12 -r1.13
143 --- chromium-9999-r1.ebuild 30 Mar 2011 11:36:30 -0000 1.12
144 +++ chromium-9999-r1.ebuild 5 Apr 2011 08:38:50 -0000 1.13
145 @@ -1,6 +1,6 @@
146 # Copyright 1999-2011 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.12 2011/03/30 11:36:30 wired Exp $
149 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.13 2011/04/05 08:38:50 phajdan.jr Exp $
150
151 EAPI="3"
152 PYTHON_DEPEND="2:2.6"
153 @@ -17,7 +17,7 @@
154 LICENSE="BSD"
155 SLOT="live"
156 KEYWORDS=""
157 -IUSE="cups gnome gnome-keyring"
158 +IUSE="cups gnome gnome-keyring kerberos"
159
160 RDEPEND="app-arch/bzip2
161 dev-libs/dbus-glib
162 @@ -46,9 +46,11 @@
163 >=dev-util/gperf-3.0.3
164 >=dev-util/pkgconfig-0.23
165 sys-devel/flex
166 - >=sys-devel/make-3.81-r2"
167 + >=sys-devel/make-3.81-r2
168 + test? ( dev-python/simplejson dev-python/tlslite virtual/krb5 )"
169 RDEPEND+="
170 !=www-client/chromium-9999
171 + kerberos? ( virtual/krb5 )
172 x11-misc/xdg-utils
173 virtual/ttf-fonts"
174
175 @@ -147,6 +149,9 @@
176 # Make sure we don't use bundled libvpx headers.
177 epatch "${FILESDIR}/${PN}-system-vpx-r4.patch"
178
179 + # Make Chromium recognize Gentoo's Heimdal, to be upstreamed.
180 + epatch "${FILESDIR}/${PN}-gssapi-heimdal-r0.patch"
181 +
182 # Remove most bundled libraries. Some are still needed.
183 find third_party -type f \! -iname '*.gyp*' \
184 \! -path 'third_party/WebKit/*' \
185 @@ -172,6 +177,7 @@
186 \! -path 'third_party/openmax/*' \
187 \! -path 'third_party/ots/*' \
188 \! -path 'third_party/protobuf/*' \
189 + \! -path 'third_party/pyftpdlib/*' \
190 \! -path 'third_party/skia/*' \
191 \! -path 'third_party/speex/speex.h' \
192 \! -path 'third_party/sqlite/*' \
193 @@ -274,8 +280,8 @@
194 emake chrome chrome_sandbox BUILDTYPE=Release V=1 || die
195 pax-mark m out/Release/chrome
196 if use test; then
197 - emake base_unittests BUILDTYPE=Release V=1 || die
198 - pax-mark m out/Release/base_unittests
199 + emake {base,net}_unittests BUILDTYPE=Release V=1 || die
200 + pax-mark m out/Release/{base,net}_unittests
201 fi
202 }
203
204 @@ -293,6 +299,13 @@
205 # For more info see bug #350347.
206 LC_ALL="${mylocale}" VIRTUALX_COMMAND=out/Release/base_unittests virtualmake \
207 '--gtest_filter=-ICUStringConversionsTest.*'
208 +
209 + # DiskCache: we need net/data/cache_tests in the tarball (export_tarball.py)
210 + # NetUtilTest: bug #361885.
211 + # HTTPS/SSL: bug #361939.
212 + # UDP: unstable, active development. We should revisit this later.
213 + LC_ALL="${mylocale}" VIRTUALX_COMMAND=out/Release/net_unittests virtualmake \
214 + '--gtest_filter=-*DiskCache*:NetUtilTest.IDNToUnicode*:NetUtilTest.FormatUrl*:*HTTPS*:*SSL*:*UDP*'
215 }
216
217 src_install() {