Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
Date: Tue, 03 Jan 2012 14:28:49
Message-Id: 20120103142840.214832004B@flycatcher.gentoo.org
1 johu 12/01/03 14:28:40
2
3 Modified: kde4-guide.xml
4 Log:
5 Update stable branch infos.
6
7 Revision Changes Path
8 1.84 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.84&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.84&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.83&r2=1.84
13
14 Index: kde4-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
17 retrieving revision 1.83
18 retrieving revision 1.84
19 diff -u -r1.83 -r1.84
20 --- kde4-guide.xml 21 Dec 2011 13:16:43 -0000 1.83
21 +++ kde4-guide.xml 3 Jan 2012 14:28:40 -0000 1.84
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/desktop/kde/kde4-guide.xml,v 1.83 2011/12/21 13:16:43 johu Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.84 2012/01/03 14:28:40 johu Exp $ -->
27
28 <guide>
29 <title>Gentoo KDE Guide</title>
30 @@ -39,8 +39,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3.2</version>
35 -<date>2011-12-18</date>
36 +<version>3.3</version>
37 +<date>2012-01-03</date>
38
39 <chapter>
40 <title>KDE 3</title>
41 @@ -112,7 +112,7 @@
42 <ti>KDE Overlay</ti>
43 </tr>
44 <tr>
45 - <ti><uri link="#live">Live Ebuilds (4.7 Branch, Trunk)</uri></ti>
46 + <ti><uri link="#live">Live Ebuilds (4.8 Branch, Trunk)</uri></ti>
47 <ti>KDE Overlay</ti>
48 </tr>
49 </table>
50 @@ -329,7 +329,7 @@
51 <p>
52 Users with stable systems have to keyword the packages to proceed. We provide a
53 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
54 -4.7.90 should also be masked. We should symlink the files:
55 +4.7.95 should also be masked. We should symlink the files:
56 </p>
57
58 <pre caption="Creating symlink of the keywords file">
59 @@ -364,7 +364,7 @@
60 link="http://quickgit.kde.org">KDE QuickGit</uri>, and for public checkout.
61 Gentoo, as a source based distro, has the ability to provide live ebuilds that
62 checkout the code either from the latest branch or from trunk. Currently, we
63 -provide 4.7.49.9999 ebuilds from 4.7 branch and 9999 ebuilds from trunk.
64 +provide 4.8.49.9999 ebuilds from 4.8 branch and 9999 ebuilds from trunk.
65 </p>
66
67 <table>
68 @@ -373,8 +373,8 @@
69 <th>KDE SC Version</th>
70 </tr>
71 <tr>
72 - <ti>4.7.49.9999</ti>
73 - <ti>KDE 4.7 Branch</ti>
74 + <ti>4.8.49.9999</ti>
75 + <ti>KDE 4.8 Branch</ti>
76 </tr>
77 <tr>
78 <ti>9999</ti>
79 @@ -390,7 +390,7 @@
80
81 <pre caption="Creating symlink of the keywords file">
82 # <i>cd /etc/portage/package.keywords</i>
83 -# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.7.9999.keywords .</i><comment>(for 4.7 Branch)</comment>
84 +# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.8.49.9999.keywords .</i><comment>(for 4.8 Branch)</comment>
85 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
86 </pre>
87
88 @@ -405,9 +405,9 @@
89 </pre>
90
91 <pre caption="Installation using sets">
92 -<comment>(For KDE SC 4.7 Branch)</comment>
93 -# <i>emerge -av @kde-4.7</i> <comment>(contains all of KDE modules)</comment>
94 -# <i>emerge -av @kdebase-4.7 @kdegames-4.7</i> <comment>(installation of chosen modules only)</comment>
95 +<comment>(For KDE SC 4.8 Branch)</comment>
96 +# <i>emerge -av @kde-4.8</i> <comment>(contains all of KDE modules)</comment>
97 +# <i>emerge -av @kdebase-4.8 @kdegames-4.8</i> <comment>(installation of chosen modules only)</comment>
98 <comment>(For KDE SC Trunk)</comment>
99 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
100 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>