Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/portage/doc: manually-fixing-portage.xml
Date: Fri, 30 Apr 2010 08:59:26
Message-Id: 20100430085921.0237B2C04C@corvid.gentoo.org
1 zmedico 10/04/30 08:59:20
2
3 Modified: manually-fixing-portage.xml
4 Log:
5 s/2.1.7/2.1.8/g
6
7 Revision Changes Path
8 1.15 xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?r1=1.14&r2=1.15
13
14 Index: manually-fixing-portage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- manually-fixing-portage.xml 21 Mar 2010 00:54:54 -0000 1.14
21 +++ manually-fixing-portage.xml 30 Apr 2010 08:59:20 -0000 1.15
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v 1.14 2010/03/21 00:54:54 zmedico Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v 1.15 2010/04/30 08:59:20 zmedico Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/proj/en/portage/doc/manually-fixing-portage.xml">
29 @@ -43,14 +43,14 @@
30
31 <p>
32 The first step to do is to get the tarball of a current portage version. In the
33 -following text we will use <e>portage-2.1.7</e> as an example (as this is the
34 +following text we will use <e>portage-2.1.8</e> as an example (as this is the
35 current stable version at the time of this writing), please replace that with a
36 version present in the tree if possible.
37 </p>
38 <warn>
39 If your currently installed version of python reported by <c>python -V</c>
40 is less than 2.6 then you must choose a version of portage that is compatible with
41 -it. If you have at least python 2.6 then use <e>portage-2.1.7.tar.bz2</e>. If
42 +it. If you have at least python 2.6 then use <e>portage-2.1.8.tar.bz2</e>. If
43 you have python 2.4 or 2.5 then use <e>portage-2.1.6.tar.bz2</e>.
44 </warn>
45
46 @@ -62,12 +62,12 @@
47 </p>
48
49 <pre caption="Fetching portage tarball with wget">
50 -# <i>wget -P /usr/portage/distfiles http://distfiles.gentoo.org/distfiles/portage-2.1.7.tar.bz2</i>
51 +# <i>wget -P /usr/portage/distfiles http://distfiles.gentoo.org/distfiles/portage-2.1.8.tar.bz2</i>
52 </pre>
53
54 <p>
55 After that you should have the tarball available as
56 -<path>/usr/portage/distfiles/portage-2.1.7.tar.bz2</path>.
57 +<path>/usr/portage/distfiles/portage-2.1.8.tar.bz2</path>.
58 </p>
59
60 </body>
61 @@ -85,7 +85,7 @@
62 # <i>cd /root</i>
63 # <i>mkdir portage-recover</i>
64 # <i>cd portage-recover</i>
65 -# <i>tar xfj /usr/portage/distfiles/portage-2.1.7.tar.bz2</i>
66 +# <i>tar xfj /usr/portage/distfiles/portage-2.1.8.tar.bz2</i>
67 </pre>
68
69 <p>
70 @@ -95,7 +95,7 @@
71 </p>
72
73 <pre caption="Replacing installed files">
74 -# <i>cd /root/portage-recover/portage-2.1.7</i>
75 +# <i>cd /root/portage-recover/portage-2.1.8</i>
76 # <i>cp -R pym bin /usr/lib/portage/</i>
77 </pre>