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-5.0.307.9.ebuild chromium-9999.ebuild chromium-5.0.322.2.ebuild
Date: Fri, 19 Feb 2010 15:27:55
Message-Id: E1NiUll-0005TP-5r@stork.gentoo.org
1 phajdan.jr 10/02/19 15:27:53
2
3 Modified: ChangeLog chromium-5.0.307.9.ebuild
4 chromium-9999.ebuild chromium-5.0.322.2.ebuild
5 Log:
6 Prevent the make build from filling entire disk space on some systems, bug 297273.
7 (Portage version: 2.1.7.16/cvs/Linux i686)
8
9 Revision Changes Path
10 1.58 www-client/chromium/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 18 Feb 2010 16:14:04 -0000 1.57
23 +++ ChangeLog 19 Feb 2010 15:27:51 -0000 1.58
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-client/chromium
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.57 2010/02/18 16:14:04 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.58 2010/02/19 15:27:51 phajdan.jr Exp $
29 +
30 + 19 Feb 2010; Pawel Hajdan jr <phajdan.jr@g.o>
31 + chromium-5.0.307.9.ebuild, chromium-5.0.322.2.ebuild,
32 + chromium-9999.ebuild, +files/chromium-fix-make-build.patch:
33 + Prevent the make build from filling entire disk space on some systems, bug
34 + 297273.
35
36 *chromium-5.0.307.9 (18 Feb 2010)
37
38
39
40
41 1.2 www-client/chromium/chromium-5.0.307.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-5.0.307.9.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-5.0.307.9.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-5.0.307.9.ebuild?r1=1.1&r2=1.2
46
47 Index: chromium-5.0.307.9.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.307.9.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- chromium-5.0.307.9.ebuild 18 Feb 2010 16:14:04 -0000 1.1
54 +++ chromium-5.0.307.9.ebuild 19 Feb 2010 15:27:51 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.307.9.ebuild,v 1.1 2010/02/18 16:14:04 voyageur Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.307.9.ebuild,v 1.2 2010/02/19 15:27:51 phajdan.jr Exp $
60
61 EAPI="2"
62 inherit eutils flag-o-matic multilib portability toolchain-funcs
63 @@ -73,6 +73,9 @@
64 epatch "${FILESDIR}"/${PN}-drop_sse2.patch
65 # Allow use of MP3/MPEG-4 audio/video tags with our system ffmpeg
66 epatch "${FILESDIR}"/${PN}-20100122-ubuntu-html5-video-mimetypes.patch
67 + # Prevent the make build from filling entire disk space on some systems,
68 + # bug 297273.
69 + epatch "${FILESDIR}"/${PN}-fix-make-build.patch
70
71 # Disable prefixing to allow linking against system zlib
72 sed -e '/^#include "mozzconf.h"$/d' \
73
74
75
76 1.29 www-client/chromium/chromium-9999.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-9999.ebuild?rev=1.29&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-9999.ebuild?rev=1.29&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-9999.ebuild?r1=1.28&r2=1.29
81
82 Index: chromium-9999.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v
85 retrieving revision 1.28
86 retrieving revision 1.29
87 diff -u -r1.28 -r1.29
88 --- chromium-9999.ebuild 16 Feb 2010 12:21:55 -0000 1.28
89 +++ chromium-9999.ebuild 19 Feb 2010 15:27:51 -0000 1.29
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2010 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.28 2010/02/16 12:21:55 phajdan.jr Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.29 2010/02/19 15:27:51 phajdan.jr Exp $
95
96 EAPI="2"
97 inherit eutils flag-o-matic multilib portability subversion toolchain-funcs
98 @@ -117,6 +117,9 @@
99 epatch "${FILESDIR}"/${PN}-drop_sse2.patch
100 # Allow use of MP3/MPEG-4 audio/video tags with our system ffmpeg
101 epatch "${FILESDIR}"/${PN}-20100122-ubuntu-html5-video-mimetypes.patch
102 + # Prevent the make build from filling entire disk space on some systems,
103 + # bug 297273.
104 + epatch "${FILESDIR}"/${PN}-fix-make-build.patch
105
106 # Disable prefixing to allow linking against system zlib
107 sed -e '/^#include "mozzconf.h"$/d' \
108
109
110
111 1.3 www-client/chromium/chromium-5.0.322.2.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-5.0.322.2.ebuild?rev=1.3&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-5.0.322.2.ebuild?rev=1.3&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium/chromium-5.0.322.2.ebuild?r1=1.2&r2=1.3
116
117 Index: chromium-5.0.322.2.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.322.2.ebuild,v
120 retrieving revision 1.2
121 retrieving revision 1.3
122 diff -u -r1.2 -r1.3
123 --- chromium-5.0.322.2.ebuild 16 Feb 2010 12:21:55 -0000 1.2
124 +++ chromium-5.0.322.2.ebuild 19 Feb 2010 15:27:51 -0000 1.3
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2010 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.322.2.ebuild,v 1.2 2010/02/16 12:21:55 phajdan.jr Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-5.0.322.2.ebuild,v 1.3 2010/02/19 15:27:51 phajdan.jr Exp $
130
131 EAPI="2"
132 inherit eutils flag-o-matic multilib portability toolchain-funcs
133 @@ -73,6 +73,9 @@
134 epatch "${FILESDIR}"/${PN}-drop_sse2.patch
135 # Allow use of MP3/MPEG-4 audio/video tags with our system ffmpeg
136 epatch "${FILESDIR}"/${PN}-20100122-ubuntu-html5-video-mimetypes.patch
137 + # Prevent the make build from filling entire disk space on some systems,
138 + # bug 297273.
139 + epatch "${FILESDIR}"/${PN}-fix-make-build.patch
140
141 # Disable prefixing to allow linking against system zlib
142 sed -e '/^#include "mozzconf.h"$/d' \