Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: index.xml kde4-guide.xml
Date: Wed, 02 Dec 2009 11:44:34
Message-Id: E1NFndH-0006R0-R7@stork.gentoo.org
1 wired 09/12/02 11:44:31
2
3 Modified: index.xml kde4-guide.xml
4 Log:
5 kde-testing -> kde overlay update
6
7 Revision Changes Path
8 1.94 xml/htdocs/proj/en/desktop/kde/index.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml?rev=1.94&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml?rev=1.94&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml?r1=1.93&r2=1.94
13
14 Index: index.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/index.xml,v
17 retrieving revision 1.93
18 retrieving revision 1.94
19 diff -u -r1.93 -r1.94
20 --- index.xml 16 Nov 2009 19:33:26 -0000 1.93
21 +++ index.xml 2 Dec 2009 11:44:31 -0000 1.94
22 @@ -141,7 +141,7 @@
23 <body>
24 <p>
25 Some additional applications, as well as snapshot and live ebuilds for KDE 4,
26 -are located in the official <e>kde-testing</e> overlay, available via layman.
27 +are located in the official <e>kde</e> overlay, available via layman.
28 Things in there are considered not stable enough for the tree, but are used
29 for testing. If you are a bold and daring Gentoo user, you can help us with
30 testing these ebuilds.
31
32
33
34 1.43 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.43&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.43&content-type=text/plain
38 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.42&r2=1.43
39
40 Index: kde4-guide.xml
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
43 retrieving revision 1.42
44 retrieving revision 1.43
45 diff -u -r1.42 -r1.43
46 --- kde4-guide.xml 16 Nov 2009 19:33:26 -0000 1.42
47 +++ kde4-guide.xml 2 Dec 2009 11:44:31 -0000 1.43
48 @@ -1,6 +1,6 @@
49 <?xml version="1.0" encoding="UTF-8"?>
50 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
51 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.42 2009/11/16 19:33:26 nightmorph Exp $ -->
52 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.43 2009/12/02 11:44:31 wired Exp $ -->
53
54 <guide link="/proj/en/desktop/kde/kde4-guide.xml" lang="en">
55 <title>Gentoo KDE Guide</title>
56 @@ -26,7 +26,7 @@
57
58 <abstract>
59 This guide demonstrates how to setup KDE using the ebuilds in the tree. Some
60 -tools from the KDE team's git overlay (kde-testing) will be used.
61 +tools from the KDE team's git overlay (kde) will be used.
62 </abstract>
63
64 <!-- The content of this document is licensed under the CC-BY-SA license -->
65 @@ -107,7 +107,7 @@
66 link="ftp://ftp.kde.org/pub/kde/unstable"> snapshots</uri>, and a <uri
67 link="http://websvn.kde.org">live SVN tree</uri>. The Gentoo KDE team provides
68 the snapshots, trunk and latest branch live ebuilds, through the
69 -<c>kde-testing</c> overlay. To enable this, the user can have multiple parallel
70 +<c>kde</c> overlay. To enable this, the user can have multiple parallel
71 KDE 4 installations, with the use of the <c>kdeprefix</c> USE flag.
72 </p>
73
74 @@ -225,7 +225,7 @@
75 </body>
76 </section>
77 <section id="snapshots">
78 -<title>Installing KDE 4.3.X snapshots (from kde-testing overlay)</title>
79 +<title>Installing KDE 4.3.X snapshots (from kde overlay)</title>
80 <body>
81
82 <warn>
83 @@ -270,12 +270,12 @@
84 </note>
85
86 <p>
87 -Snapshots are only available through <c>kde-testing</c> overlay, so you first
88 +Snapshots are only available through <c>kde</c> overlay, so you first
89 need to add it:
90 </p>
91
92 -<pre caption="Installing kde-testing overlay from layman">
93 -# <i>layman -f -a kde-testing</i>
94 +<pre caption="Installing kde overlay from layman">
95 +# <i>layman -f -a kde</i>
96 <comment>For more information regarding overlays, please read the <uri
97 link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
98 </pre>
99 @@ -285,7 +285,7 @@
100 work yourself, you can install the repo directly:
101 </p>
102
103 -<pre caption="Installing kde-testing overlay directly">
104 +<pre caption="Installing kde overlay directly">
105 # <i>mkdir /&lt;repo-base-dir&gt;</i>
106 # <i>cd /&lt;repo-base-dir&gt;</i>
107 # <i>git clone git://git.overlays.gentoo.org/proj/kde.git</i>
108 @@ -293,13 +293,13 @@
109
110 <p>
111 Users with stable systems have to keyword the packages to proceed.
112 -We provide a package.keyword file in <c>kde-testing</c> overlay, which we'll
113 +We provide a package.keyword file in <c>kde</c> overlay, which we'll
114 have to symlink to our package.keywords directory:
115 </p>
116
117 <pre caption="Creating symlink of the kde-4.3.keywords file">
118 # <i>cd /etc/portage/package.keywords</i>
119 -# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.4.keywords .</i>
120 +# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.4.keywords .</i>
121 </pre>
122
123 <p>
124 @@ -320,7 +320,7 @@
125 </body>
126 </section>
127 <section id="live">
128 -<title>Installing KDE live ebuilds (from kde-testing overlay)</title>
129 +<title>Installing KDE live ebuilds (from kde overlay)</title>
130 <body>
131
132 <warn>
133 @@ -362,26 +362,26 @@
134 </note>
135
136 <p>
137 -Live ebuilds are only available through <c>kde-testing</c> overlay, so first
138 +Live ebuilds are only available through <c>kde</c> overlay, so first
139 thing is to install it:
140 </p>
141
142 -<pre caption="Installing kde-testing overlay">
143 -# <i>layman -f -a kde-testing</i>
144 +<pre caption="Installing kde overlay">
145 +# <i>layman -f -a kde</i>
146 <comment>For more information regarding overlays, please read the <uri
147 link="http://www.gentoo.org/proj/en/overlays/userguide.xml">Overlay Guide</uri></comment>
148 </pre>
149
150 <p>
151 Users with stable systems have to keyword the packages to proceed. We provide a
152 -package.keyword file in <c>kde-testing</c> overlay, which we'll have to symlink
153 +package.keyword file in <c>kde</c> overlay, which we'll have to symlink
154 to our package.keywords directory:
155 </p>
156
157 <pre caption="Creating symlink of the kde-4.X.9999.keywords or kde-live file">
158 # <i>cd /etc/portage/package.keywords</i>
159 -# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-4.3.9999.keywords .</i><comment>(for 4.3 Branch)</comment>
160 -# <i>ln -s /path/to/overlay/kde-testing/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
161 +# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.3.9999.keywords .</i><comment>(for 4.3 Branch)</comment>
162 +# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE 4.4 Trunk)</comment>
163 </pre>
164
165 <p>
166 @@ -415,7 +415,7 @@
167 <body>
168
169 <p>
170 -In kde-testing you may find live ebuilds of KDE 4 applications. These are
171 +In kde you may find live ebuilds of KDE 4 applications. These are
172 slotted in :4, but they <b>can not</b> be installed in parallel with
173 normal ones. You are free though to use live KDE 4 applications with KDE 4 from
174 Portage, or to use Portage KDE 4 applications with your live KDE.
175 @@ -423,7 +423,7 @@
176
177 <note>
178 There is also a set with live KDE 4 applications, @kde-extras-live, in
179 -kde-testing and a set with Qt live applications, @qt-extras-live, in qting-edge
180 +kde and a set with Qt live applications, @qt-extras-live, in qting-edge
181 overlay.
182 </note>
183
184 @@ -451,7 +451,7 @@
185 packages, with the added bonus that users may choose to remove from the default
186 sets any packages they do not want. There is still some discussion going on
187 before we can put sets in the Portage tree. Thus, grab the sets from the
188 -<c>kde-testing</c> overlay <uri
189 +<c>kde</c> overlay <uri
190 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=tree;f=sets">sets
191 directory</uri> or grab them as a <uri
192 link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=snapshot;h=5b2fc54fa5d1c8aeddaeb05f044bf28754bb18be;sf=tbz2">
193 @@ -461,7 +461,7 @@
194 </p>
195
196 <note>
197 -If you are using the kde-testing overlay you can use sets directly
198 +If you are using the kde overlay you can use sets directly
199 instead of copying them to <path>/etc/portage/sets</path>.
200 </note>
201
202 @@ -645,7 +645,7 @@
203 </p>
204
205 <note>
206 -Many plasmoids are in the kde-testing overlay.
207 +Many plasmoids are in the kde overlay.
208 </note>
209
210 </body>