Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-macos.xml bootstrap-solaris.xml
Date: Mon, 28 Sep 2009 06:43:06
Message-Id: E1Ms9wt-0006fX-KX@stork.gentoo.org
1 grobian 09/09/28 06:43:03
2
3 Modified: bootstrap-macos.xml bootstrap-solaris.xml
4 Log:
5 switch to xz-utils from lzma-utils to avoid migration path
6
7 Revision Changes Path
8 1.44 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.44&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.44&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.43&r2=1.44
13
14 Index: bootstrap-macos.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
17 retrieving revision 1.43
18 retrieving revision 1.44
19 diff -u -r1.43 -r1.44
20 --- bootstrap-macos.xml 17 Sep 2009 18:57:11 -0000 1.43
21 +++ bootstrap-macos.xml 28 Sep 2009 06:43:03 -0000 1.44
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.43 2009/09/17 18:57:11 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.44 2009/09/28 06:43:03 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Mac OS X</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.20</version>
35 - <date>2009-09-17</date>
36 + <version>1.21</version>
37 + <date>2009-09-27</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -163,7 +163,7 @@
42 </p>
43 <pre caption="emerge linker and compiler">
44 $ <i>emerge --oneshot --nodeps baselayout-prefix</i>
45 -$ <i>emerge --oneshot --nodeps lzma-utils</i>
46 +$ <i>emerge --oneshot --nodeps xz-utils</i>
47 $ <i>emerge --oneshot --nodeps m4</i>
48 $ <i>emerge --oneshot --nodeps flex</i>
49 $ <i>emerge --oneshot --nodeps bison</i>
50
51
52
53 1.52 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.52&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.52&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.51&r2=1.52
58
59 Index: bootstrap-solaris.xml
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
62 retrieving revision 1.51
63 retrieving revision 1.52
64 diff -u -r1.51 -r1.52
65 --- bootstrap-solaris.xml 17 Sep 2009 18:57:11 -0000 1.51
66 +++ bootstrap-solaris.xml 28 Sep 2009 06:43:03 -0000 1.52
67 @@ -1,6 +1,6 @@
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
70 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.51 2009/09/17 18:57:11 grobian Exp $ -->
71 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.52 2009/09/28 06:43:03 grobian Exp $ -->
72
73 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
74 <title>Gentoo Prefix Bootstrap Process for Solaris</title>
75 @@ -19,8 +19,8 @@
76 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
77 <license/>
78
79 - <version>1.30</version>
80 - <date>2009-09-17</date>
81 + <version>1.31</version>
82 + <date>2009-09-27</date>
83
84 <chapter>
85 <title>Bootstrapping on Solaris</title>
86 @@ -187,7 +187,7 @@
87 </p>
88 <pre caption="emerge linker and compiler">
89 $ <i>emerge --oneshot --nodeps baselayout-prefix</i>
90 -$ <i>emerge --oneshot --nodeps lzma-utils</i>
91 +$ <i>emerge --oneshot --nodeps xz-utils</i>
92 $ <i>emerge --oneshot --nodeps m4</i>
93 $ <i>emerge --oneshot --nodeps flex</i>
94 $ <i>emerge --oneshot --nodeps bison</i>