Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: alsa-guide.xml bugzilla-howto.xml change-chost.xml distcc.xml faq.xml gcc-optimization.xml gcc-upgrading-upto-4.1.xml gentoo-freebsd.xml gentoo-ppc-faq.xml gentoo-upgrading.xml gentoo-x86-quickinstall-after-reboot.xml gentoolkit.xml gnome-config.xml guide-localization.xml hpc-howto.xml initramfs-guide.xml ipv6.xml java.xml kernel-upgrade.xml migration-to-2.6.xml new-upgrade-to-gentoo-1.4.xml nvidia-guide.xml printing-howto.xml rsync.xml utf-8.xml vdr-guide.xml virt-mail-howto.xml xen-guide.xml xfce-config.xml xorg-config.xml
Date: Tue, 24 Jul 2012 15:02:33
Message-Id: 20120724121252.27BD42004B@flycatcher.gentoo.org
1 swift 12/07/24 12:12:52
2
3 Modified: alsa-guide.xml bugzilla-howto.xml change-chost.xml
4 distcc.xml faq.xml gcc-optimization.xml
5 gcc-upgrading-upto-4.1.xml gentoo-freebsd.xml
6 gentoo-ppc-faq.xml gentoo-upgrading.xml
7 gentoo-x86-quickinstall-after-reboot.xml
8 gentoolkit.xml gnome-config.xml
9 guide-localization.xml hpc-howto.xml
10 initramfs-guide.xml ipv6.xml java.xml
11 kernel-upgrade.xml migration-to-2.6.xml
12 new-upgrade-to-gentoo-1.4.xml nvidia-guide.xml
13 printing-howto.xml rsync.xml utf-8.xml
14 vdr-guide.xml virt-mail-howto.xml xen-guide.xml
15 xfce-config.xml xorg-config.xml
16 Log:
17 Fix bug #427860 - Use /etc/portage for make.conf and make.profile. Old location (/etc) is still supported, this is a heads up (new default)
18
19 Revision Changes Path
20 1.88 xml/htdocs/doc/en/alsa-guide.xml
21
22 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.88&view=markup
23 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?rev=1.88&content-type=text/plain
24 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alsa-guide.xml?r1=1.87&r2=1.88
25
26 Index: alsa-guide.xml
27 ===================================================================
28 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v
29 retrieving revision 1.87
30 retrieving revision 1.88
31 diff -u -r1.87 -r1.88
32 --- alsa-guide.xml 27 May 2012 22:21:53 -0000 1.87
33 +++ alsa-guide.xml 24 Jul 2012 12:12:51 -0000 1.88
34 @@ -1,5 +1,5 @@
35 <?xml version='1.0' encoding="UTF-8"?>
36 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.87 2012/05/27 22:21:53 nightmorph Exp $ -->
37 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.88 2012/07/24 12:12:51 swift Exp $ -->
38
39 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
40
41 @@ -24,8 +24,8 @@
42 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
43 <license/>
44
45 -<version>4</version>
46 -<date>2012-05-27</date>
47 +<version>5</version>
48 +<date>2012-07-24</date>
49
50 <chapter>
51 <title>Introduction</title>
52 @@ -111,7 +111,7 @@
53
54 <p>
55 If you intend to use MIDI, then you should add <c>midi</c> to your USE flags in
56 -<path>/etc/make.conf</path> before emerging any ALSA packages. Later in the
57 +<path>/etc/portage/make.conf</path> before emerging any ALSA packages. Later in the
58 guide, we will show you how to set up <uri link="#midi">MIDI support</uri>.
59 </p>
60
61 @@ -460,7 +460,7 @@
62 <body>
63
64 <p>
65 -You can now add the <c>alsa</c> use flag to <path>/etc/make.conf</path> to
66 +You can now add the <c>alsa</c> use flag to <path>/etc/portage/make.conf</path> to
67 ensure that your applications that support ALSA get built with it. Some
68 architectures like x86 and amd64 have the flag enabled by default.
69 </p>
70 @@ -628,7 +628,7 @@
71
72 <p>
73 First, check to make sure that you enabled the <c>midi</c> USE flag in
74 -<path>/etc/make.conf</path>. If you didn't, go ahead and add it now. You will
75 +<path>/etc/portage/make.conf</path>. If you didn't, go ahead and add it now. You will
76 also need to re-emerge any ALSA packages that use the <c>midi</c> flag, such as
77 <c>alsa-lib</c> and <c>alsa-utils</c>.
78 </p>
79
80
81
82 1.18 xml/htdocs/doc/en/bugzilla-howto.xml
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.18&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.18&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml?r1=1.17&r2=1.18
87
88 Index: bugzilla-howto.xml
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v
91 retrieving revision 1.17
92 retrieving revision 1.18
93 diff -u -r1.17 -r1.18
94 --- bugzilla-howto.xml 28 Feb 2010 06:14:00 -0000 1.17
95 +++ bugzilla-howto.xml 24 Jul 2012 12:12:51 -0000 1.18
96 @@ -1,6 +1,6 @@
97 <?xml version="1.0" encoding="UTF-8"?>
98 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
99 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.17 2010/02/28 06:14:00 nightmorph Exp $ -->
100 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v 1.18 2012/07/24 12:12:51 swift Exp $ -->
101
102 <guide>
103 <title>Gentoo Bug Reporting Guide</title>
104 @@ -20,8 +20,8 @@
105 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
106 <license/>
107
108 -<version>1.15</version>
109 -<date>2010-02-27</date>
110 +<version>2</version>
111 +<date>2012-07-24</date>
112
113 <chapter>
114 <title>Introduction</title>
115 @@ -128,7 +128,7 @@
116 the size! Two more things can be done for debugging. The first is adding
117 <c>ggdb</c> to your CFLAGS and CXXFLAGS. This flag adds more debugging
118 information than is generally included. We'll see what that means later on. This
119 -is how <path>/etc/make.conf</path> <e>might</e> look with the newly added flags.
120 +is how <path>/etc/portage/make.conf</path> <e>might</e> look with the newly added flags.
121 </p>
122
123 <pre caption="make.conf settings">
124 @@ -1354,7 +1354,7 @@
125 the difference being that when you <c>emerge sync</c>, files contained within it
126 will not be deleted. Luckily, a special <path>/usr/local/portage</path>
127 directory is created for that purpose. Let's go ahead and set our portage
128 -overlay in<path>/etc/make.conf</path>. Open make.conf up in your favorite editor
129 +overlay in<path>/etc/portage/make.conf</path>. Open make.conf up in your favorite editor
130 and add this towards the end.
131 </p>
132
133
134
135
136 1.7 xml/htdocs/doc/en/change-chost.xml
137
138 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/change-chost.xml?rev=1.7&view=markup
139 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/change-chost.xml?rev=1.7&content-type=text/plain
140 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/change-chost.xml?r1=1.6&r2=1.7
141
142 Index: change-chost.xml
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/change-chost.xml,v
145 retrieving revision 1.6
146 retrieving revision 1.7
147 diff -u -r1.6 -r1.7
148 --- change-chost.xml 4 Sep 2011 17:53:40 -0000 1.6
149 +++ change-chost.xml 24 Jul 2012 12:12:51 -0000 1.7
150 @@ -1,6 +1,6 @@
151 <?xml version="1.0" encoding="UTF-8"?>
152 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
153 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/change-chost.xml,v 1.6 2011/09/04 17:53:40 swift Exp $ -->
154 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/change-chost.xml,v 1.7 2012/07/24 12:12:51 swift Exp $ -->
155
156 <guide lang="en">
157
158 @@ -24,8 +24,8 @@
159 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
160 <license/>
161
162 -<version>3</version>
163 -<date>2008-07-29</date>
164 +<version>4</version>
165 +<date>2012-07-24</date>
166
167 <chapter>
168 <title>Introduction</title>
169 @@ -62,7 +62,7 @@
170 <body>
171
172 <p>
173 -To start out with the CHOST change, edit the <path>/etc/make.conf</path> file
174 +To start out with the CHOST change, edit the <path>/etc/portage/make.conf</path> file
175 and change <b>CHOST</b> value to suit your needs. Then, rebuild the following
176 packages in this order:
177 </p>
178
179
180
181 1.45 xml/htdocs/doc/en/distcc.xml
182
183 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.45&view=markup
184 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/distcc.xml?rev=1.45&content-type=text/plain
185 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/distcc.xml?r1=1.44&r2=1.45
186
187 Index: distcc.xml
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v
190 retrieving revision 1.44
191 retrieving revision 1.45
192 diff -u -r1.44 -r1.45
193 --- distcc.xml 4 Sep 2011 17:53:40 -0000 1.44
194 +++ distcc.xml 24 Jul 2012 12:12:51 -0000 1.45
195 @@ -1,6 +1,6 @@
196 <?xml version='1.0' encoding="UTF-8"?>
197 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
198 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.44 2011/09/04 17:53:40 swift Exp $ -->
199 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/distcc.xml,v 1.45 2012/07/24 12:12:51 swift Exp $ -->
200
201 <guide>
202
203 @@ -36,8 +36,8 @@
204 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
205 <license/>
206
207 -<version>1.22</version>
208 -<date>2009-06-14</date>
209 +<version>2</version>
210 +<date>2012-07-24</date>
211
212 <chapter>
213 <title>Introduction</title>
214 @@ -122,7 +122,7 @@
215
216 <pre caption="Integrating Distcc and Portage">
217 # <i>emerge distcc</i>
218 -# <i>nano -w /etc/make.conf</i>
219 +# <i>nano -w /etc/portage/make.conf</i>
220 <comment>(Set N to a suitable number for your particular setup)</comment>
221 <comment>(A common strategy is setting N as twice the number of total CPUs + 1 available)</comment>
222 MAKEOPTS="-jN"
223 @@ -267,7 +267,7 @@
224 </p>
225
226 <pre caption="Preliminary Setup">
227 -# <i>nano -w /etc/make.conf</i>
228 +# <i>nano -w /etc/portage/make.conf</i>
229 <comment>(Add distcc to the FEATURES</comment>
230 FEATURES="distcc"
231 <comment>(Modify MAKEOPTS to include -jN, where N is twice the number of CPUs
232 @@ -362,7 +362,7 @@
233 Recent Portage updates have made Portage use <c>${CHOST}-gcc</c> instead of
234 <c>gcc</c>. This means that if you're mixing i686 machines with other types
235 (i386, i586) you will run into problems. A workaround for this may be to
236 -<c>export CC='gcc' CXX='c++'</c> or to put it in <path>/etc/make.conf</path>.
237 +<c>export CC='gcc' CXX='c++'</c> or to put it in <path>/etc/portage/make.conf</path>.
238 </p>
239
240 <impo>
241
242
243
244 1.122 xml/htdocs/doc/en/faq.xml
245
246 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.122&view=markup
247 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?rev=1.122&content-type=text/plain
248 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/faq.xml?r1=1.121&r2=1.122
249
250 Index: faq.xml
251 ===================================================================
252 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v
253 retrieving revision 1.121
254 retrieving revision 1.122
255 diff -u -r1.121 -r1.122
256 --- faq.xml 26 Dec 2011 15:22:40 -0000 1.121
257 +++ faq.xml 24 Jul 2012 12:12:51 -0000 1.122
258 @@ -1,6 +1,6 @@
259 <?xml version='1.0' encoding="UTF-8"?>
260 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
261 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.121 2011/12/26 15:22:40 swift Exp $ -->
262 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.122 2012/07/24 12:12:51 swift Exp $ -->
263
264 <guide>
265 <title>Gentoo Linux Frequently Asked Questions</title>
266 @@ -47,8 +47,8 @@
267 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
268 <license/>
269
270 -<version>8</version>
271 -<date>2011-12-26</date>
272 +<version>9</version>
273 +<date>2012-07-24</date>
274
275 <faqindex>
276 <title>Questions</title>
277 @@ -271,10 +271,10 @@
278
279 <p>
280 To have Portage automatically use this scheme, define it in
281 -<path>/etc/make.conf</path>:
282 +<path>/etc/portage/make.conf</path>:
283 </p>
284
285 -<pre caption = "/etc/make.conf">
286 +<pre caption = "/etc/portage/make.conf">
287 http_proxy="http://username:password@××××××××××××.org:portnumber"
288 ftp_proxy="ftp://username:password@××××××××××××.org:portnumber"
289 RSYNC_PROXY="rsync://username:password@××××××××××××.server:portnumber"
290
291
292
293 1.20 xml/htdocs/doc/en/gcc-optimization.xml
294
295 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.20&view=markup
296 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.20&content-type=text/plain
297 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.19&r2=1.20
298
299 Index: gcc-optimization.xml
300 ===================================================================
301 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v
302 retrieving revision 1.19
303 retrieving revision 1.20
304 diff -u -r1.19 -r1.20
305 --- gcc-optimization.xml 22 Apr 2012 10:37:32 -0000 1.19
306 +++ gcc-optimization.xml 24 Jul 2012 12:12:51 -0000 1.20
307 @@ -1,6 +1,6 @@
308 <?xml version='1.0' encoding='UTF-8'?>
309 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
310 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.19 2012/04/22 10:37:32 swift Exp $ -->
311 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.20 2012/07/24 12:12:51 swift Exp $ -->
312
313 <guide>
314 <title>Compilation Optimization Guide</title>
315 @@ -19,8 +19,8 @@
316 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
317 <license/>
318
319 -<version>3</version>
320 -<date>2012-04-22</date>
321 +<version>4</version>
322 +<date>2012-04-27</date>
323
324 <chapter>
325 <title>Introduction</title>
326 @@ -57,11 +57,11 @@
327
328 <p>
329 However, this should not be done when installing packages found in the Portage
330 -tree. Instead, set your CFLAGS and CXXFLAGS in <path>/etc/make.conf</path>. This
331 +tree. Instead, set your CFLAGS and CXXFLAGS in <path>/etc/portage/make.conf</path>. This
332 way all packages will be compiled using the options you specify.
333 </p>
334
335 -<pre caption="CFLAGS in /etc/make.conf">
336 +<pre caption="CFLAGS in /etc/portage/make.conf">
337 CFLAGS="-march=athlon64 -O2 -pipe"
338 CXXFLAGS="${CFLAGS}"
339 </pre>
340 @@ -162,7 +162,7 @@
341 </p>
342
343 <p>
344 -Even though the CHOST variable in <path>/etc/make.conf</path> specifies the
345 +Even though the CHOST variable in <path>/etc/portage/make.conf</path> specifies the
346 general architecture used, <c>-march</c> should still be used so that programs
347 can be optimized for your specific processor. x86 and x86-64 CPUs (among others)
348 should make use of the <c>-march</c> flag.
349 @@ -181,7 +181,7 @@
350 chip:
351 </p>
352
353 -<pre caption="/etc/make.conf: Pentium III">
354 +<pre caption="/etc/portage/make.conf: Pentium III">
355 CFLAGS="-march=pentium3"
356 CXXFLAGS="${CFLAGS}"
357 </pre>
358 @@ -190,7 +190,7 @@
359 Here's another one for a 64-bit AMD CPU:
360 </p>
361
362 -<pre caption="/etc/make.conf: AMD64">
363 +<pre caption="/etc/portage/make.conf: AMD64">
364 CFLAGS="-march=athlon64"
365 CXXFLAGS="${CFLAGS}"
366 </pre>
367 @@ -268,7 +268,7 @@
368 <p>
369 There are five <c>-O</c> settings: <c>-O0</c>, <c>-O1</c>, <c>-O2</c>,
370 <c>-O3</c>, and <c>-Os</c>. You should use only one of them in
371 -<path>/etc/make.conf</path>.
372 +<path>/etc/portage/make.conf</path>.
373 </p>
374
375 <p>
376 @@ -410,7 +410,7 @@
377 </impo>
378
379 <p>
380 -You normally don't need to add any of these flags to <path>/etc/make.conf</path>
381 +You normally don't need to add any of these flags to <path>/etc/portage/make.conf</path>
382 as long as you are using the correct <c>-march</c> (for example,
383 <c>-march=nocona</c> implies <c>-msse3</c>). Some notable exceptions are newer
384 VIA and AMD64 CPUs that support instructions not implied by <c>-march</c> (such
385 @@ -511,7 +511,7 @@
386
387 <p>
388 Oftentimes CFLAGS and CXXFLAGS that are turned on at various <c>-O</c> levels
389 -are specified redundantly in <path>/etc/make.conf</path>. Sometimes this is done
390 +are specified redundantly in <path>/etc/portage/make.conf</path>. Sometimes this is done
391 out of ignorance, but it is also done to avoid flag filtering or flag replacing.
392 </p>
393
394 @@ -552,7 +552,7 @@
395 <p>
396 You will most likely continue to run into problems when you build a package with
397 unacceptable flags. When you report your troubles on Bugzilla, the flags you use
398 -in <path>/etc/make.conf</path> will be readily visible and you will be told to
399 +in <path>/etc/portage/make.conf</path> will be readily visible and you will be told to
400 recompile without those flags. Save yourself the trouble of recompiling by not
401 using redundant flags in the first place! Don't just automatically assume that
402 you know better than the developers.
403
404
405
406 1.2 xml/htdocs/doc/en/gcc-upgrading-upto-4.1.xml
407
408 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading-upto-4.1.xml?rev=1.2&view=markup
409 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading-upto-4.1.xml?rev=1.2&content-type=text/plain
410 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading-upto-4.1.xml?r1=1.1&r2=1.2
411
412 Index: gcc-upgrading-upto-4.1.xml
413 ===================================================================
414 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading-upto-4.1.xml,v
415 retrieving revision 1.1
416 retrieving revision 1.2
417 diff -u -r1.1 -r1.2
418 --- gcc-upgrading-upto-4.1.xml 13 Oct 2011 15:11:55 -0000 1.1
419 +++ gcc-upgrading-upto-4.1.xml 24 Jul 2012 12:12:51 -0000 1.2
420 @@ -1,5 +1,5 @@
421 <?xml version='1.0' encoding="UTF-8"?>
422 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading-upto-4.1.xml,v 1.1 2011/10/13 15:11:55 swift Exp $ -->
423 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading-upto-4.1.xml,v 1.2 2012/07/24 12:12:51 swift Exp $ -->
424
425 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
426
427 @@ -27,8 +27,8 @@
428 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
429 <license/>
430
431 -<version>23</version>
432 -<date>2008-07-19</date>
433 +<version>24</version>
434 +<date>2012-04-24</date>
435
436 <chapter id="intro">
437 <title>Introduction</title>
438 @@ -118,7 +118,7 @@
439
440 <comment>If you upgraded from gcc 3 to 4 (e.g. from 3.4.6 to 4.1.1 in this
441 example) you will have to run fix_libtool_files.sh manually</comment>
442 -<comment>(Replace $CHOST with your actual CHOST, found in /etc/make.conf)</comment>
443 +<comment>(Replace $CHOST with your actual CHOST, found in /etc/portage/make.conf)</comment>
444 <comment>(Replace &lt;gcc-version&gt; with your new, updated GCC version)</comment>
445 # <i>/usr/share/gcc-data/$CHOST/&lt;gcc-version&gt;/fix_libtool_files.sh 3.4.6</i>
446
447 @@ -284,7 +284,7 @@
448
449 <comment>If you upgraded from gcc 3 to 4 (e.g. from 3.3.6 to 4.1.1 in this
450 example) you will have to run fix_libtool_files.sh manually</comment>
451 -<comment>(Replace $CHOST with your actual CHOST, found in /etc/make.conf)</comment>
452 +<comment>(Replace $CHOST with your actual CHOST, found in /etc/portage/make.conf)</comment>
453 <comment>(Replace &lt;gcc-version&gt; with your new, updated GCC version)</comment>
454 # <i>/usr/share/gcc-data/$CHOST/&lt;gcc-version&gt;/fix_libtool_files.sh 3.3.6</i>
455
456
457
458
459 1.40 xml/htdocs/doc/en/gentoo-freebsd.xml
460
461 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.40&view=markup
462 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.40&content-type=text/plain
463 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?r1=1.39&r2=1.40
464
465 Index: gentoo-freebsd.xml
466 ===================================================================
467 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v
468 retrieving revision 1.39
469 retrieving revision 1.40
470 diff -u -r1.39 -r1.40
471 --- gentoo-freebsd.xml 10 Jul 2012 08:46:28 -0000 1.39
472 +++ gentoo-freebsd.xml 24 Jul 2012 12:12:51 -0000 1.40
473 @@ -1,6 +1,6 @@
474 <?xml version="1.0" encoding="UTF-8"?>
475 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
476 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.39 2012/07/10 08:46:28 nightmorph Exp $ -->
477 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.40 2012/07/24 12:12:51 swift Exp $ -->
478
479 <guide disclaimer="obsolete" redirect="http://wiki.gentoo.org/wiki/Gentoo_FreeBSD">
480 <title>A short guide to Gentoo/FreeBSD</title>
481 @@ -43,8 +43,8 @@
482 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
483 <license/>
484
485 -<version>7</version>
486 -<date>2011-10-30</date>
487 +<version>8</version>
488 +<date>2012-07-24</date>
489
490 <chapter>
491 <title>Introduction to FreeBSD</title>
492 @@ -335,8 +335,8 @@
493
494 <p>
495 After you obtain the Gentoo/FreeBSD overlay, it's time to link
496 -<path>/etc/make.profile</path> to the correct profile and get your
497 -<path>/etc/make.conf</path> ready for Gentoo/FreeBSD.
498 +<path>/etc/portage/make.profile</path> to the correct profile and get your
499 +<path>/etc/portage/make.conf</path> ready for Gentoo/FreeBSD.
500 </p>
501
502 <p>
503 @@ -353,9 +353,9 @@
504 # <i>emerge --metadata</i>
505 </pre>
506
507 -<pre caption="Setting up the profile and editing /etc/make.conf">
508 -# <i>ln -sf /usr/portage/profiles/default-bsd/fbsd/6.2/x86/ /etc/make.profile</i>
509 -# <i>nano /etc/make.conf</i>
510 +<pre caption="Setting up the profile and editing /etc/portage/make.conf">
511 +# <i>ln -sf /usr/portage/profiles/default-bsd/fbsd/6.2/x86/ /etc/portage/make.profile</i>
512 +# <i>nano /etc/portage/make.conf</i>
513 <comment>(Please make sure you add at least the following entries:)</comment>
514 CHOST="i686-gentoo-freebsd6.2"
515 FEATURES="collision-protect"
516
517
518
519 1.72 xml/htdocs/doc/en/gentoo-ppc-faq.xml
520
521 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.72&view=markup
522 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?rev=1.72&content-type=text/plain
523 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml?r1=1.71&r2=1.72
524
525 Index: gentoo-ppc-faq.xml
526 ===================================================================
527 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v
528 retrieving revision 1.71
529 retrieving revision 1.72
530 diff -u -r1.71 -r1.72
531 --- gentoo-ppc-faq.xml 2 Mar 2011 09:25:49 -0000 1.71
532 +++ gentoo-ppc-faq.xml 24 Jul 2012 12:12:51 -0000 1.72
533 @@ -1,6 +1,6 @@
534 <?xml version='1.0' encoding="UTF-8"?>
535 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
536 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.71 2011/03/02 09:25:49 nightmorph Exp $ -->
537 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-faq.xml,v 1.72 2012/07/24 12:12:51 swift Exp $ -->
538
539 <guide>
540 <title>Gentoo Linux/PowerPC Frequently Asked Questions</title>
541 @@ -30,8 +30,8 @@
542 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
543 <license/>
544
545 -<version>2</version>
546 -<date>2011-03-02</date>
547 +<version>3</version>
548 +<date>2012-07-24</date>
549
550 <faqindex>
551 <title>Questions</title>
552 @@ -991,7 +991,7 @@
553 <body>
554
555 <p>
556 -Add the appropriate VIDEO_CARDS line to <path>/etc/make.conf</path> (specify
557 +Add the appropriate VIDEO_CARDS line to <path>/etc/portage/make.conf</path> (specify
558 r128 or radeon) and recompile <c>xorg-server</c> and <c>mesa</c> to rebuild the
559 driver.
560 </p>
561 @@ -1166,7 +1166,7 @@
562
563 <p>
564 If you're using an old flat profile, (deprecated, pre 2005.0) look at
565 -<path>/etc/make.profile/use.mask</path> for a list.
566 +<path>/etc/portage/make.profile/use.mask</path> for a list.
567 </p>
568
569 <p>
570
571
572
573 1.43 xml/htdocs/doc/en/gentoo-upgrading.xml
574
575 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.43&view=markup
576 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.43&content-type=text/plain
577 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?r1=1.42&r2=1.43
578
579 Index: gentoo-upgrading.xml
580 ===================================================================
581 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v
582 retrieving revision 1.42
583 retrieving revision 1.43
584 diff -u -r1.42 -r1.43
585 --- gentoo-upgrading.xml 4 Sep 2011 17:53:40 -0000 1.42
586 +++ gentoo-upgrading.xml 24 Jul 2012 12:12:51 -0000 1.43
587 @@ -1,6 +1,6 @@
588 <?xml version='1.0' encoding="UTF-8"?>
589 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
590 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.42 2011/09/04 17:53:40 swift Exp $ -->
591 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.43 2012/07/24 12:12:51 swift Exp $ -->
592
593 <guide>
594 <title>Gentoo Upgrading Guide</title>
595 @@ -23,8 +23,8 @@
596 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
597 <license/>
598
599 -<version>2.11</version>
600 -<date>2008-07-06</date>
601 +<version>3</version>
602 +<date>2012-07-24</date>
603
604 <chapter>
605 <title>Gentoo and Upgrades</title>
606 @@ -103,7 +103,7 @@
607
608 <p>
609 The profile in use is determined by the symbolic link
610 -<path>/etc/make.profile</path>, which points to a subdirectory of
611 +<path>/etc/portage/make.profile</path>, which points to a subdirectory of
612 <path>/usr/portage/profiles</path> which holds the profile files. For
613 instance, the default x86 2008.0 profile can be found
614 at <path>/usr/portage/profiles/default/linux/x86/2008.0</path>.
615 @@ -183,7 +183,7 @@
616 </p>
617
618 <p>
619 -In the simplest case you only have to change the <path>/etc/make.profile</path>
620 +In the simplest case you only have to change the <path>/etc/portage/make.profile</path>
621 symlink, in the worst case you may have to recompile your system from scratch
622 while doing a neat voodoo dance. Migration is usually covered in the release
623 notes. You can also find <uri link="#instructions">instructions</uri> at the
624 @@ -239,8 +239,8 @@
625 </p>
626
627 <pre caption="Changing profiles manually">
628 -# <i>rm /etc/make.profile</i>
629 -# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
630 +# <i>rm /etc/portage/make.profile</i>
631 +# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/portage/make.profile</i>
632 </pre>
633
634 <note>
635 @@ -275,7 +275,7 @@
636 wait until your next <c>baselayout</c> update) with the <c>-unicode</c> USE
637 flag. You can set <c>-unicode</c> just for <c>baselayout</c>, or you can set it
638 globally for all packages by adding it to your USE variable in
639 -<path>/etc/make.conf</path>.
640 +<path>/etc/portage/make.conf</path>.
641 </p>
642
643 <pre caption="Optional: removing Unicode support">
644 @@ -284,7 +284,7 @@
645 # <i>emerge -a baselayout</i>
646
647 <comment>(To remove Unicode support from your whole system)</comment>
648 -# <i>nano -w /etc/make.conf</i>
649 +# <i>nano -w /etc/portage/make.conf</i>
650 USE="-unicode"
651 # <i>emerge -a baselayout</i>
652 </pre>
653 @@ -307,14 +307,14 @@
654 <body>
655
656 <p>
657 -To switch to the 2006.0 profile, point the <path>/etc/make.profile</path>
658 +To switch to the 2006.0 profile, point the <path>/etc/portage/make.profile</path>
659 symlink to the new location. Make sure your Portage is updated before you
660 change your profile.
661 </p>
662
663 <pre caption="Changing to a 2006.0 profile">
664 -# <i>rm /etc/make.profile</i>
665 -# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
666 +# <i>rm /etc/portage/make.profile</i>
667 +# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/portage/make.profile</i>
668 </pre>
669
670 <p>
671 @@ -357,14 +357,14 @@
672 <body>
673
674 <p>
675 -To switch to the 2005.1 profile, point the <path>/etc/make.profile</path>
676 +To switch to the 2005.1 profile, point the <path>/etc/portage/make.profile</path>
677 symlink to the new location. Make sure your Portage is updated before you
678 change your profile.
679 </p>
680
681 <pre caption="Changing to a 2005.1 profile">
682 -# <i>rm /etc/make.profile</i>
683 -# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
684 +# <i>rm /etc/portage/make.profile</i>
685 +# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/portage/make.profile</i>
686 </pre>
687
688 <p>
689 @@ -518,14 +518,14 @@
690 </table>
691
692 <p>
693 -To switch to the selected profile, point the <path>/etc/make.profile</path>
694 +To switch to the selected profile, point the <path>/etc/portage/make.profile</path>
695 symlink to the new location. Make sure your Portage is updated before you change
696 your profile!
697 </p>
698
699 <pre caption="Changing to a 2005.0 profile">
700 -# <i>rm /etc/make.profile</i>
701 -# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
702 +# <i>rm /etc/portage/make.profile</i>
703 +# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/portage/make.profile</i>
704 </pre>
705
706 <p>
707 @@ -552,7 +552,7 @@
708 </p>
709
710 <p>
711 -To switch to the 2004.3 profile, point the <path>/etc/make.profile</path>
712 +To switch to the 2004.3 profile, point the <path>/etc/portage/make.profile</path>
713 symlink to the new location:
714 </p>
715
716 @@ -560,10 +560,10 @@
717 Don't forget to upgrade Portage <e>before</e> you change your profile!!!
718 </warn>
719
720 -<pre caption="Updating the /etc/make.profile symlink">
721 +<pre caption="Updating the /etc/portage/make.profile symlink">
722 <comment>substitute &lt;arch&gt; with your arch</comment>
723 -# <i>rm /etc/make.profile</i>
724 -# <i>ln -s ../usr/portage/profiles/default-linux/&lt;arch&gt;/2004.3 /etc/make.profile</i>
725 +# <i>rm /etc/portage/make.profile</i>
726 +# <i>ln -s ../usr/portage/profiles/default-linux/&lt;arch&gt;/2004.3 /etc/portage/make.profile</i>
727 </pre>
728
729 <p>
730 @@ -604,8 +604,8 @@
731 </p>
732
733 <pre caption="Updating Portage through the obsolete profile">
734 -# <i>rm /etc/make.profile</i>
735 -# <i>cd /etc</i>
736 +# <i>rm /etc/portage/make.profile</i>
737 +# <i>cd /etc/portage</i>
738 # <i>ln -sf ../usr/portage/profiles/obsolete/&lt;arch&gt; make.profile</i>
739 # <i>emerge -n '>=sys-apps/portage-2.0.51'</i>
740 </pre>
741 @@ -617,7 +617,7 @@
742 <body>
743
744 <p>
745 -To switch to the 2004.2 profile, point the <path>/etc/make.profile</path>
746 +To switch to the 2004.2 profile, point the <path>/etc/portage/make.profile</path>
747 symlink to the new location:
748 </p>
749
750 @@ -625,10 +625,10 @@
751 Don't forget to upgrade Portage <e>before</e> you change your profile!!!
752 </warn>
753
754 -<pre caption="Updating the /etc/make.profile symlink">
755 +<pre caption="Updating the /etc/portage/make.profile symlink">
756 <comment>substitute &lt;arch&gt; with your arch</comment>
757 -# <i>rm /etc/make.profile</i>
758 -# <i>ln -s ../usr/portage/profiles/default-linux/&lt;arch&gt;/2004.2 /etc/make.profile</i>
759 +# <i>rm /etc/portage/make.profile</i>
760 +# <i>ln -s ../usr/portage/profiles/default-linux/&lt;arch&gt;/2004.2 /etc/portage/make.profile</i>
761 </pre>
762
763 <p>
764 @@ -652,14 +652,14 @@
765 <body>
766
767 <p>
768 -To switch to the 2004.0 profile, point the <path>/etc/make.profile</path>
769 +To switch to the 2004.0 profile, point the <path>/etc/portage/make.profile</path>
770 symlink to the new location:
771 </p>
772
773 -<pre caption="Updating the /etc/make.profile symlink">
774 +<pre caption="Updating the /etc/portage/make.profile symlink">
775 <comment>substitute &lt;arch&gt; with your arch</comment>
776 -# <i>rm /etc/make.profile</i>
777 -# <i>ln -s ../usr/portage/profiles/default-&lt;arch&gt;-2004.0 /etc/make.profile</i>
778 +# <i>rm /etc/portage/make.profile</i>
779 +# <i>ln -s ../usr/portage/profiles/default-&lt;arch&gt;-2004.0 /etc/portage/make.profile</i>
780 </pre>
781
782 <p>
783
784
785
786 1.7 xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml
787
788 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.7&view=markup
789 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?rev=1.7&content-type=text/plain
790 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml?r1=1.6&r2=1.7
791
792 Index: gentoo-x86-quickinstall-after-reboot.xml
793 ===================================================================
794 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v
795 retrieving revision 1.6
796 retrieving revision 1.7
797 diff -u -r1.6 -r1.7
798 --- gentoo-x86-quickinstall-after-reboot.xml 16 Feb 2011 15:37:12 -0000 1.6
799 +++ gentoo-x86-quickinstall-after-reboot.xml 24 Jul 2012 12:12:51 -0000 1.7
800 @@ -1,11 +1,11 @@
801 <?xml version='1.0' encoding="UTF-8"?>
802 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
803 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v 1.6 2011/02/16 15:37:12 jkt Exp $ -->
804 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-after-reboot.xml,v 1.7 2012/07/24 12:12:51 swift Exp $ -->
805
806 <included>
807
808 -<version>6</version>
809 -<date>2011-02-16</date>
810 +<version>7</version>
811 +<date>2012-07-24</date>
812
813 <section id="after-reboot">
814 <title>Finalizing the Installation</title>
815 @@ -56,23 +56,23 @@
816
817 <p>
818 Start by selecting nearby mirrors either by defining the <c>SYNC</c> and
819 -<c>GENTOO_MIRRORS</c> variables in <path>/etc/make.conf</path> or by using
820 +<c>GENTOO_MIRRORS</c> variables in <path>/etc/portage/make.conf</path> or by using
821 <c>mirrorselect</c>. You can also define the number of concurrent compilation
822 processes at this point.
823 </p>
824
825 <pre caption="Use mirrorselect and set MAKEOPTS">
826 mybox ~ # <i>emerge mirrorselect</i>
827 -mybox ~ # <i>mirrorselect -i -o >> /etc/make.conf</i>
828 -mybox ~ # <i>mirrorselect -i -r -o >> /etc/make.conf</i>
829 +mybox ~ # <i>mirrorselect -i -o >> /etc/portage/make.conf</i>
830 +mybox ~ # <i>mirrorselect -i -r -o >> /etc/portage/make.conf</i>
831 <comment>(Usually, (the number of processors + 1) is a good value)</comment>
832 -mybox ~ # <i>echo 'MAKEOPTS="-j2"' >> /etc/make.conf</i>
833 +mybox ~ # <i>echo 'MAKEOPTS="-j2"' >> /etc/portage/make.conf</i>
834 </pre>
835
836 <p>
837 Now is a good time to enable or disable some USE flags. Run <c>emerge -vpe
838 world</c> to list all currently installed packages and their enabled and
839 -disabled USE flags. Either edit <path>/etc/make.conf</path> or use the
840 +disabled USE flags. Either edit <path>/etc/portage/make.conf</path> or use the
841 following command to define the USE variable:
842 </p>
843
844 @@ -80,7 +80,7 @@
845 mybox ~ # <i>emerge -vpe world</i>
846 <comment>(Portage displays the packages and their USE flags, as an example, let's
847 disable fortran, and enable ipv6 and unicode)</comment>
848 -mybox ~ # <i>echo 'USE="nptl nptlonly ipv6 -fortran unicode"' >> /etc/make.conf</i>
849 +mybox ~ # <i>echo 'USE="nptl nptlonly ipv6 -fortran unicode"' >> /etc/portage/make.conf</i>
850 </pre>
851
852 <p>
853 @@ -96,7 +96,7 @@
854
855 <p>
856 Last but not least, you may want to alter the <c>CFLAGS</c> variable in your
857 -<path>/etc/make.conf</path> to optimise the code to your specific needs. Please
858 +<path>/etc/portage/make.conf</path> to optimise the code to your specific needs. Please
859 note that using a long list of flags is rarely needed and can even lead to a
860 broken system. It is recommended to specify the processor type in the
861 <c>march</c> option and stick to <c>-O2 -pipe</c>.
862 @@ -109,7 +109,8 @@
863 </p>
864
865 <pre caption="Last edit of make.conf">
866 -mybox etc # <i>nano -w make.conf</i>
867 +mybox etc # <i>cd portage</i>
868 +mybox portage # <i>nano -w make.conf</i>
869 <comment>(Set -march to your CPU type in CFLAGS)</comment>
870 CFLAGS="-O2 -march=<i>athlon-xp</i> -pipe"
871 <comment>(Only add the following if you know what you're doing)</comment>
872 @@ -191,7 +192,7 @@
873 mybox etc # <i>emerge -vp gnome</i>
874 <comment>(Look at the list of packages and their USE flags,
875 then edit make.conf if required.</comment>
876 -mybox etc # <i>nano -w /etc/make.conf</i>
877 +mybox etc # <i>nano -w /etc/portage/make.conf</i>
878 <comment>(The following USE flags have been defined)</comment>
879 USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
880 -kde -qt4 -arts -eds -esd gnome gstreamer gtk firefox"
881 @@ -208,7 +209,7 @@
882 mybox etc # <i>emerge -vp kde-meta</i>
883 <comment>(Look at the list of packages and their USE flags,
884 then edit make.conf if required.</comment>
885 -mybox etc # <i>nano -w /etc/make.conf</i>
886 +mybox etc # <i>nano -w /etc/portage/make.conf</i>
887 <comment>The following USE flags have been defined)</comment>
888 USE="nptl nptlonly -ipv6 -fortran unicode svg hal dbus \
889 kde qt4 -arts -eds -esd -gnome -gstreamer -gtk -firefox"
890
891
892
893 1.37 xml/htdocs/doc/en/gentoolkit.xml
894
895 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.37&view=markup
896 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.37&content-type=text/plain
897 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.36&r2=1.37
898
899 Index: gentoolkit.xml
900 ===================================================================
901 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
902 retrieving revision 1.36
903 retrieving revision 1.37
904 diff -u -r1.36 -r1.37
905 --- gentoolkit.xml 15 Aug 2011 19:30:36 -0000 1.36
906 +++ gentoolkit.xml 24 Jul 2012 12:12:51 -0000 1.37
907 @@ -1,5 +1,5 @@
908 <?xml version="1.0" encoding="UTF-8"?>
909 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.36 2011/08/15 19:30:36 swift Exp $ -->
910 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.37 2012/07/24 12:12:51 swift Exp $ -->
911 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
912
913 <guide>
914 @@ -40,8 +40,8 @@
915
916 <!-- Licensed under GFDL -->
917
918 -<version>4</version>
919 -<date>2011-08-16</date>
920 +<version>5</version>
921 +<date>2012-07-24</date>
922
923 <chapter>
924 <title>Introduction</title>
925 @@ -773,17 +773,17 @@
926
927 <warn>
928 Do not use the <c>euse -E</c> or <c>euse -D</c> commands by themselves (without
929 -a flag). It will set/unset ALL USE flags in <c>/etc/make.conf</c>. Although a
930 -backup is kept at <path>/etc/make.conf.euse_backup</path>, please be careful
931 +a flag). It will set/unset ALL USE flags in <c>/etc/portage/make.conf</c>. Although a
932 +backup is kept at <path>/etc/portage/make.conf.euse_backup</path>, please be careful
933 while using <c>euse -E</c> or <c>euse -D</c>.
934 </warn>
935
936 <pre caption="Setting and Unsetting USE flags">
937 <comment>(Enabling a USE Flag)</comment>
938 # <i> euse -E 3dfx</i>
939 -/etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_backup
940 +/etc/portage/make.conf was modified, a backup copy has been placed at /etc/portage/make.conf.euse_backup
941
942 -<comment>(/etc/make.conf after the command)</comment>
943 +<comment>(/etc/portage/make.conf after the command)</comment>
944 USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon \
945 firefox gd gif gimpprint gnome gpm gstreamer gtkhtml imlib \
946 innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
947 @@ -794,9 +794,9 @@
948
949 <comment>(Disabling the USE Flag)</comment>
950 # <i> euse -D 3dfx</i>
951 -/etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_backup
952 +/etc/portage/make.conf was modified, a backup copy has been placed at /etc/portage/make.conf.euse_backup
953
954 -<comment>(/etc/make.conf after the command)</comment>
955 +<comment>(/etc/portage/make.conf after the command)</comment>
956 USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon \
957 firefox gd gif gimpprint gnome gpm gstreamer gtkhtml imlib \
958 innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
959 @@ -911,10 +911,10 @@
960 <p>
961 <c>eread</c> is a simple utility to display elog files produced by
962 >=<c>portage-2.1</c>. You can set the saving of elog files by setting a couple
963 -of variables in <path>/etc/make.conf</path>:
964 +of variables in <path>/etc/portage/make.conf</path>:
965 </p>
966
967 -<pre caption="Enabling elog in /etc/make.conf">
968 +<pre caption="Enabling elog in /etc/portage/make.conf">
969 PORTAGE_ELOG_CLASSES="log"
970 PORTAGE_ELOG_SYSTEM="save"
971 </pre>
972
973
974
975 1.36 xml/htdocs/doc/en/gnome-config.xml
976
977 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.36&view=markup
978 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.36&content-type=text/plain
979 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.35&r2=1.36
980
981 Index: gnome-config.xml
982 ===================================================================
983 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
984 retrieving revision 1.35
985 retrieving revision 1.36
986 diff -u -r1.35 -r1.36
987 --- gnome-config.xml 23 Oct 2011 09:35:37 -0000 1.35
988 +++ gnome-config.xml 24 Jul 2012 12:12:51 -0000 1.36
989 @@ -1,6 +1,6 @@
990 <?xml version='1.0' encoding='UTF-8'?>
991 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
992 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.35 2011/10/23 09:35:37 swift Exp $ -->
993 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.36 2012/07/24 12:12:51 swift Exp $ -->
994
995 <guide>
996 <title>The GNOME Configuration HOWTO</title>
997 @@ -24,8 +24,8 @@
998 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
999 <license/>
1000
1001 -<version>4</version>
1002 -<date>2011-10-23</date>
1003 +<version>5</version>
1004 +<date>2012-07-24</date>
1005
1006 <chapter>
1007 <title>What is GNOME?</title>
1008 @@ -86,13 +86,13 @@
1009 <p>
1010 Before you start installing GNOME, you might want to edit your USE variables.
1011 Make sure that <c>X</c>, <c>gtk</c>, and <c>gnome</c> are in your USE variable
1012 -listed in <path>/etc/make.conf</path>. If you want support for <c>dbus</c>, a
1013 +listed in <path>/etc/portage/make.conf</path>. If you want support for <c>dbus</c>, a
1014 system message bus Gnome uses extensively, add it to your USE flags. If you
1015 don't want KDE support (the other big desktop environment), remove <c>qt4</c>
1016 and <c>kde</c>.
1017 </p>
1018
1019 -<pre caption="Example USE in /etc/make.conf">
1020 +<pre caption="Example USE in /etc/portage/make.conf">
1021 USE="-qt4 -kde X dbus gtk gnome"
1022 </pre>
1023
1024
1025
1026
1027 1.65 xml/htdocs/doc/en/guide-localization.xml
1028
1029 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.65&view=markup
1030 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.65&content-type=text/plain
1031 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.64&r2=1.65
1032
1033 Index: guide-localization.xml
1034 ===================================================================
1035 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
1036 retrieving revision 1.64
1037 retrieving revision 1.65
1038 diff -u -r1.64 -r1.65
1039 --- guide-localization.xml 27 May 2012 22:28:07 -0000 1.64
1040 +++ guide-localization.xml 24 Jul 2012 12:12:51 -0000 1.65
1041 @@ -1,5 +1,5 @@
1042 <?xml version='1.0' encoding='UTF-8'?>
1043 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.64 2012/05/27 22:28:07 nightmorph Exp $ -->
1044 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.65 2012/07/24 12:12:51 swift Exp $ -->
1045 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1046
1047 <guide>
1048 @@ -36,7 +36,7 @@
1049 </abstract>
1050
1051 <version>3</version>
1052 -<date>2012-05-27</date>
1053 +<date>2012-07-24</date>
1054
1055 <chapter>
1056 <title>Time zone</title>
1057 @@ -296,11 +296,11 @@
1058 used localisation for some specific software packages, such as
1059 <c>kde-base/kde-l10n</c> and <c>app-office/openoffice</c>. The variable
1060 takes in <e>space</e>-separated list of language codes, and suggested
1061 -place to set it is <path>/etc/make.conf</path>:
1062 +place to set it is <path>/etc/portage/make.conf</path>:
1063 </p>
1064
1065 <pre caption="Setting LINGUAS in make.conf">
1066 -# <i>nano -w /etc/make.conf</i>
1067 +# <i>nano -w /etc/portage/make.conf</i>
1068 <comment>(Add in the LINGUAS variable. For instance,
1069 for German, Finnish and English:)</comment>
1070 LINGUAS="de fi en"
1071
1072
1073
1074 1.16 xml/htdocs/doc/en/hpc-howto.xml
1075
1076 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.16&view=markup
1077 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?rev=1.16&content-type=text/plain
1078 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hpc-howto.xml?r1=1.15&r2=1.16
1079
1080 Index: hpc-howto.xml
1081 ===================================================================
1082 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v
1083 retrieving revision 1.15
1084 retrieving revision 1.16
1085 diff -u -r1.15 -r1.16
1086 --- hpc-howto.xml 7 Jun 2010 09:08:37 -0000 1.15
1087 +++ hpc-howto.xml 24 Jul 2012 12:12:51 -0000 1.16
1088 @@ -1,5 +1,5 @@
1089 <?xml version='1.0' encoding="UTF-8"?>
1090 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.15 2010/06/07 09:08:37 nightmorph Exp $ -->
1091 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.16 2012/07/24 12:12:51 swift Exp $ -->
1092 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1093
1094 <guide>
1095 @@ -38,8 +38,8 @@
1096 System into a High Performance Computing (HPC) system.
1097 </abstract>
1098
1099 -<version>1.7</version>
1100 -<date>2010-06-07</date>
1101 +<version>2</version>
1102 +<date>2012-07-24</date>
1103
1104 <chapter>
1105 <title>Introduction</title>
1106 @@ -89,8 +89,8 @@
1107
1108 <p>
1109 During the installation process, you will have to set your USE variables in
1110 -<path>/etc/make.conf</path>. We recommended that you deactivate all the
1111 -defaults (see <path>/etc/make.profile/make.defaults</path>) by negating them in
1112 +<path>/etc/portage/make.conf</path>. We recommended that you deactivate all the
1113 +defaults (see <path>/etc/portage/make.profile/make.defaults</path>) by negating them in
1114 make.conf. However, you may want to keep such use variables as 3dnow, gpm,
1115 mmx, nptl, nptlonly, sse, ncurses, pam and tcpd. Refer to the USE documentation
1116 for more information.
1117
1118
1119
1120 1.3 xml/htdocs/doc/en/initramfs-guide.xml
1121
1122 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/initramfs-guide.xml?rev=1.3&view=markup
1123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/initramfs-guide.xml?rev=1.3&content-type=text/plain
1124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/initramfs-guide.xml?r1=1.2&r2=1.3
1125
1126 Index: initramfs-guide.xml
1127 ===================================================================
1128 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/initramfs-guide.xml,v
1129 retrieving revision 1.2
1130 retrieving revision 1.3
1131 diff -u -r1.2 -r1.3
1132 --- initramfs-guide.xml 7 Apr 2012 07:29:57 -0000 1.2
1133 +++ initramfs-guide.xml 24 Jul 2012 12:12:51 -0000 1.3
1134 @@ -1,5 +1,5 @@
1135 <?xml version='1.0' encoding="UTF-8"?>
1136 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/initramfs-guide.xml,v 1.2 2012/04/07 07:29:57 swift Exp $ -->
1137 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/initramfs-guide.xml,v 1.3 2012/07/24 12:12:51 swift Exp $ -->
1138
1139 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1140
1141 @@ -20,8 +20,8 @@
1142 <!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
1143 <license/>
1144
1145 -<version>1</version>
1146 -<date>2012-03-31</date>
1147 +<version>2</version>
1148 +<date>2012-07-24</date>
1149
1150 <chapter>
1151 <title>Initramfs concepts</title>
1152 @@ -309,7 +309,7 @@
1153 <p>
1154 When you install <c>dracut</c>, you will need to take care to include support
1155 for the correct <c>DRACUT_MODULES</c>. This is a variable you can set in
1156 -<path>/etc/make.conf</path> to include support for specific setups:
1157 +<path>/etc/portage/make.conf</path> to include support for specific setups:
1158 </p>
1159
1160 <pre caption="Preparing to install dracut">
1161
1162
1163
1164 1.42 xml/htdocs/doc/en/ipv6.xml
1165
1166 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.42&view=markup
1167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?rev=1.42&content-type=text/plain
1168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/ipv6.xml?r1=1.41&r2=1.42
1169
1170 Index: ipv6.xml
1171 ===================================================================
1172 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v
1173 retrieving revision 1.41
1174 retrieving revision 1.42
1175 diff -u -r1.41 -r1.42
1176 --- ipv6.xml 2 Sep 2011 19:49:23 -0000 1.41
1177 +++ ipv6.xml 24 Jul 2012 12:12:51 -0000 1.42
1178 @@ -1,6 +1,6 @@
1179 <?xml version="1.0" encoding="UTF-8"?>
1180 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1181 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.41 2011/09/02 19:49:23 swift Exp $ -->
1182 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/ipv6.xml,v 1.42 2012/07/24 12:12:51 swift Exp $ -->
1183
1184 <guide>
1185 <title>Gentoo IPv6 Router Guide</title>
1186 @@ -37,8 +37,8 @@
1187 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1188 <license/>
1189
1190 -<version>7</version>
1191 -<date>2011-09-02</date>
1192 +<version>8</version>
1193 +<date>2012-07-24</date>
1194
1195 <chapter>
1196 <title>Preliminaries</title>
1197 @@ -316,7 +316,7 @@
1198 <body>
1199
1200 <p>
1201 -Unless you had <e>USE="ipv6"</e> in your <path>/etc/make.conf</path>
1202 +Unless you had <e>USE="ipv6"</e> in your <path>/etc/portage/make.conf</path>
1203 previously, you probably need to re-emerge a bunch of packages to compile in
1204 IPv6 support for them. To get a list of all the installed packages which are
1205 affected by USE flag changes, use Portage's <c>--newuse</c> (<c>-N</c>) option:
1206
1207
1208
1209 1.54 xml/htdocs/doc/en/java.xml
1210
1211 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?rev=1.54&view=markup
1212 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?rev=1.54&content-type=text/plain
1213 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/java.xml?r1=1.53&r2=1.54
1214
1215 Index: java.xml
1216 ===================================================================
1217 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v
1218 retrieving revision 1.53
1219 retrieving revision 1.54
1220 diff -u -r1.53 -r1.54
1221 --- java.xml 15 Nov 2011 19:03:31 -0000 1.53
1222 +++ java.xml 24 Jul 2012 12:12:51 -0000 1.54
1223 @@ -1,6 +1,6 @@
1224 <?xml version="1.0" encoding="UTF-8"?>
1225 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1226 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.53 2011/11/15 19:03:31 swift Exp $ -->
1227 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.54 2012/07/24 12:12:51 swift Exp $ -->
1228
1229 <guide>
1230 <title>Gentoo Java Guide</title>
1231 @@ -24,8 +24,8 @@
1232 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1233 <license/>
1234
1235 -<version>4</version>
1236 -<date>2011-11-15</date>
1237 +<version>5</version>
1238 +<date>2012-07-24</date>
1239
1240 <chapter>
1241 <title>What is Java?</title>
1242 @@ -114,7 +114,7 @@
1243 <p>
1244 Some JDKs and JREs, including the Sun packages, require accepting an End User
1245 License Agreement, or EULA. If its license (such as dlj-1.1) is not listed in
1246 -ACCEPT_LICENSE in <path>/etc/make.conf</path>, then you won't be able to install
1247 +ACCEPT_LICENSE in <path>/etc/portage/make.conf</path>, then you won't be able to install
1248 the JDK/JRE. For more information on how to add acceptable licenses to
1249 <path>make.conf</path>, please read the <uri
1250 link="/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=1#doc_chap4">Portage
1251
1252
1253
1254 1.22 xml/htdocs/doc/en/kernel-upgrade.xml
1255
1256 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.22&view=markup
1257 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?rev=1.22&content-type=text/plain
1258 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml?r1=1.21&r2=1.22
1259
1260 Index: kernel-upgrade.xml
1261 ===================================================================
1262 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v
1263 retrieving revision 1.21
1264 retrieving revision 1.22
1265 diff -u -r1.21 -r1.22
1266 --- kernel-upgrade.xml 4 Sep 2011 17:53:40 -0000 1.21
1267 +++ kernel-upgrade.xml 24 Jul 2012 12:12:51 -0000 1.22
1268 @@ -1,5 +1,5 @@
1269 <?xml version="1.0" encoding="UTF-8"?>
1270 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.21 2011/09/04 17:53:40 swift Exp $ -->
1271 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kernel-upgrade.xml,v 1.22 2012/07/24 12:12:51 swift Exp $ -->
1272
1273 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1274 <guide>
1275 @@ -17,8 +17,8 @@
1276 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1277 <license/>
1278
1279 -<version>2</version>
1280 -<date>2011-09-04</date>
1281 +<version>3</version>
1282 +<date>2012-07-24</date>
1283
1284 <chapter>
1285 <title>Introduction</title>
1286 @@ -126,10 +126,10 @@
1287 <p>
1288 Portage can update the symlink automatically when you emerge new kernel
1289 sources. All you have to do is add the <c>symlink</c> flag to the USE variable
1290 -in <path>/etc/make.conf</path>.
1291 +in <path>/etc/portage/make.conf</path>.
1292 </p>
1293
1294 -<pre caption="Example of USE variable in /etc/make.conf">
1295 +<pre caption="Example of USE variable in /etc/portage/make.conf">
1296 <comment>(Add the symlink keyword)</comment>
1297 USE="<i>symlink</i> x86 3dnow 3dnowex X aac aalib adns alsa apache2"
1298 </pre>
1299
1300
1301
1302 1.31 xml/htdocs/doc/en/migration-to-2.6.xml
1303
1304 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.31&view=markup
1305 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.31&content-type=text/plain
1306 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml?r1=1.30&r2=1.31
1307
1308 Index: migration-to-2.6.xml
1309 ===================================================================
1310 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v
1311 retrieving revision 1.30
1312 retrieving revision 1.31
1313 diff -u -r1.30 -r1.31
1314 --- migration-to-2.6.xml 26 Dec 2011 15:22:40 -0000 1.30
1315 +++ migration-to-2.6.xml 24 Jul 2012 12:12:51 -0000 1.31
1316 @@ -1,6 +1,6 @@
1317 <?xml version='1.0' encoding="UTF-8"?>
1318 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1319 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.30 2011/12/26 15:22:40 swift Exp $ -->
1320 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v 1.31 2012/07/24 12:12:51 swift Exp $ -->
1321
1322 <guide>
1323 <title>The complete Gentoo Linux 2.6 migration guide</title>
1324 @@ -29,8 +29,8 @@
1325 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2.
1326 </abstract>
1327
1328 -<version>3</version>
1329 -<date>2011-12-26</date>
1330 +<version>4</version>
1331 +<date>2012-07-24</date>
1332
1333 <chapter>
1334 <title>Introduction</title>
1335 @@ -80,7 +80,7 @@
1336 <p>
1337 From the 2005.0 release of Gentoo Linux, the default kernel is the latest 2.6
1338 series kernel. The default profile of the system is picked up from
1339 -<path>/etc/make.profile</path> which on 2005.0 or above would be a symlink to
1340 +<path>/etc/portage/make.profile</path> which on 2005.0 or above would be a symlink to
1341 <path>/usr/portage/profiles/default-linux/x86/2005.0</path> under which various
1342 important settings are taken care of.
1343 </p>
1344 @@ -91,8 +91,8 @@
1345 </p>
1346
1347 <pre caption="Changing your profile">
1348 -# <i>rm -f /etc/make.profile</i>
1349 -# <i>ln -snf /usr/portage/profiles/default-linux/x86/2005.1 /etc/make.profile</i>
1350 +# <i>rm -f /etc/portage/make.profile</i>
1351 +# <i>ln -snf /usr/portage/profiles/default-linux/x86/2005.1 /etc/portage/make.profile</i>
1352 </pre>
1353
1354 </body>
1355 @@ -1091,7 +1091,7 @@
1356 threading model present in Linux 2.6, which features much quicker thread create
1357 and destroy times. This won't make much of a difference to most systems, but
1358 you may wish to enable it during this migration process! To enable NPTL, edit
1359 -<path>/etc/make.conf</path>, adding <e>nptl</e> to your USE variable.
1360 +<path>/etc/portage/make.conf</path>, adding <e>nptl</e> to your USE variable.
1361 </p>
1362
1363 <warn>
1364
1365
1366
1367 1.19 xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml
1368
1369 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml?rev=1.19&view=markup
1370 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml?rev=1.19&content-type=text/plain
1371 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml?r1=1.18&r2=1.19
1372
1373 Index: new-upgrade-to-gentoo-1.4.xml
1374 ===================================================================
1375 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v
1376 retrieving revision 1.18
1377 retrieving revision 1.19
1378 diff -u -r1.18 -r1.19
1379 --- new-upgrade-to-gentoo-1.4.xml 4 Sep 2011 17:53:40 -0000 1.18
1380 +++ new-upgrade-to-gentoo-1.4.xml 24 Jul 2012 12:12:51 -0000 1.19
1381 @@ -1,6 +1,6 @@
1382 <?xml version="1.0" encoding="UTF-8"?>
1383
1384 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v 1.18 2011/09/04 17:53:40 swift Exp $ -->
1385 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v 1.19 2012/07/24 12:12:51 swift Exp $ -->
1386
1387 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1388
1389 @@ -23,8 +23,8 @@
1390 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1391 <license/>
1392
1393 -<version>0.4</version>
1394 -<date>2005-07-02</date>
1395 +<version>1</version>
1396 +<date>2024-07-24</date>
1397
1398 <chapter>
1399 <title>Before you begin</title>
1400 @@ -172,7 +172,7 @@
1401 </p>
1402
1403 <pre caption="Change the Portage profile">
1404 -# <i>cd /etc</i>
1405 +# <i>cd /etc/portage</i>
1406 # <i>rm make.profile</i>
1407 <comment>(Replace "x86" with your architecture)</comment>
1408 # <i>ln -s ../usr/portage/profiles/default-x86-1.4 make.profile</i>
1409
1410
1411
1412 1.52 xml/htdocs/doc/en/nvidia-guide.xml
1413
1414 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.52&view=markup
1415 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?rev=1.52&content-type=text/plain
1416 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/nvidia-guide.xml?r1=1.51&r2=1.52
1417
1418 Index: nvidia-guide.xml
1419 ===================================================================
1420 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v
1421 retrieving revision 1.51
1422 retrieving revision 1.52
1423 diff -u -r1.51 -r1.52
1424 --- nvidia-guide.xml 11 Sep 2011 08:43:18 -0000 1.51
1425 +++ nvidia-guide.xml 24 Jul 2012 12:12:51 -0000 1.52
1426 @@ -1,5 +1,5 @@
1427 <?xml version='1.0' encoding="UTF-8"?>
1428 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.51 2011/09/11 08:43:18 swift Exp $ -->
1429 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nvidia-guide.xml,v 1.52 2012/07/24 12:12:51 swift Exp $ -->
1430 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1431
1432 <guide>
1433 @@ -28,8 +28,8 @@
1434 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1435 <license/>
1436
1437 -<version>2</version>
1438 -<date>2011-09-11</date>
1439 +<version>3</version>
1440 +<date>2012-07-24</date>
1441
1442 <chapter>
1443 <title>Introduction</title>
1444 @@ -258,14 +258,14 @@
1445 <p>
1446 Now it's time to install the drivers. You can do this by first following the
1447 <uri link="/doc/en/xorg-config.xml">X Server Configuration HOWTO</uri> and
1448 -setting <c>VIDEO_CARDS="nvidia"</c> in <path>/etc/make.conf</path>. When you
1449 +setting <c>VIDEO_CARDS="nvidia"</c> in <path>/etc/portage/make.conf</path>. When you
1450 install the X server, it will then install the right version of
1451 <c>nvidia-drivers</c> for you.
1452 </p>
1453
1454 <note>
1455 The drivers can be installed with the <c>gtk</c> USE flag set in
1456 -<path>/etc/make.conf</path>. This will install
1457 +<path>/etc/portage/make.conf</path>. This will install
1458 <c>media-video/nvidia-settings</c>, a handy graphical tool for monitoring and
1459 configuring several aspects of your nVidia card.
1460 </note>
1461 @@ -416,13 +416,13 @@
1462 Some tools, such as <c>mplayer</c> and <c>xine-lib</c>, use a local USE flag
1463 called <c>xvmc</c> which enables XvMCNVIDIA support, useful when watching high
1464 resolution movies. Add in <c>xvmc</c> in your USE variable in
1465 -<path>/etc/make.conf</path> or add it as USE flag to <c>media-video/mplayer</c>
1466 +<path>/etc/portage/make.conf</path> or add it as USE flag to <c>media-video/mplayer</c>
1467 and/or <c>media-libs/xine-lib</c> in <path>/etc/portage/package.use</path>.
1468 </p>
1469
1470 <p>
1471 There are also some applications that use the <c>nvidia</c> USE flag, so you
1472 -may want to add it to <path>/etc/make.conf</path>.
1473 +may want to add it to <path>/etc/portage/make.conf</path>.
1474 </p>
1475
1476 <p>
1477 @@ -441,7 +441,7 @@
1478 and change graphical settings without restarting the X server and is available
1479 through Portage as <c>media-video/nvidia-settings</c>. As mentioned earlier, it
1480 will be pulled in automatically if you install the drivers with the <c>gtk</c>
1481 -USE flag set in <path>/etc/make.conf</path> or in
1482 +USE flag set in <path>/etc/portage/make.conf</path> or in
1483 <path>/etc/portage/package.use</path>.
1484 </p>
1485
1486
1487
1488
1489 1.83 xml/htdocs/doc/en/printing-howto.xml
1490
1491 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.83&view=markup
1492 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.83&content-type=text/plain
1493 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.82&r2=1.83
1494
1495 Index: printing-howto.xml
1496 ===================================================================
1497 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
1498 retrieving revision 1.82
1499 retrieving revision 1.83
1500 diff -u -r1.82 -r1.83
1501 --- printing-howto.xml 2 Mar 2011 08:59:09 -0000 1.82
1502 +++ printing-howto.xml 24 Jul 2012 12:12:51 -0000 1.83
1503 @@ -1,6 +1,6 @@
1504 <?xml version='1.0' encoding="UTF-8"?>
1505 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1506 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.82 2011/03/02 08:59:09 nightmorph Exp $ -->
1507 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.83 2012/07/24 12:12:51 swift Exp $ -->
1508
1509 <guide>
1510 <title>Gentoo Printing Guide</title>
1511 @@ -22,8 +22,8 @@
1512 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1513 <license/>
1514
1515 -<version>5</version>
1516 -<date>2011-03-02</date>
1517 +<version>6</version>
1518 +<date>2012-07-24</date>
1519
1520 <chapter>
1521 <title>Printing and Gentoo Linux</title>
1522 @@ -1071,7 +1071,7 @@
1523
1524 <p>
1525 You need to re-emerge <c>ghostscript-gpl</c> with the <c>cups</c> USE flag. You
1526 -can either add <c>cups</c> to your USE flags in <path>/etc/make.conf</path>, or
1527 +can either add <c>cups</c> to your USE flags in <path>/etc/portage/make.conf</path>, or
1528 you can enable it only for <c>ghostscript-gpl</c> as shown:
1529 </p>
1530
1531
1532
1533
1534 1.64 xml/htdocs/doc/en/rsync.xml
1535
1536 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/rsync.xml?rev=1.64&view=markup
1537 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/rsync.xml?rev=1.64&content-type=text/plain
1538 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/rsync.xml?r1=1.63&r2=1.64
1539
1540 Index: rsync.xml
1541 ===================================================================
1542 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v
1543 retrieving revision 1.63
1544 retrieving revision 1.64
1545 diff -u -r1.63 -r1.64
1546 --- rsync.xml 4 Sep 2011 17:53:40 -0000 1.63
1547 +++ rsync.xml 24 Jul 2012 12:12:51 -0000 1.64
1548 @@ -1,6 +1,6 @@
1549 <?xml version="1.0" encoding="UTF-8"?>
1550 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1551 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.63 2011/09/04 17:53:40 swift Exp $ -->
1552 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.64 2012/07/24 12:12:51 swift Exp $ -->
1553
1554 <guide lang="en">
1555 <title>Gentoo Linux rsync Mirrors Policy and Guide</title>
1556 @@ -24,8 +24,8 @@
1557 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1558 <license/>
1559
1560 -<version>3.9</version>
1561 -<date>2010-06-14</date>
1562 +<version>4</version>
1563 +<date>2012-07-24</date>
1564
1565 <chapter>
1566 <title>Preliminaries</title>
1567 @@ -201,11 +201,11 @@
1568
1569 <p>
1570 Now, make your other computers use your own local rsync mirror instead of a
1571 -public one. Edit your <path>/etc/make.conf</path> and make the <c>SYNC</c>
1572 +public one. Edit your <path>/etc/portage/make.conf</path> and make the <c>SYNC</c>
1573 variable point to your server.
1574 </p>
1575
1576 -<pre caption="Define SYNC in /etc/make.conf">
1577 +<pre caption="Define SYNC in /etc/portage/make.conf">
1578 <comment>(Use your server IP address)</comment>
1579 SYNC="rsync://<i>192.168.0.1</i>/gentoo-portage"
1580 <comment>(Or use your server name)</comment>
1581 @@ -417,7 +417,7 @@
1582 Take this address and use it as the only parameter for rsync with two colons
1583 appended to it. e.g.: <c>rsync 1.2.3.4::</c>. You should be able to find out
1584 which mirror that is from the banner message. Update your
1585 -<path>/etc/make.conf</path> accordingly.
1586 +<path>/etc/portage/make.conf</path> accordingly.
1587 </p>
1588
1589 </body>
1590
1591
1592
1593 1.57 xml/htdocs/doc/en/utf-8.xml
1594
1595 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.57&view=markup
1596 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?rev=1.57&content-type=text/plain
1597 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/utf-8.xml?r1=1.56&r2=1.57
1598
1599 Index: utf-8.xml
1600 ===================================================================
1601 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v
1602 retrieving revision 1.56
1603 retrieving revision 1.57
1604 diff -u -r1.56 -r1.57
1605 --- utf-8.xml 26 Mar 2012 19:21:56 -0000 1.56
1606 +++ utf-8.xml 24 Jul 2012 12:12:51 -0000 1.57
1607 @@ -1,6 +1,6 @@
1608 <?xml version='1.0' encoding="UTF-8"?>
1609 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1610 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.56 2012/03/26 19:21:56 swift Exp $ -->
1611 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/utf-8.xml,v 1.57 2012/07/24 12:12:51 swift Exp $ -->
1612
1613 <guide>
1614 <title>Using UTF-8 with Gentoo</title>
1615 @@ -28,8 +28,8 @@
1616 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1617 <license />
1618
1619 -<version>5</version>
1620 -<date>2012-03-26</date>
1621 +<version>6</version>
1622 +<date>2012-07-24</date>
1623
1624 <chapter>
1625 <title>Character Encodings</title>
1626 @@ -442,7 +442,7 @@
1627
1628 <p>
1629 It is wise to add <c>unicode</c> to your global USE flags in
1630 -<path>/etc/make.conf</path>, and then to remerge <c>sys-libs/ncurses</c> and
1631 +<path>/etc/portage/make.conf</path>, and then to remerge <c>sys-libs/ncurses</c> and
1632 <c>sys-libs/slang</c> if appropriate. Portage will do this automatically when
1633 you update your system:
1634 </p>
1635
1636
1637
1638 1.14 xml/htdocs/doc/en/vdr-guide.xml
1639
1640 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.14&view=markup
1641 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?rev=1.14&content-type=text/plain
1642 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/vdr-guide.xml?r1=1.13&r2=1.14
1643
1644 Index: vdr-guide.xml
1645 ===================================================================
1646 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v
1647 retrieving revision 1.13
1648 retrieving revision 1.14
1649 diff -u -r1.13 -r1.14
1650 --- vdr-guide.xml 11 Sep 2011 08:43:18 -0000 1.13
1651 +++ vdr-guide.xml 24 Jul 2012 12:12:51 -0000 1.14
1652 @@ -1,5 +1,5 @@
1653 <?xml version="1.0" encoding="UTF-8"?>
1654 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.13 2011/09/11 08:43:18 swift Exp $ -->
1655 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vdr-guide.xml,v 1.14 2012/07/24 12:12:51 swift Exp $ -->
1656 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1657
1658 <guide>
1659 @@ -26,8 +26,8 @@
1660 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1661 <license/>
1662
1663 -<version>2</version>
1664 -<date>2011-09-11</date>
1665 +<version>3</version>
1666 +<date>2012-07-24</date>
1667
1668 <chapter>
1669 <title>General information to DVB</title>
1670 @@ -245,13 +245,13 @@
1671 config directory of the executing program (e.g. <c>mplayer</c> loads the file
1672 <path>~/.mplayer/lircrc</path>). Before we install LIRC, you have to add
1673 <c>lirc</c> to your USE flags and add an additional entry to
1674 -<path>/etc/make.conf</path>: <c>LIRC_DEVICES</c>. Use <uri
1675 +<path>/etc/portage/make.conf</path>: <c>LIRC_DEVICES</c>. Use <uri
1676 link="http://www.lirc.org/html/table.html">this list</uri> to find the proper
1677 arguments for the option.
1678 </p>
1679
1680 <pre caption="Installing LIRC">
1681 -# <i>nano -w /etc/make.conf</i>
1682 +# <i>nano -w /etc/portage/make.conf</i>
1683 <comment>(Replace "devinput" with the proper driver)</comment>
1684 LIRC_DEVICES="devinput"
1685 USE="lirc"
1686
1687
1688
1689 1.64 xml/htdocs/doc/en/virt-mail-howto.xml
1690
1691 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.64&view=markup
1692 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.64&content-type=text/plain
1693 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml?r1=1.63&r2=1.64
1694
1695 Index: virt-mail-howto.xml
1696 ===================================================================
1697 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v
1698 retrieving revision 1.63
1699 retrieving revision 1.64
1700 diff -u -r1.63 -r1.64
1701 --- virt-mail-howto.xml 1 Mar 2011 09:52:38 -0000 1.63
1702 +++ virt-mail-howto.xml 24 Jul 2012 12:12:51 -0000 1.64
1703 @@ -1,6 +1,6 @@
1704 <?xml version='1.0' encoding='UTF-8'?>
1705 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1706 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.63 2011/03/01 09:52:38 nightmorph Exp $ -->
1707 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.64 2012/07/24 12:12:51 swift Exp $ -->
1708
1709 <guide>
1710 <title>Virtual Mailhosting System with Postfix Guide</title>
1711 @@ -29,8 +29,8 @@
1712 postfix, mysql, courier-imap, and cyrus-sasl.
1713 </abstract>
1714
1715 -<version>3</version>
1716 -<date>2011-03-01</date>
1717 +<version>4</version>
1718 +<date>2012-07-24</date>
1719
1720 <chapter>
1721 <title>Introduction</title>
1722 @@ -79,7 +79,7 @@
1723 </p>
1724
1725 <p>
1726 -Make sure to turn on the following USE variables in <path>/etc/make.conf</path>
1727 +Make sure to turn on the following USE variables in <path>/etc/portage/make.conf</path>
1728 before compiling the packages: <c>USE="mysql imap libwww maildir
1729 sasl ssl"</c>. Otherwise you will most likely have to recompile things to
1730 get the support you need for all the protocols. Further, it's a good idea to
1731
1732
1733
1734 1.13 xml/htdocs/doc/en/xen-guide.xml
1735
1736 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.13&view=markup
1737 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.13&content-type=text/plain
1738 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.12&r2=1.13
1739
1740 Index: xen-guide.xml
1741 ===================================================================
1742 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v
1743 retrieving revision 1.12
1744 retrieving revision 1.13
1745 diff -u -r1.12 -r1.13
1746 --- xen-guide.xml 18 Jun 2012 22:40:15 -0000 1.12
1747 +++ xen-guide.xml 24 Jul 2012 12:12:51 -0000 1.13
1748 @@ -1,6 +1,6 @@
1749 <?xml version='1.0' encoding='UTF-8'?>
1750 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1751 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.12 2012/06/18 22:40:15 nightmorph Exp $ -->
1752 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.13 2012/07/24 12:12:51 swift Exp $ -->
1753
1754 <guide disclaimer="obsolete">
1755 <title>Configuring Gentoo with Xen</title>
1756 @@ -20,8 +20,8 @@
1757 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1758 <license/>
1759
1760 -<version>7</version>
1761 -<date>2011-12-26</date>
1762 +<version>8</version>
1763 +<date>2012-07-24</date>
1764
1765 <chapter>
1766 <title>Introduction</title>
1767 @@ -88,7 +88,7 @@
1768 </impo>
1769
1770 <pre caption="Editing the CFLAGS and rebuild the Gentoo installation">
1771 -~# <i>nano -w /etc/make.conf</i>
1772 +~# <i>nano -w /etc/portage/make.conf</i>
1773 <comment>(Add -mno-tls-direct-seg-refs ONLY if you have a 32-bit dom0)</comment>
1774 <comment>(You don't need this flag if you have a 64-bit dom0)</comment>
1775 CFLAGS="-O2 -march=pentium4 -pipe <i>-mno-tls-direct-seg-refs</i>"
1776
1777
1778
1779 1.45 xml/htdocs/doc/en/xfce-config.xml
1780
1781 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.45&view=markup
1782 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.45&content-type=text/plain
1783 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.44&r2=1.45
1784
1785 Index: xfce-config.xml
1786 ===================================================================
1787 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
1788 retrieving revision 1.44
1789 retrieving revision 1.45
1790 diff -u -r1.44 -r1.45
1791 --- xfce-config.xml 1 Jul 2012 14:50:09 -0000 1.44
1792 +++ xfce-config.xml 24 Jul 2012 12:12:51 -0000 1.45
1793 @@ -1,6 +1,6 @@
1794 <?xml version='1.0' encoding='UTF-8'?>
1795 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1796 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.44 2012/07/01 14:50:09 swift Exp $ -->
1797 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.45 2012/07/24 12:12:51 swift Exp $ -->
1798
1799 <guide>
1800 <title>The Xfce Configuration Guide</title>
1801 @@ -18,8 +18,8 @@
1802 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1803 <license/>
1804
1805 -<version>12</version>
1806 -<date>2012-07-01</date>
1807 +<version>13</version>
1808 +<date>2012-07-24</date>
1809
1810 <chapter>
1811 <title>Introduction</title>
1812 @@ -69,14 +69,14 @@
1813 </p>
1814
1815 <p>
1816 -Next, double-check your USE flags in <path>/etc/make.conf</path>; you'll
1817 +Next, double-check your USE flags in <path>/etc/portage/make.conf</path>; you'll
1818 probably at least want <c>USE="-gnome -kde -minimal -qt4 dbus jpeg lock session
1819 startup-notification thunar udev X"</c>.
1820 </p>
1821
1822 <p>
1823 Now that you've set your <c>USE</c> variables in
1824 -<path>/etc/make.conf</path>, it's time to install Xfce.
1825 +<path>/etc/portage/make.conf</path>, it's time to install Xfce.
1826 </p>
1827
1828 <pre caption="Installing Xfce">
1829
1830
1831
1832 1.50 xml/htdocs/doc/en/xorg-config.xml
1833
1834 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.50&view=markup
1835 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?rev=1.50&content-type=text/plain
1836 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xorg-config.xml?r1=1.49&r2=1.50
1837
1838 Index: xorg-config.xml
1839 ===================================================================
1840 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v
1841 retrieving revision 1.49
1842 retrieving revision 1.50
1843 diff -u -r1.49 -r1.50
1844 --- xorg-config.xml 14 Jun 2012 06:48:33 -0000 1.49
1845 +++ xorg-config.xml 24 Jul 2012 12:12:51 -0000 1.50
1846 @@ -1,6 +1,6 @@
1847 <?xml version='1.0' encoding='UTF-8'?>
1848 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1849 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.49 2012/06/14 06:48:33 nightmorph Exp $ -->
1850 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xorg-config.xml,v 1.50 2012/07/24 12:12:51 swift Exp $ -->
1851
1852 <guide>
1853 <title>The X Server Configuration HOWTO</title>
1854 @@ -22,8 +22,8 @@
1855 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
1856 <license/>
1857
1858 -<version>11</version>
1859 -<date>2012-06-13</date>
1860 +<version>12</version>
1861 +<date>2012-07-24</date>
1862
1863 <chapter>
1864 <title>What is the X Window Server?</title>
1865 @@ -93,7 +93,7 @@
1866 <p>
1867 Before you can install Xorg, you need to prepare your system for it. First,
1868 we'll set up the kernel to support input devices and video cards. Then we'll
1869 -prepare <path>/etc/make.conf</path> so that the right drivers and Xorg packages
1870 +prepare <path>/etc/portage/make.conf</path> so that the right drivers and Xorg packages
1871 are built and installed.
1872 </p>
1873
1874 @@ -236,7 +236,7 @@
1875
1876 <p>
1877 Now that you're done setting up KMS, continue with preparing
1878 -<path>/etc/make.conf</path> in the next section.
1879 +<path>/etc/portage/make.conf</path> in the next section.
1880 </p>
1881
1882 </body>
1883 @@ -247,7 +247,7 @@
1884
1885 <p>
1886 Now that your kernel is prepared, you have to configure two important variables
1887 -in the <path>/etc/make.conf</path> file before you can install Xorg.
1888 +in the <path>/etc/portage/make.conf</path> file before you can install Xorg.
1889 </p>
1890
1891 <p>
1892 @@ -287,7 +287,7 @@
1893
1894 <p>
1895 Now you should decide which drivers you will use and add necessary settings to
1896 -the <path>/etc/make.conf</path> file:
1897 +the <path>/etc/portage/make.conf</path> file:
1898 </p>
1899
1900 <pre caption="Sample make.conf entries">