Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoolkit.xml
Date: Fri, 17 Nov 2006 19:27:40
Message-Id: 20061117192730.054C9643AC@smtp.gentoo.org
1 nightmorph 06/11/17 19:26:57
2
3 Modified: gentoolkit.xml
4 Log:
5 overhauled gentoolkit.xml for use flag & package changes, bug 155500
6
7 Revision Changes Path
8 1.24 xml/htdocs/doc/en/gentoolkit.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.24&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.24&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.23&r2=1.24
13
14 Index: gentoolkit.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
17 retrieving revision 1.23
18 retrieving revision 1.24
19 diff -u -r1.23 -r1.24
20 --- gentoolkit.xml 2 Nov 2006 18:41:52 -0000 1.23
21 +++ gentoolkit.xml 17 Nov 2006 19:26:57 -0000 1.24
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.23 2006/11/02 18:41:52 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.24 2006/11/17 19:26:57 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/gentoolkit.xml">
29 @@ -26,6 +26,9 @@
30 <author title="Editor">
31 <mail link="yoswink@g.o">José Luis Rivero</mail>
32 </author>
33 +<author title="Editor">
34 + <mail link="nightmorph@g.o">Joshua Saddler</mail>
35 +</author>
36
37 <abstract>
38 Gentoolkit is a suite of tools to ease the administration of a Gentoo system.
39 @@ -34,8 +37,8 @@
40
41 <!-- Licensed under GFDL -->
42
43 -<version>1.9</version>
44 -<date>2006-11-02</date>
45 +<version>1.10</version>
46 +<date>2006-11-17</date>
47
48 <chapter>
49 <title>Introduction</title>
50 @@ -110,11 +113,9 @@
51 <body>
52
53 <p>
54 -<c>equery</c> is a tool that supports some features of <c>epm</c> (and the
55 -deprecated <c>qpkg</c>) together with its own set of features that make it
56 -really useful. <c>equery --help</c> gives you the full set of options.
57 -<c>equery</c> will eventually replace <c>etcat</c> in a future release of
58 -Gentoolkit.
59 +<c>equery</c> is a tool that displays a great deal of useful information about
60 +the packages on your system and much more. <c>equery --help</c> gives you the
61 +full set of options.
62 </p>
63
64 <note>
65 @@ -124,11 +125,10 @@
66 </note>
67
68 <note>
69 -Be aware that equery currently changes the format of the output if it is
70 -sent through a pipe. The piped format is intended to be easier to parse by
71 -tools, but has turned out to be less popular and will probably change in
72 -the future. If you write scripts that employ equery, you should be aware
73 -of this.
74 +Be aware that equery currently changes the format of the output if it is sent
75 +through a pipe. The piped format is intended to be easier to parse by tools, but
76 +you can also turn it off by adding the <c>--no-pipe</c> option. If you write
77 +scripts that employ equery, you should be aware of this.
78 </note>
79
80 </body>
81 @@ -251,7 +251,7 @@
82 </p>
83
84 <pre caption="Listing files">
85 -#<i> equery files gentoolkit</i>
86 +# <i>equery files gentoolkit</i>
87 [ Searching for packages matching gentoolkit... ]
88 app-portage/gentoolkit-0.2.0
89 * Contents of app-portage/gentoolkit-0.2.0:
90 @@ -295,7 +295,7 @@
91 USE flag, <c>equery</c> has the function <c>hasuse</c>:
92 </p>
93
94 -<pre caption="Searching packages which use mozilla USE flag">
95 +<pre caption="Searching packages which use the mozilla USE flag">
96 # <i>equery hasuse mozilla</i>
97 [ Searching for USE flag mozilla in all categories among: ]
98 * installed packages
99 @@ -391,26 +391,27 @@
100 </p>
101
102 <pre caption="Set and Unset USE Flags">
103 -# <i>equery uses ethereal</i>
104 +# <i>equery uses wireshark</i>
105 [ Colour Code : set unset ]
106 [ Legend : (U) Col 1 - Current USE flags ]
107 [ : (I) Col 2 - Installed With USE flags ]
108
109 - U I [ Found these USE variables in : net-analyzer/ethereal-0.10.6 ]
110 - - - adns : Adds support for the adns DNS client library
111 - + + gtk : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
112 - - - ipv6 : Adds support for IP version 6
113 - - - snmp : Adds support for the Simple Network Management Protocol if available
114 - + + ssl : Adds support for Secure Socket Layer connections
115 - + + gtk2 : Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports both.
116 - - - debug : Tells configure and the makefiles to build for debugging. Effects vary across packages,
117 - but generally it will at least add -g to CFLAGS. Remember to set FEATURES=nostrip too
118 + U I [ Found these USE variables in : net-analyzer/wireshark-0.99.4 ]
119 + - - adns : Adds support for the adns DNS client library
120 + + + gtk : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
121 + - - ipv6 : Adds support for IP version 6
122 + - - kerberos : Adds kerberos support
123 + - - portaudio : Adds support for the crossplatform portaudio audio API
124 + - - selinux : !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
125 + - - snmp : Adds support for the Simple Network Management Protocol if available
126 + + + ssl : Adds support for Secure Socket Layer connections
127 + - - threads : Adds threads support for various packages. Usually pthreads
128 </pre>
129
130 <p>
131 -I have installed ethereal with only the gtk, ssl and gtk2 flags set, but the
132 -other USE flags for ethereal are adns, ipv6, snmp and debug. For more
133 -information on USE flags, please refer to the <uri
134 +I have installed wireshark with only the gtk and ssl flags set, but there are
135 +several other USE flags for wireshark still available. For more information on
136 +USE flags, please refer to the <uri
137 link="/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=2">USE Flags</uri>
138 chapter of the <uri link="/doc/en/handbook/">Gentoo Handbook</uri>.
139 </p>
140 @@ -442,10 +443,6 @@
141 <title>Introduction</title>
142 <body>
143
144 -<warn>
145 -<c>euse</c> is currently broken as it does not support cascading profiles well.
146 -</warn>
147 -
148 <p>
149 <c>euse</c> is a tool to see, set and unset USE flags at various places. For
150 more information on USE flags, please refer to the <uri
151 @@ -491,7 +488,6 @@
152 emboss [+ D ]
153 encode [+ D ]
154 esd [+ ]
155 -ethereal [+ C ]
156 fam [+ ]
157 fbcon [+ C ]
158 font-server [+ D ]
159 @@ -506,12 +502,10 @@
160 gpm [+ CD ]
161 gstreamer [+ C ]
162 gtk [+ D ]
163 -gtk2 [+ CD ]
164 gtkhtml [+ C ]
165 guile [+ ]
166 imagemagick [+ ]
167 imlib [+ CD ]
168 -imlib2 [+ ]
169 innodb [+ ]
170 ipv6 [+ D ]
171 javascript [+ C ]
172 @@ -536,7 +530,7 @@
173 nvidia [+ C ]
174 odbc [+ ]
175 offensive [+ ]
176 -oggvorbis [+ CD ]
177 +ogg [+ CD ]
178 opengl [+ CD ]
179 oss [+ D ]
180 pam [+ CD ]
181 @@ -558,13 +552,10 @@
182 tcpd [+ D ]
183 tiff [+ C ]
184 truetype [+ CD ]
185 -truetype-fonts [+ D ]
186 -type1-fonts [+ D ]
187 usb [+ C ]
188 vanilla [+ C ]
189 x86 [+ C ]
190 xml [+ ]
191 -xml2 [+ D ]
192 xosd [+ C ]
193 xv [+ CD ]
194 xvid [+ C ]
195 @@ -584,14 +575,11 @@
196 font-server [+ D ]
197 fortran [+ D ]
198 gimpprint [+ C ]
199 -imlib2 [+ ]
200 md5sum [+ C ]
201 mpeg4 [+ C ]
202 nvidia [+ C ]
203 offensive [+ ]
204 truetype [+ CD ]
205 -truetype-fonts [+ D ]
206 -type1-fonts [+ D ]
207 </pre>
208
209 <p>
210 @@ -613,26 +601,26 @@
211 /etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_backup
212
213 <comment>(/etc/make.conf after the command)</comment>
214 -USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc ethereal fbcon gd \
215 - gif gimpprint gnome gpm gstreamer gtk2 gtkhtml imlib imlib2 \
216 +USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon gd \
217 + gif gimpprint gnome gpm gstreamer gtkhtml imlib \
218 innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
219 mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nvidia \
220 - oggvorbis odbc offensive opengl pam pdflib perl png python \
221 + ogg odbc offensive opengl pam pdflib perl png python \
222 quicktime readline sdl spell sse ssl svga tcltk tiff truetype usb \
223 - vanilla X xml2 xosd xv xvid x86 zlib 3dfx"
224 + vanilla X xosd xv xvid x86 zlib 3dfx"
225
226 <comment>(Disabling the USE Flag)</comment>
227 # <i> euse -D 3dfx</i>
228 /etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_backup
229
230 <comment>(/etc/make.conf after the command)</comment>
231 -USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc ethereal fbcon gd \
232 - gif gimpprint gnome gpm gstreamer gtk2 gtkhtml imlib imlib2 \
233 +USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon gd \
234 + gif gimpprint gnome gpm gstreamer gtkhtml imlib \
235 innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
236 mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nvidia \
237 - oggvorbis odbc offensive opengl pam pdflib perl png python \
238 + ogg odbc offensive opengl pam pdflib perl png python \
239 quicktime readline sdl spell sse ssl svga tcltk tiff truetype usb \
240 - vanilla X xml2 xosd xv xvid x86 zlib -3dfx"
241 + vanilla X xosd xv xvid x86 zlib -3dfx"
242 </pre>
243
244 <note>
245
246
247
248 --
249 gentoo-doc-cvs@g.o mailing list