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: Fri, 17 Apr 2009 07:10:15
Message-Id: E1LuiDF-0006Ab-4v@stork.gentoo.org
1 grobian 09/04/17 07:10:13
2
3 Modified: bootstrap-macos.xml bootstrap-solaris.xml
4 Log:
5 we need to emerge file without deps, since there is some cyclic dependency loop with python, eselect and file
6
7 Revision Changes Path
8 1.41 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.41&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.41&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.40&r2=1.41
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.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- bootstrap-macos.xml 16 Apr 2009 20:01:49 -0000 1.40
21 +++ bootstrap-macos.xml 17 Apr 2009 07:10:13 -0000 1.41
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.40 2009/04/16 20:01:49 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.41 2009/04/17 07:10:13 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.17</version>
35 - <date>2009-04-16</date>
36 + <version>1.18</version>
37 + <date>2009-04-17</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -201,6 +201,7 @@
42 $ <i>emerge --oneshot patch</i>
43 $ <i>emerge --oneshot gawk</i>
44 $ <i>emerge --oneshot make</i>
45 +$ <i>emerge --oneshot --nodeps file</i>
46 </pre>
47 <p>
48 Now we have a good bunch of programs that Portage needs, we
49
50
51
52 1.49 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.49&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.49&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.48&r2=1.49
57
58 Index: bootstrap-solaris.xml
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
61 retrieving revision 1.48
62 retrieving revision 1.49
63 diff -u -r1.48 -r1.49
64 --- bootstrap-solaris.xml 2 Apr 2009 18:41:47 -0000 1.48
65 +++ bootstrap-solaris.xml 17 Apr 2009 07:10:13 -0000 1.49
66 @@ -1,6 +1,6 @@
67 <?xml version="1.0" encoding="UTF-8"?>
68 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
69 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.48 2009/04/02 18:41:47 darkside Exp $ -->
70 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.49 2009/04/17 07:10:13 grobian Exp $ -->
71
72 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
73 <title>Gentoo Prefix Bootstrap Process for Solaris</title>
74 @@ -19,8 +19,8 @@
75 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
76 <license/>
77
78 - <version>1.27</version>
79 - <date>2009-04-02</date>
80 + <version>1.28</version>
81 + <date>2009-04-17</date>
82
83 <chapter>
84 <title>Bootstrapping on Solaris</title>
85 @@ -232,6 +232,7 @@
86 $ <i>emerge --oneshot patch</i>
87 $ <i>emerge --oneshot gawk</i>
88 $ <i>emerge --oneshot make</i>
89 +$ <i>emerge --oneshot --nodeps file</i>
90 </pre>
91 <p>
92 Now we have a good bunch of programs that Portage needs, we