Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-working-use.xml
Date: Mon, 07 Jun 2010 09:20:06
Message-Id: 20100607092000.E00FD2CE3C@corvid.gentoo.org
1 nightmorph 10/06/07 09:20:00
2
3 Modified: hb-working-use.xml
4 Log:
5 cleaned up dead USE flags, and used a newer sample profile
6
7 Revision Changes Path
8 1.50 xml/htdocs/doc/en/handbook/hb-working-use.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.50&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.50&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.49&r2=1.50
13
14 Index: hb-working-use.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v
17 retrieving revision 1.49
18 retrieving revision 1.50
19 diff -u -r1.49 -r1.50
20 --- hb-working-use.xml 21 Oct 2007 19:16:11 -0000 1.49
21 +++ hb-working-use.xml 7 Jun 2010 09:20:00 -0000 1.50
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.49 2007/10/21 19:16:11 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.50 2010/06/07 09:20:00 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 work with USE flags and understand how USE flags interact with your system.
33 </abstract>
34
35 -<version>1.38</version>
36 -<date>2007-10-21</date>
37 +<version>1.39</version>
38 +<date>2010-06-07</date>
39
40 <section>
41 <title>What are USE flags?</title>
42 @@ -135,16 +135,17 @@
43 </p>
44
45 <p>
46 -Let us take a look at this default setting for the 2004.3 profile:
47 +Let us take a look at this default setting for the 10.0 profile:
48 </p>
49
50 -<pre caption="Cumulative make.defaults USE variable for the 2004.3 profile">
51 -<comment>(This example is the sum of the settings in base, default-linux,
52 - default-linux/x86 and default-linux/x86/2004.3)</comment>
53 -USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups encode fortran f77
54 - foomaticdb gdbm gif gpm gtk imlib jpeg kde gnome libg++ libwww mad
55 - mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt
56 - quicktime readline sdl spell ssl svga tcpd truetype X xml2 xmms xv zlib"
57 +<pre caption="Cumulative make.defaults USE variable for the 10.0 profile">
58 +<comment>(This example is the sum of the settings in base, default/linux,
59 + default/linux/x86 and default/linux/x86/10.0/)</comment>
60 +USE="a52 aac acpi alsa branding cairo cdr dbus dts dvd dvdr emboss encode exif
61 +fam firefox flac gif gpm gtk hal jpeg lcms ldap libnotify mad mikmod mng mp3
62 +mp4 mpeg ogg opengl pango pdf png ppds qt3support qt4 sdl spell
63 +startup-notification svg tiff truetype vorbis unicode usb X xcb x264 xml
64 +xulrunner xv xvid"
65 </pre>
66
67 <p>
68 @@ -168,7 +169,7 @@
69 </p>
70
71 <pre caption="An example USE setting in /etc/make.conf">
72 -USE="-kde -qt3 -qt4 ldap"
73 +USE="-kde -qt4 ldap"
74 </pre>
75
76 </body>