Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-working-use.xml
Date: Tue, 20 Feb 2007 22:07:31
Message-Id: E1HJd8b-0006a2-CG@lark.gentoo.org
1 nightmorph 07/02/20 22:07:04
2
3 Modified: hb-working-use.xml
4 Log:
5 removed references to mozilla in current docs due to its masking for removal
6
7 Revision Changes Path
8 1.45 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.45&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.44&r2=1.45
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.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- hb-working-use.xml 28 Oct 2006 09:17:55 -0000 1.44
21 +++ hb-working-use.xml 20 Feb 2007 22:07:04 -0000 1.45
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.44 2006/10/28 09:17:55 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.45 2007/02/20 22:07:04 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.35</version>
36 -<date>2006-10-08</date>
37 +<version>1.36</version>
38 +<date>2007-02-20</date>
39
40 <section>
41 <title>What are USE-flags?</title>
42 @@ -218,11 +218,11 @@
43
44 <p>
45 As an example we will temporarily remove java from the USE-setting
46 -during the installation of mozilla.
47 +during the installation of seamonkey.
48 </p>
49
50 <pre caption="Using USE as environment variable">
51 -# <i>USE="-java" emerge mozilla</i>
52 +# <i>USE="-java" emerge seamonkey</i>
53 </pre>
54
55 </body>
56 @@ -322,19 +322,19 @@
57 <body>
58
59 <p>
60 -Let us take the example of <c>mozilla</c>: what USE-flags does it listen to? To
61 +Let us take the example of <c>seamonkey</c>: what USE-flags does it listen to? To
62 find out, we use <c>emerge</c> with the <c>--pretend</c> and <c>--verbose</c>
63 options:
64 </p>
65
66 <pre caption="Viewing the used USE-flags">
67 -# <i>emerge --pretend --verbose mozilla</i>
68 +# <i>emerge --pretend --verbose seamonkey</i>
69 These are the packages that I would merge, in order:
70
71 Calculating dependencies ...done!
72 -[ebuild R ] www-client/mozilla-1.7.12-r2 USE="crypt gnome java mozsvg ssl
73 -truetype xprint -debug -ipv6 -ldap -mozcalendar -mozdevelop -moznocompose
74 --moznoirc -moznomail -moznoxft -postgres -xinerama" 0 kB
75 +[ebuild R ] www-client/seamonkey-1.0.7 USE="crypt gnome java -debug -ipv6
76 +-ldap -mozcalendar -mozdevelop -moznocompose -moznoirc -moznomail -moznopango
77 +-moznoroaming -postgres -xinerama -xprint" 0 kB
78 </pre>
79
80 <p>
81
82
83
84 --
85 gentoo-doc-cvs@g.o mailing list