Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml hb-install-mips-system.xml hb-working-use.xml
Date: Sun, 08 Oct 2006 19:38:57
Message-Id: 20061008193812.00EBA6473D@smtp.gentoo.org
1 nightmorph 06/10/08 19:38:11
2
3 Modified: hb-install-system.xml hb-install-mips-system.xml
4 hb-working-use.xml
5 Log:
6 general Qt USE flag cleanup
7
8 Revision Changes Path
9 1.100 xml/htdocs/doc/en/handbook/hb-install-system.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.100&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.100&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.99&r2=1.100
14
15 Index: hb-install-system.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
18 retrieving revision 1.99
19 retrieving revision 1.100
20 diff -u -r1.99 -r1.100
21 --- hb-install-system.xml 17 Sep 2006 12:16:59 -0000 1.99
22 +++ hb-install-system.xml 8 Oct 2006 19:38:11 -0000 1.100
23 @@ -4,12 +4,12 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.99 2006/09/17 12:16:59 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.100 2006/10/08 19:38:11 nightmorph Exp $ -->
29
30 <sections>
31
32 -<version>7.1</version>
33 -<date>2006-09-17</date>
34 +<version>7.2</version>
35 +<date>2006-10-08</date>
36
37 <section>
38 <title>Chrooting</title>
39 @@ -297,10 +297,10 @@
40 <p>
41 In the <c>USE</c> variable you define keywords which are mapped onto
42 compile-options. For instance, <e>ssl</e> will compile ssl-support in the
43 -programs that support it. <e>-X</e> will remove X-server support (note the minus
44 -sign in front). <e>gnome gtk -kde -qt</e> will compile your programs with gnome
45 -(and gtk) support, and not with kde (and qt) support, making your system fully
46 -tweaked for GNOME.
47 +programs that support it. <e>-X</e> will remove X-server support (note the
48 +minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your
49 +programs with gnome (and gtk) support, and not with kde (and qt) support,
50 +making your system fully tweaked for GNOME.
51 </p>
52
53 <p>
54 @@ -339,7 +339,7 @@
55 </pre>
56
57 <pre caption="USE setting">
58 -USE="-gtk -gnome qt kde dvd alsa cdr"
59 +USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
60 </pre>
61
62 </body>
63
64
65
66 1.2 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.1&r2=1.2
71
72 Index: hb-install-mips-system.xml
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- hb-install-mips-system.xml 30 Aug 2006 22:52:28 -0000 1.1
79 +++ hb-install-mips-system.xml 8 Oct 2006 19:38:11 -0000 1.2
80 @@ -4,12 +4,12 @@
81 <!-- The content of this document is licensed under the CC-BY-SA license -->
82 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
83
84 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.1 2006/08/30 22:52:28 nightmorph Exp $ -->
85 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.2 2006/10/08 19:38:11 nightmorph Exp $ -->
86
87 <sections>
88
89 -<version>7.0</version>
90 -<date>2006-08-30</date>
91 +<version>7.1</version>
92 +<date>2006-10-08</date>
93
94 <section>
95 <title>Chrooting</title>
96 @@ -442,10 +442,10 @@
97 <p>
98 In the <c>USE</c> variable you define keywords which are mapped onto
99 compile-options. For instance, <e>ssl</e> will compile ssl-support in the
100 -programs that support it. <e>-X</e> will remove X-server support (note the minus
101 -sign in front). <e>gnome gtk -kde -qt</e> will compile your programs with gnome
102 -(and gtk) support, and not with kde (and qt) support, making your system fully
103 -tweaked for GNOME.
104 +programs that support it. <e>-X</e> will remove X-server support (note the
105 +minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your
106 +programs with gnome (and gtk) support, and not with kde (and qt) support,
107 +making your system fully tweaked for GNOME.
108 </p>
109
110 <p>
111 @@ -484,7 +484,7 @@
112 </pre>
113
114 <pre caption="USE setting">
115 -USE="-gtk -gnome qt kde dvd alsa cdr"
116 +USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
117 </pre>
118
119 </body>
120
121
122
123 1.43 xml/htdocs/doc/en/handbook/hb-working-use.xml
124
125 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.43&view=markup
126 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.43&content-type=text/plain
127 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.42&r2=1.43
128
129 Index: hb-working-use.xml
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v
132 retrieving revision 1.42
133 retrieving revision 1.43
134 diff -u -r1.42 -r1.43
135 --- hb-working-use.xml 4 Sep 2006 11:29:36 -0000 1.42
136 +++ hb-working-use.xml 8 Oct 2006 19:38:11 -0000 1.43
137 @@ -4,12 +4,12 @@
138 <!-- The content of this document is licensed under the CC-BY-SA license -->
139 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
140
141 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.42 2006/09/04 11:29:36 rane Exp $ -->
142 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.43 2006/10/08 19:38:11 nightmorph Exp $ -->
143
144 <sections>
145
146 -<version>1.34</version>
147 -<date>2006-09-03</date>
148 +<version>1.35</version>
149 +<date>2006-10-08</date>
150
151 <section>
152 <title>What are USE-flags?</title>
153 @@ -163,7 +163,7 @@
154 </p>
155
156 <pre caption="An example USE setting in /etc/make.conf">
157 -USE="-kde -qt ldap"
158 +USE="-kde -qt3 -qt4 ldap"
159 </pre>
160
161 </body>
162
163
164
165 --
166 gentoo-doc-cvs@g.o mailing list