Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-portage-diverttree.xml
Date: Fri, 25 Nov 2005 14:52:10
Message-Id: 200511251452.jAPEq3gb020543@robin.gentoo.org
1 neysx 05/11/25 14:52:02
2
3 Modified: xml/htdocs/doc/en/handbook hb-portage-diverttree.xml
4 Log:
5 #113025 RSYNC_EXCLUDEFROM needs to be defined to exclude pkg/cat
6
7 Revision Changes Path
8 1.8 +13 -6 xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
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.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-portage-diverttree.xml 11 Oct 2005 03:49:46 -0000 1.7
21 +++ hb-portage-diverttree.xml 25 Nov 2005 14:52:02 -0000 1.8
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.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.7 2005/10/11 03:49:46 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.8 2005/11/25 14:52:02 neysx Exp $ -->
28
29 <sections>
30
31 -<version>1.3</version>
32 -<date>2005-10-11</date>
33 +<version>1.4</version>
34 +<date>2005-11-25</date>
35
36 <section>
37 <title>Using a Portage Tree Subset</title>
38 @@ -24,11 +24,18 @@
39 </p>
40
41 <p>
42 -By default, <c>rsync</c> will check the contents of
43 -<path>/etc/portage/rsync_excludes</path> (if it exists) which contains the
44 -categories or packages that you <e>don't</e> want <c>rsync</c> to update.
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 </p>
48
49 +<pre caption="Defining the exlude file in /etc/make.conf">
50 +RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes
51 +</pre>
52 +
53 +<pre caption="Excluding all games in /etc/portage/rsync_excludes">
54 +games-*/*
55 +</pre>
56 +
57 <p>
58 Note however that this may lead to dependency issues since new, allowed packages
59 might depend on new but excluded packages.
60
61
62
63 --
64 gentoo-doc-cvs@g.o mailing list