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-portage.xml hb-working-use.xml
Date: Sun, 21 Oct 2007 19:27:10
Message-Id: E1IjgHU-0006qV-25@stork.gentoo.org
1 nightmorph 07/10/21 19:16:12
2
3 Modified: hb-working-portage.xml hb-working-use.xml
4 Log:
5 further clarification that package.use can be a single file or a whole directory, bug 196594
6
7 Revision Changes Path
8 1.65 xml/htdocs/doc/en/handbook/hb-working-portage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.65&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.65&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.64&r2=1.65
13
14 Index: hb-working-portage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v
17 retrieving revision 1.64
18 retrieving revision 1.65
19 diff -u -r1.64 -r1.65
20 --- hb-working-portage.xml 23 Aug 2007 22:31:14 -0000 1.64
21 +++ hb-working-portage.xml 21 Oct 2007 19:16:11 -0000 1.65
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-portage.xml,v 1.64 2007/08/23 22:31:14 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.65 2007/10/21 19:16:11 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 maintain the software on his system.
33 </abstract>
34
35 -<version>1.58</version>
36 -<date>2007-08-23</date>
37 +<version>1.59</version>
38 +<date>2007-10-21</date>
39
40 <section>
41 <title>Welcome to Portage</title>
42 @@ -203,9 +203,9 @@
43
44 <p>
45 You can enable or disable the <c>doc</c> USE flag either globally in the
46 -<path>/etc/make.conf</path> file or per package in the
47 -<path>/etc/portage/package.use</path> file. The <uri
48 -link="?part=2&amp;chap=2">USE Flags</uri> chapter covers this aspect in detail.
49 +<path>/etc/make.conf</path> file or per package in
50 +<path>/etc/portage/package.use</path>. The <uri link="?part=2&amp;chap=2">USE
51 +Flags</uri> chapter covers this aspect in detail.
52 </p>
53
54 <p>
55
56
57
58 1.49 xml/htdocs/doc/en/handbook/hb-working-use.xml
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.49&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.49&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.48&r2=1.49
63
64 Index: hb-working-use.xml
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v
67 retrieving revision 1.48
68 retrieving revision 1.49
69 diff -u -r1.48 -r1.49
70 --- hb-working-use.xml 4 Jul 2007 13:47:19 -0000 1.48
71 +++ hb-working-use.xml 21 Oct 2007 19:16:11 -0000 1.49
72 @@ -4,7 +4,7 @@
73 <!-- The content of this document is licensed under the CC-BY-SA license -->
74 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
75
76 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.48 2007/07/04 13:47:19 neysx Exp $ -->
77 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.49 2007/10/21 19:16:11 nightmorph Exp $ -->
78
79 <sections>
80
81 @@ -13,8 +13,8 @@
82 work with USE flags and understand how USE flags interact with your system.
83 </abstract>
84
85 -<version>1.37</version>
86 -<date>2007-07-04</date>
87 +<version>1.38</version>
88 +<date>2007-10-21</date>
89
90 <section>
91 <title>What are USE flags?</title>
92 @@ -181,7 +181,9 @@
93 Sometimes you want to declare a certain USE flag for one (or a couple) of
94 applications but not system-wide. To accomplish this, you will need to create
95 the <path>/etc/portage</path> directory (if it doesn't exist yet) and edit
96 -<path>/etc/portage/package.use</path>.
97 +<path>/etc/portage/package.use</path>. This is usually a single file, but can
98 +also be a directory; see <c>man portage</c> for more information. The following
99 +examples assume <path>package.use</path> is a single file.
100 </p>
101
102 <p>
103
104
105
106 --
107 gentoo-doc-cvs@g.o mailing list