nightmorph    06/11/17 19:26:57

  Modified:             gentoolkit.xml
  Log:
  overhauled gentoolkit.xml for use flag & package changes, bug 155500

Revision  Changes    Path
1.24                 xml/htdocs/doc/en/gentoolkit.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoolkit.xml?r1=1.23&r2=1.24

Index: gentoolkit.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gentoolkit.xml      2 Nov 2006 18:41:52 -0000       1.23
+++ gentoolkit.xml      17 Nov 2006 19:26:57 -0000      1.24
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.23 
2006/11/02 18:41:52 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoolkit.xml,v 1.24 
2006/11/17 19:26:57 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/gentoolkit.xml">
@@ -26,6 +26,9 @@
 <author title="Editor">
   <mail link="[EMAIL PROTECTED]">José Luis Rivero</mail>
 </author>
+<author title="Editor">
+  <mail link="[EMAIL PROTECTED]">Joshua Saddler</mail>
+</author>
 
 <abstract>
 Gentoolkit is a suite of tools to ease the administration of a Gentoo system.
@@ -34,8 +37,8 @@
 
 <!-- Licensed under GFDL -->
 
-<version>1.9</version>
-<date>2006-11-02</date>
+<version>1.10</version>
+<date>2006-11-17</date>
 
 <chapter>
 <title>Introduction</title>
@@ -110,11 +113,9 @@
 <body>
 
 <p>
-<c>equery</c> is a tool that supports some features of <c>epm</c> (and the
-deprecated <c>qpkg</c>) together with its own set of features that make it
-really useful. <c>equery --help</c> gives you the full set of options. 
-<c>equery</c> will eventually replace <c>etcat</c> in a future release of
-Gentoolkit.
+<c>equery</c> is a tool that displays a great deal of useful information about
+the packages on your system and much more. <c>equery --help</c> gives you the
+full set of options.
 </p>
 
 <note>
@@ -124,11 +125,10 @@
 </note>
 
 <note>
-Be aware that equery currently changes the format of the output if it is 
-sent through a pipe. The piped format is intended to be easier to parse by
-tools, but has turned out to be less popular and will probably change in 
-the future. If you write scripts that employ equery, you should be aware 
-of this.
+Be aware that equery currently changes the format of the output if it is sent
+through a pipe. The piped format is intended to be easier to parse by tools, 
but
+you can also turn it off by adding the <c>--no-pipe</c> option. If you write
+scripts that employ equery, you should be aware of this.
 </note>
 
 </body>
@@ -251,7 +251,7 @@
 </p>
 
 <pre caption="Listing files">
-#<i> equery files gentoolkit</i>
+# <i>equery files gentoolkit</i>
 [ Searching for packages matching gentoolkit... ]
 app-portage/gentoolkit-0.2.0
 * Contents of app-portage/gentoolkit-0.2.0:
@@ -295,7 +295,7 @@
 USE flag, <c>equery</c> has the function <c>hasuse</c>:
 </p>
 
-<pre caption="Searching packages which use mozilla USE flag">
+<pre caption="Searching packages which use the mozilla USE flag">
 # <i>equery hasuse mozilla</i>
 [ Searching for USE flag mozilla in all categories among: ]
  * installed packages
@@ -391,26 +391,27 @@
 </p>
 
 <pre caption="Set and Unset USE Flags">
-# <i>equery uses ethereal</i>
+# <i>equery uses wireshark</i>
 [ Colour Code : set unset ]
 [ Legend    : (U) Col 1 - Current USE flags        ]
 [           : (I) Col 2 - Installed With USE flags ]
 
- U I [ Found these USE variables in : net-analyzer/ethereal-0.10.6 ]
- - - adns  : Adds support for the adns DNS client library
- + + gtk   : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
- - - ipv6  : Adds support for IP version 6
- - - snmp  : Adds support for the Simple Network Management Protocol if 
available
- + + ssl   : Adds support for Secure Socket Layer connections
- + + gtk2  : Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports 
both.
- - - debug : Tells configure and the makefiles to build for debugging. Effects 
vary across packages,
-             but generally it will at least add -g to CFLAGS. Remember to set 
FEATURES=nostrip too
+ U I [ Found these USE variables in : net-analyzer/wireshark-0.99.4 ]
+ - - adns      : Adds support for the adns DNS client library
+ + + gtk       : Adds support for x11-libs/gtk+ (The GIMP Toolkit)
+ - - ipv6      : Adds support for IP version 6
+ - - kerberos  : Adds kerberos support
+ - - portaudio : Adds support for the crossplatform portaudio audio API
+ - - selinux   : !!internal use only!! Security Enhanced Linux support, this 
must be set by the selinux profile or breakage will occur
+ - - snmp      : Adds support for the Simple Network Management Protocol if 
available
+ + + ssl       : Adds support for Secure Socket Layer connections
+ - - threads   : Adds threads support for various packages. Usually pthreads
 </pre>
 
 <p>
