Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml
Date: Wed, 01 Nov 2006 23:49:49
Message-Id: 20061101234939.5225A64A46@smtp.gentoo.org
1 nightmorph 06/11/01 23:49:39
2
3 Modified: hb-portage-diverttree.xml
4 Log:
5 updated portage handbook, bug 144128
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?r1=1.12&r2=1.13
13
14 Index: hb-portage-diverttree.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- hb-portage-diverttree.xml 28 Oct 2006 09:17:55 -0000 1.12
21 +++ hb-portage-diverttree.xml 1 Nov 2006 23:49:39 -0000 1.13
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-portage-diverttree.xml,v 1.12 2006/10/28 09:17:55 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.13 2006/11/01 23:49:39 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 packages and more.
33 </abstract>
34
35 -<version>1.4</version>
36 -<date>2005-11-25</date>
37 +<version>1.5</version>
38 +<date>2006-11-01</date>
39
40 <section>
41 <title>Using a Portage Tree Subset</title>
42 @@ -31,11 +31,11 @@
43
44 <p>
45 You need to define the name of the file that contains the exclude patterns in
46 -the <c>RSYNC_EXCLUDEFROM</c> variable in your <path>/etc/make.conf</path>.
47 +the <c>--exclude-from</c> variable in your <path>/etc/make.conf</path>.
48 </p>
49
50 <pre caption="Defining the exclude file in /etc/make.conf">
51 -RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
52 +PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes"
53 </pre>
54
55 <pre caption="Excluding all games in /etc/portage/rsync_excludes">
56
57
58
59 --
60 gentoo-doc-cvs@g.o mailing list