Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-use.xml
Date: Mon, 04 Sep 2006 11:29:39
Message-Id: 20060904112936.F0B376441C@smtp.gentoo.org
1 rane 06/09/04 11:29:36
2
3 Modified: hb-working-use.xml
4 Log:
5 #126946, making equery do what it's claimed to do in the paragraph above the commands
6
7 Revision Changes Path
8 1.42 xml/htdocs/doc/en/handbook/hb-working-use.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.41&r2=1.42
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.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- hb-working-use.xml 16 Jul 2006 09:10:55 -0000 1.41
21 +++ hb-working-use.xml 4 Sep 2006 11:29:36 -0000 1.42
22 @@ -4,12 +4,12 @@
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.41 2006/07/16 09:10:55 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.42 2006/09/04 11:29:36 rane Exp $ -->
28
29 <sections>
30
31 -<version>1.33</version>
32 -<date>2006-07-16</date>
33 +<version>1.34</version>
34 +<date>2006-09-03</date>
35
36 <section>
37 <title>What are USE-flags?</title>
38 @@ -348,16 +348,20 @@
39 </p>
40
41 <pre caption="Using equery to view used USE-flags">
42 -# <i>equery uses gnumeric</i>
43 -[ Colour Code : <i>set</i> <comment>unset</comment> ]
44 -[ Legend : (U) Col 1 - Current USE flags ]
45 -[ : (I) Col 2 - Installed With USE flags ]
46 -
47 - U I [ Found these USE variables in : app-office/gnumeric-1.2.0 ]
48 - - - <comment>libgda</comment> : Adds GNU Data Access (CORBA wrapper) support for gnumeric
49 - - - <comment>gnomedb</comment> : unknown
50 - + + <i>python</i> : Adds support/bindings for the Python language
51 - + + <i>bonobo</i> : Adds support for gnome-base/bonobo (Gnome CORBA interfaces)
52 +# <i>equery uses =gnumeric-1.6.3 -a</i>
53 +[ Searching for packages matching =gnumeric-1.6.3... ]
54 +[ Colour Code : <comment>set</comment> <i>unset</i> ]
55 +[ Legend : Left column (U) - USE flags from make.conf ]
56 +[ : Right column (I) - USE flags packages was installed with ]
57 +[ Found these USE variables for app-office/gnumeric-1.6.3 ]
58 + U I
59 +- - <i>debug</i> : Tells configure and the makefiles to build for debugging.
60 + Effects vary across packages, but generally it will at
61 + least add -g to CFLAGS. Remember to set FEATURES=nostrip too
62 +- - <i>gnome</i> : Adds GNOME support
63 ++ + <comment>python</comment> : Adds support/bindings for the Python language
64 +- - <i>static</i> : !!do not set this during bootstrap!! Causes binaries to be
65 + statically linked instead of dynamically
66 </pre>
67
68 </body>
69
70
71
72 --
73 gentoo-doc-cvs@g.o mailing list