-I have installed ethereal with only the gtk, ssl and gtk2 flags set, but the
-other USE flags for ethereal are adns, ipv6, snmp and debug. For more
-information on USE flags, please refer to the <uri
+I have installed wireshark with only the gtk and ssl flags set, but there are
+several other USE flags for wireshark still available. For more information on
+USE flags, please refer to the <uri
 link="/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=2">USE Flags</uri>
 chapter of the <uri link="/doc/en/handbook/">Gentoo Handbook</uri>.
 </p>
@@ -442,10 +443,6 @@
 <title>Introduction</title>
 <body>
 
-<warn>
-<c>euse</c> is currently broken as it does not support cascading profiles well.
-</warn>
-
 <p>
 <c>euse</c> is a tool to see, set and unset USE flags at various places. For
 more information on USE flags, please refer to the <uri
@@ -491,7 +488,6 @@
 emboss              [+  D ]
 encode              [+  D ]
 esd                 [+    ]
-ethereal            [+ C  ]
 fam                 [+    ]
 fbcon               [+ C  ]
 font-server         [+  D ]
@@ -506,12 +502,10 @@
 gpm                 [+ CD ]
 gstreamer           [+ C  ]
 gtk                 [+  D ]
-gtk2                [+ CD ]
 gtkhtml             [+ C  ]
 guile               [+    ]
 imagemagick         [+    ]
 imlib               [+ CD ]
-imlib2              [+    ]
 innodb              [+    ]
 ipv6                [+  D ]
 javascript          [+ C  ]
@@ -536,7 +530,7 @@
 nvidia              [+ C  ]
 odbc                [+    ]
 offensive           [+    ]
-oggvorbis           [+ CD ]
+ogg                 [+ CD ]
 opengl              [+ CD ]
 oss                 [+  D ]
 pam                 [+ CD ]
@@ -558,13 +552,10 @@
 tcpd                [+  D ]
 tiff                [+ C  ]
 truetype            [+ CD ]
-truetype-fonts      [+  D ]
-type1-fonts         [+  D ]
 usb                 [+ C  ]
 vanilla             [+ C  ]
 x86                 [+ C  ]
 xml                 [+    ]
-xml2                [+  D ]
 xosd                [+ C  ]
 xv                  [+ CD ]
 xvid                [+ C  ]
@@ -584,14 +575,11 @@
 font-server         [+  D ]
 fortran             [+  D ]
 gimpprint           [+ C  ]
-imlib2              [+    ]
 md5sum              [+ C  ]
 mpeg4               [+ C  ]
 nvidia              [+ C  ]
 offensive           [+    ]
 truetype            [+ CD ]
-truetype-fonts      [+  D ]
-type1-fonts         [+  D ]
 </pre>
 
 <p>
@@ -613,26 +601,26 @@
 /etc/make.conf was modified, a backup copy has been placed at 
/etc/make.conf.euse_backup
 
 <comment>(/etc/make.conf after the command)</comment>
-USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc ethereal fbcon gd \
-     gif gimpprint gnome gpm gstreamer gtk2 gtkhtml imlib imlib2 \
+USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon gd \
+     gif gimpprint gnome gpm gstreamer gtkhtml imlib \
      innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
      mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nvidia \
-     oggvorbis odbc offensive opengl pam pdflib perl png python \
+     ogg odbc offensive opengl pam pdflib perl png python \
      quicktime readline sdl spell sse ssl svga tcltk tiff truetype usb \
-     vanilla X xml2 xosd xv xvid x86 zlib 3dfx"
+     vanilla X xosd xv xvid x86 zlib 3dfx"
 
 <comment>(Disabling the USE Flag)</comment>
 # <i> euse -D 3dfx</i>
 /etc/make.conf was modified, a backup copy has been placed at 
/etc/make.conf.euse_backup
 
 <comment>(/etc/make.conf after the command)</comment>
-USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc ethereal fbcon gd \
-     gif gimpprint gnome gpm gstreamer gtk2 gtkhtml imlib imlib2 \
+USE="alsa acpi apache2 -arts cups cdr crypt cscope -doc fbcon gd \
+     gif gimpprint gnome gpm gstreamer gtkhtml imlib \
      innodb -java javascript jpeg libg++ libwww mad mbox md5sum \
      mikmod mmx motif mozilla mpeg mpeg4 mysql ncurses nvidia \
-     oggvorbis odbc offensive opengl pam pdflib perl png python \
+     ogg odbc offensive opengl pam pdflib perl png python \
      quicktime readline sdl spell sse ssl svga tcltk tiff truetype usb \
-     vanilla X xml2 xosd xv xvid x86 zlib -3dfx"
+     vanilla X xosd xv xvid x86 zlib -3dfx"
 </pre>
 
 <note>



-- 
[email protected] mailing list

Reply via email to