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: Sun, 28 Nov 2010 03:53:42
Message-Id: 20101128035331.116202004B@flycatcher.gentoo.org
1 zmedico 10/11/28 03:53:30
2
3 Modified: manually-fixing-portage.xml
4 Log:
5 Update for latest stable release: portage-2.1.9.24
6
7 Revision Changes Path
8 1.17 xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml?r1=1.16&r2=1.17
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.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- manually-fixing-portage.xml 18 Aug 2010 05:20:27 -0000 1.16
21 +++ manually-fixing-portage.xml 28 Nov 2010 03:53:30 -0000 1.17
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.16 2010/08/18 05:20:27 zmedico Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/portage/doc/manually-fixing-portage.xml,v 1.17 2010/11/28 03:53:30 zmedico Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/proj/en/portage/doc/manually-fixing-portage.xml">
29 @@ -43,7 +43,7 @@
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.8</e> as an example (as this is the
34 +following text we will use <e>portage-2.1.9.24</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 @@ -61,8 +61,8 @@
39 <tr>
40 <ti>&gt;= Python 2.6</ti>
41 <ti>
42 - <uri link="http://distfiles.gentoo.org/distfiles/portage-2.1.8.tar.bz2">
43 - portage-2.1.8.tar.bz2
44 + <uri link="http://distfiles.gentoo.org/distfiles/portage-2.1.9.24.tar.bz2">
45 + portage-2.1.9.24.tar.bz2
46 </uri>
47 </ti>
48 </tr>
49 @@ -71,7 +71,7 @@
50 <warn>
51 If your currently installed version of python reported by <c>python -V</c>
52 is less than 2.6 then you must choose a version of portage that is compatible with
53 -it. If you have at least python 2.6 then use <e>portage-2.1.8.tar.bz2</e>. If
54 +it. If you have at least python 2.6 then use <e>portage-2.1.9.24.tar.bz2</e>. If
55 you have python 2.4 or 2.5 then use <e>portage-2.1.6.tar.bz2</e>.
56 </warn>
57
58 @@ -83,12 +83,12 @@
59 </p>
60
61 <pre caption="Fetching portage tarball with wget">
62 -# <i>wget -P /usr/portage/distfiles http://distfiles.gentoo.org/distfiles/portage-2.1.8.tar.bz2</i>
63 +# <i>wget -P /usr/portage/distfiles http://distfiles.gentoo.org/distfiles/portage-2.1.9.24.tar.bz2</i>
64 </pre>
65
66 <p>
67 After that you should have the tarball available as
68 -<path>/usr/portage/distfiles/portage-2.1.8.tar.bz2</path>.
69 +<path>/usr/portage/distfiles/portage-2.1.9.24.tar.bz2</path>.
70 </p>
71
72 </body>
73 @@ -106,7 +106,7 @@
74 # <i>cd /root</i>
75 # <i>mkdir portage-recover</i>
76 # <i>cd portage-recover</i>
77 -# <i>tar xfj /usr/portage/distfiles/portage-2.1.8.tar.bz2</i>
78 +# <i>tar xfj /usr/portage/distfiles/portage-2.1.9.24.tar.bz2</i>
79 </pre>
80
81 <p>
82 @@ -116,7 +116,7 @@
83 </p>
84
85 <pre caption="Replacing installed files">
86 -# <i>cd /root/portage-recover/portage-2.1.8</i>
87 +# <i>cd /root/portage-recover/portage-2.1.9.24</i>
88 # <i>rm -rf /usr/lib/portage/*</i>
89 # <i>cp -R pym bin /usr/lib/portage/</i>
90 </pre>