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-linux.xml bootstrap.xml index.xml
Date: Mon, 10 Sep 2007 07:28:06
Message-Id: E1IUdZr-0002SI-MC@stork.gentoo.org
1 grobian 07/09/10 07:20:59
2
3 Modified: bootstrap-linux.xml bootstrap.xml index.xml
4 Log:
5 Since Vim by default doesn't read the modelines any more (need set
6 modeline) tabs were introduced in these files. Added haubi.
7
8 Revision Changes Path
9 1.6 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml?r1=1.5&r2=1.6
14
15 Index: bootstrap-linux.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- bootstrap-linux.xml 7 Sep 2007 19:37:00 -0000 1.5
22 +++ bootstrap-linux.xml 10 Sep 2007 07:20:59 -0000 1.6
23 @@ -1,6 +1,6 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.5 2007/09/07 19:37:00 grobian Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-linux.xml,v 1.6 2007/09/10 07:20:59 grobian Exp $ -->
28
29 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-linux.xml" lang="en">
30 <title>Gentoo Prefixed Portage Bootstrap Process for Linux</title>
31 @@ -30,13 +30,13 @@
32 <body>
33 <p>
34 Bootstrapping on Linux gets simpler with the freshness of the
35 - Linux distribution. An old linux distribution requires more
36 - bootstrapping. Because the huge variety of Linux
37 - distributions, this guide can only considered to be a mere
38 - guideline; the actual bootstrap process might require some
39 - additional steps based on what goes wrong. When problems
40 - occur, please search and post to the <c>gentoo-alt</c> mailing
41 - list for additional help.
42 + Linux distribution. An old linux distribution requires more
43 + bootstrapping. Because the huge variety of Linux
44 + distributions, this guide can only considered to be a mere
45 + guideline; the actual bootstrap process might require some
46 + additional steps based on what goes wrong. When problems
47 + occur, please search and post to the <c>gentoo-alt</c> mailing
48 + list for additional help.
49 </p>
50 </body>
51 </section><!-- }}} -->
52 @@ -46,8 +46,8 @@
53 <body>
54 <p>
55 As prerequisite, you need a GCC compiler, the GNU binutils
56 - linker and system headers, such that source code can be
57 - compiled into working executables.
58 + linker and system headers, such that source code can be
59 + compiled into working executables.
60 </p>
61 <p>
62 The first step is to choose a path to install into. We refer
63 @@ -89,10 +89,10 @@
64 $ <i>./bootstrap-prefix.sh $EPREFIX/tmp python</i>
65 $ <i>./bootstrap-prefix.sh $EPREFIX portage</i>
66 </pre>
67 - <note>Please note that <c>python</c> is installed in
68 - <path>$EPREFIX/tmp</path>! You can skip bootstrapping
69 - python if you already have a working Python 2.4 or better in
70 - your path.</note>
71 + <note>Please note that <c>python</c> is installed in
72 + <path>$EPREFIX/tmp</path>! You can skip bootstrapping
73 + python if you already have a working Python 2.4 or better in
74 + your path.</note>
75 <p>
76 The script will setup the <path>$EPREFIX</path>
77 directory, download a portage tree snapshot, unpack it and
78 @@ -104,8 +104,8 @@
79 $ <i>export LDFLAGS="-L${EPREFIX}/usr/lib -Wl,-rpath=${EPREFIX}/usr/lib -L${EPREFIX}/lib -Wl,-rpath=${EPREFIX}/lib"</i>
80 $ <i>export CPPFLAGS="-I${EPREFIX}/usr/include"</i>
81 </pre>
82 - <note>If you are on a 64-bits Linux system, such as an AMD64
83 - system, you have to replace <c>lib</c> by <c>lib64</c>.</note>
84 + <note>If you are on a 64-bits Linux system, such as an AMD64
85 + system, you have to replace <c>lib</c> by <c>lib64</c>.</note>
86 <p>
87 Because we installed some new applications, we will instruct
88 bash to reconsider all paths we have:
89 @@ -215,8 +215,8 @@
90 <p>
91 Now we're about to start the big work, we remove the temporary
92 directory and its use as we got it all in our prefix now. You
93 - may have not used this directory if you didn't bootstrap
94 - python.
95 + may have not used this directory if you didn't bootstrap
96 + python.
97 </p>
98 <pre caption="remove tmp directory">
99 $ <i>rm -Rf $EPREFIX/tmp/*</i>
100
101
102
103 1.38 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.38&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.38&content-type=text/plain
107 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?r1=1.37&r2=1.38
108
109 Index: bootstrap.xml
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v
112 retrieving revision 1.37
113 retrieving revision 1.38
114 diff -u -r1.37 -r1.38
115 --- bootstrap.xml 4 Feb 2007 00:21:59 -0000 1.37
116 +++ bootstrap.xml 10 Sep 2007 07:20:59 -0000 1.38
117 @@ -1,6 +1,6 @@
118 <?xml version="1.0" encoding="UTF-8"?>
119 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
120 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.37 2007/02/04 00:21:59 grobian Exp $ -->
121 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.38 2007/09/10 07:20:59 grobian Exp $ -->
122
123 <guide link="/proj/en/gentoo-alt/prefix/bootstrap.xml" lang="en">
124 <title>Gentoo Prefixed Portage Bootstrap Process</title>
125 @@ -76,6 +76,11 @@
126 Bootstrap process for Solaris 10 users
127 </uri>
128 </li>
129 + <li>
130 + <uri link="bootstrap-linux.xml">
131 + Bootstrap process for Linux users
132 + </uri>
133 + </li>
134 </ul>
135
136 </body>
137
138
139
140 1.6 xml/htdocs/proj/en/gentoo-alt/prefix/index.xml
141
142 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/index.xml?rev=1.6&view=markup
143 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/index.xml?rev=1.6&content-type=text/plain
144 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/index.xml?r1=1.5&r2=1.6
145
146 Index: index.xml
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/index.xml,v
149 retrieving revision 1.5
150 retrieving revision 1.6
151 diff -u -r1.5 -r1.6
152 --- index.xml 2 Mar 2007 08:11:02 -0000 1.5
153 +++ index.xml 10 Sep 2007 07:20:59 -0000 1.6
154 @@ -1,14 +1,14 @@
155 <?xml version='1.0' encoding="UTF-8"?>
156 <?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
157 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
158 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/index.xml,v 1.5 2007/03/02 08:11:02 grobian Exp $ -->
159 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/index.xml,v 1.6 2007/09/10 07:20:59 grobian Exp $ -->
160
161 <!DOCTYPE project SYSTEM "/dtd/project.dtd">
162 <project>
163 <name>prefix</name>
164 <longname>Gentoo Prefixed Portage</longname>
165
166 - <date>2007-03-02</date>
167 + <date>2007-09-09</date>
168
169 <author title="Author">
170 <mail link="grobian@g.o">Fabian Groffen</mail>
171 @@ -35,13 +35,14 @@
172 Using an offset, a "prefix", it is possible for many "alternative"
173 user groups to from a large part of the plethora of packages in
174 the Gentoo Portage tree. Currently, Mac OS X users on PPC and x86
175 - platforms, Fedora Core 4 users on x86_64, and Solaris 10 on Sparc
176 - and x86 cases are running on prefixed portage software.
177 + platforms, Fedora Core 6 users on x86_64, and Solaris 10 on Sparc
178 + and x86 cases are running on prefixed portage software.
179 </p>
180 </longdescription>
181
182 <dev role="Lead" description="prefix portage and toolchain engineering, console applications">grobian</dev>
183 - <dev role="Developer" description="gtk+, qt4, X11 applications">genstef</dev>
184 + <dev role="Developer" description="OSX gtk+, qt4, X11 applications">genstef</dev>
185 + <dev role="Developer" description="bug fixer for many platforms">haubi</dev>
186
187 <resource link="mailto:gentoo-alt@l.g.o">
188 gentoo-alt mailing lists
189
190
191
192 --
193 gentoo-commits@g.o mailing list