Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/overlays: userguide.xml
Date: Sun, 01 Feb 2009 00:02:35
Message-Id: E1LTPn4-00018R-4z@stork.gentoo.org
1 jokey 09/02/01 00:02:22
2
3 Modified: userguide.xml
4 Log:
5 Respect older layman versions when referencing paths
6
7 Revision Changes Path
8 1.6 xml/htdocs/proj/en/overlays/userguide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/userguide.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/userguide.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/overlays/userguide.xml?r1=1.5&r2=1.6
13
14 Index: userguide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/overlays/userguide.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- userguide.xml 30 Oct 2008 19:35:20 -0000 1.5
21 +++ userguide.xml 1 Feb 2009 00:02:22 -0000 1.6
22 @@ -71,8 +71,7 @@
23 <title>Getting Started With Overlays</title>
24 <section>
25 <body>
26 -<p>Use Gunnar Wrobel's layman to easily install and update overlays over
27 -time.</p>
28 +<p>Use Gunnar Wrobel's layman to easily install and update overlays over time.</p>
29 </body>
30 </section>
31
32 @@ -82,7 +81,13 @@
33 <p>To install layman, follow these steps:</p>
34 <pre caption="Installing layman">
35 <i>emerge layman</i>
36 -<i>echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf</i>
37 +</pre>
38 +<pre caption="Telling Portage about layman-fetched repositories">
39 +<comment>(for layman 1.1)</comment>
40 +<i># echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf</i>
41 +
42 +<comment>(for layman 1.2 and up)</comment>
43 +<i># echo "source /usr/local/portage/layman/make.conf" >> /etc/make.conf</i>
44 </pre>
45 <note>
46 Layman will create "/usr/local/portage/layman/make.conf" once you add