Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-portage-diverttree.xml
Date: Tue, 13 Jul 2010 22:00:28
Message-Id: 20100713220024.4AD9B2CE14@corvid.gentoo.org
1 nightmorph 10/07/13 22:00:24
2
3 Modified: hb-portage-diverttree.xml
4 Log:
5 update docs to use layman instead of gensync, bug 305047
6
7 Revision Changes Path
8 1.15 xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?r1=1.14&r2=1.15
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.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- hb-portage-diverttree.xml 26 Feb 2007 08:58:04 -0000 1.14
21 +++ hb-portage-diverttree.xml 13 Jul 2010 22:00:23 -0000 1.15
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.14 2007/02/26 08:58:04 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.15 2010/07/13 22:00:23 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 packages and more.
33 </abstract>
34
35 -<version>1.6</version>
36 -<date>2007-02-26</date>
37 +<version>1.7</version>
38 +<date>2010-07-13</date>
39
40 <section>
41 <title>Using a Portage Tree Subset</title>
42 @@ -79,28 +79,33 @@
43 <p>
44 For the powerusers who develop on several overlays, test packages before they
45 hit the Portage tree or just want to use unofficial ebuilds from various
46 -sources, the <c>app-portage/gentoolkit-dev</c> package brings you
47 -<c>gensync</c>, a tool to help you keep the overlay repositories up to date.
48 +sources, the <c>app-portage/layman</c> package brings you
49 +<c>layman</c>, a tool to help you keep the overlay repositories up to date.
50 </p>
51
52 <p>
53 -With <c>gensync</c> you can update all the repositories at once, or select just
54 -a few of them. Each repository should have a <path>.syncsource</path> file in
55 -the <path>/etc/gensync/</path> configuration directory which contains the
56 -repository location, name, ID, etc.
57 +First install and configure <c>layman</c> as shown in the <uri
58 +link="/proj/en/overlays/userguide.xml">Overlays Users' Guide</uri>, and add your
59 +desired repositories with <c>layman -a &lt;overlay-name&gt;</c>.
60 </p>
61
62 <p>
63 -Suppose you have two additional repositories called <c>java</c> (for the
64 -in-development java ebuilds) and <c>entapps</c> (for the applications developed
65 -in-house for your enterprise). You can update those repositories with the
66 -following command:
67 +Suppose you have two repositories called <c>java</c> (for the in-development
68 +java ebuilds) and <c>entapps</c> (for the applications developed in-house for
69 +your enterprise). You can update those repositories with the following
70 +command:
71 </p>
72
73 -<pre caption="Using gensync to update a few repositories">
74 -# <i>gensync java entapps</i>
75 +<pre caption="Using layman to update all repositories">
76 +# <i>layman -S</i>
77 </pre>
78
79 +<p>
80 +For more information on working with overlays, please read <c>man layman</c> and
81 +the <uri link="/proj/en/overlays/userguide.xml">layman/overlay users'
82 +guide</uri>.
83 +</p>
84 +
85 </body>
86 </subsection>
87 </section>