public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber (johu)" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml
Date: Thu,  2 Aug 2012 00:04:18 +0000 (UTC)	[thread overview]
Message-ID: <20120802000418.3120B2004B@flycatcher.gentoo.org> (raw)

johu        12/08/02 00:04:18

  Modified:             kde4-guide.xml
  Log:
  Add KDE SC 4.9.0. Update overlay infos.

Revision  Changes    Path
1.98                 xml/htdocs/proj/en/desktop/kde/kde4-guide.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml?r1=1.97&r2=1.98

Index: kde4-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- kde4-guide.xml	11 Jul 2012 20:04:34 -0000	1.97
+++ kde4-guide.xml	2 Aug 2012 00:04:18 -0000	1.98
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.97 2012/07/11 20:04:34 kensington Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/kde/kde4-guide.xml,v 1.98 2012/08/02 00:04:18 johu Exp $ -->
 
 <guide>
 <title>Gentoo KDE Guide</title>
@@ -39,8 +39,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3.15</version>
-<date>2012-07-11</date>
+<version>3.16</version>
+<date>2012-08-02</date>
 
 <chapter>
 <title>KDE 3</title>
@@ -108,6 +108,10 @@
     <ti>Portage</ti>
   </tr>
   <tr>
+    <ti><uri link="#kde4_9">KDE SC 4.9.0</uri></ti>
+    <ti>Portage</ti>
+  </tr>
+  <tr>
     <ti><uri link="#snapshots">KDE SC 4.9 Snapshots</uri></ti>
     <ti>KDE Overlay</ti>
   </tr> 
@@ -250,6 +254,34 @@
 
 </body>
 </section>
+<section id="kde4_9">
+<title>KDE SC 4.9</title>
+<body>
+
+<p>
+KDE SC 4.9.0 is in portage, currently as ~testing, stabilization isn't planned yet.
+</p>
+
+<p>
+Users with stable systems need to put <uri 
+link="http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.9.keywords">
+this keywords file</uri> in <path>/etc/portage/package.keywords</path>.
+</p>
+
+<pre caption="Installation of KDE SC 4.9 using meta packages">
+# <i>emerge -av kde-meta</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av kdebase-meta kdegames-meta</i> <comment>(installation of chosen modules only)</comment>
+</pre>
+
+<warn>
+If you running KDEPIM and upgrade from 4.4 to 4.9, 
+please have a look at the <uri link="http://wiki.gentoo.org/wiki/KDEPIM-4.7_upgrade">Gentoo Wiki KDEPIM 4.7
+Upgrade Guide</uri> first! If you want to stick with KDEPIM 4.4 you can
+<uri link="kdepim-4.7-mask.txt">mask KDEPIM 4.9</uri> (Guide is still valid for 4.9).
+</warn>
+
+</body>
+</section>
 </chapter>
 <chapter id="kde_overlay">
 <title>Installing KDE SC from Overlay</title>
@@ -309,20 +341,21 @@
   </tr>
 </table>
 
-<!--note>
+<note>
 Currently there are no snapshots available.
-</note-->
+</note>
 
-<!-- Enable this if first KDE SC 4.9 Snapshot is in overlay available -->
+<!-- Enable this if first KDE SC 4.10 Snapshot is in overlay available -->
+<!--
 <p>
 Users with stable systems have to keyword the packages to proceed. We provide a
 package.keyword file in <c>kde</c> overlay. Due to masked depedencies, KDE SC
-4.8.80 should also be masked. We should symlink the files:
+4.9.80 should also be masked. We should symlink the files:
 </p>
 
 <pre caption="Creating symlink of the keywords file">
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.9.keywords /etc/portage/package.keywords/</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.9 /etc/portage/package.unmask/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.10.keywords /etc/portage/package.keywords/</i>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.unmask/kde-4.10 /etc/portage/package.unmask/</i>
 </pre>
 
 <p>
@@ -336,10 +369,11 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.9 Snapshots)</comment>
-# <i>emerge -av @kde-4.9</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.9 @kdegames-4.9</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE SC 4.10 Snapshots)</comment>
+# <i>emerge -av @kde-4.10</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.10 @kdegames-4.10</i> <comment>(installation of chosen modules only)</comment>
 </pre>
+-->
 
 </body>
 </section>
@@ -352,7 +386,8 @@
 link="http://quickgit.kde.org">KDE QuickGit</uri>, and for public checkout. 
 Gentoo, as a source based distro, has the ability to provide live ebuilds that 
 checkout the code either from the latest branch or from trunk. Currently, we 
-provide 4.8.49.9999 ebuilds from 4.8 branch and 9999 ebuilds from trunk.
+provide 4.8.49.9999 ebuilds from 4.8 branch, 4.9.49.9999 ebuilds from 4.9 
+branch and 9999 ebuilds from trunk.
 </p>
 
 <table>
@@ -382,7 +417,7 @@
 
 <pre caption="Creating symlink of the keywords file">
 # <i>cd /etc/portage/package.keywords</i>
-# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.8.49.9999.keywords .</i><comment>(for 4.8 Branch)</comment>
+# <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-4.9.49.9999.keywords .</i><comment>(for 4.9 Branch)</comment>
 # <i>ln -s /path/to/overlay/kde/Documentation/package.keywords/kde-live.keywords .</i><comment>(for KDE Trunk)</comment>
 </pre>
 
@@ -397,9 +432,9 @@
 </pre>
 
 <pre caption="Installation using sets">
-<comment>(For KDE SC 4.8 Branch)</comment>
-# <i>emerge -av @kde-4.8</i> <comment>(contains all of KDE modules)</comment>
-# <i>emerge -av @kdebase-4.8 @kdegames-4.8</i> <comment>(installation of chosen modules only)</comment>
+<comment>(For KDE SC 4.9 Branch)</comment>
+# <i>emerge -av @kde-4.9</i> <comment>(contains all of KDE modules)</comment>
+# <i>emerge -av @kdebase-4.9 @kdegames-4.9</i> <comment>(installation of chosen modules only)</comment>
 <comment>(For KDE SC Trunk)</comment>
 # <i>emerge -av @kde-live</i> <comment>(contains all of KDE modules)</comment>
 # <i>emerge -av @kdebase-live @kdegames-live</i> <comment>(installation of chosen modules only)</comment>





             reply	other threads:[~2012-08-02  0:04 UTC|newest]

Thread overview: 99+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-02  0:04 Johannes Huber (johu) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-02  9:57 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/kde: kde4-guide.xml Michael Palimaka (kensington)
2012-09-06 11:41 Johannes Huber (johu)
2012-08-30 17:16 Andreas HAttel (dilfridge)
2012-08-30 12:23 Andreas HAttel (dilfridge)
2012-08-26 17:36 Johannes Huber (johu)
2012-08-22 22:23 Johannes Huber (johu)
2012-08-17 11:16 Johannes Huber (johu)
2012-08-07 13:25 Johannes Huber (johu)
2012-08-07 11:23 Johannes Huber (johu)
2012-08-02 10:50 Johannes Huber (johu)
2012-07-11 20:04 Michael Palimaka (kensington)
2012-07-11 20:02 Michael Palimaka (kensington)
2012-06-22 10:07 Johannes Huber (johu)
2012-05-25 19:56 Johannes Huber (johu)
2012-05-11 22:48 Johannes Huber (johu)
2012-05-08 15:52 Johannes Huber (johu)
2012-04-12  7:11 Johannes Huber (johu)
2012-03-23  9:18 Johannes Huber (johu)
2012-03-19  9:41 Johannes Huber (johu)
2012-02-21 13:23 Johannes Huber (johu)
2012-01-25 22:07 Johannes Huber (johu)
2012-01-17 13:40 Johannes Huber (johu)
2012-01-03 14:28 Johannes Huber (johu)
2011-12-21 13:16 Johannes Huber (johu)
2011-12-18 19:48 Andreas HAttel (dilfridge)
2011-12-18 17:45 Johannes Huber (johu)
2011-11-20 18:09 Andreas HAttel (dilfridge)
2011-11-04 22:31 Andreas HAttel (dilfridge)
2011-08-27 16:29 Andreas HAttel (dilfridge)
2011-07-27 13:47 Theo Chatzimichos (tampakrap)
2011-04-22 21:04 Andreas HAttel (dilfridge)
2011-04-10 17:53 Andreas HAttel (dilfridge)
2011-03-07 23:31 Theo Chatzimichos (tampakrap)
2011-02-06  0:05 JosA MarAa Alonso (nimiux)
2011-02-04 16:17 Theo Chatzimichos (tampakrap)
2011-02-01  8:35 Theo Chatzimichos (tampakrap)
2011-02-01  6:24 Theo Chatzimichos (tampakrap)
2011-01-29 15:19 Theo Chatzimichos (tampakrap)
2011-01-29 12:48 Theo Chatzimichos (tampakrap)
2010-12-28  2:03 Theo Chatzimichos (tampakrap)
2010-12-08 16:11 Theo Chatzimichos (tampakrap)
2010-11-27 19:04 Theo Chatzimichos (tampakrap)
2010-11-27 15:16 Theo Chatzimichos (tampakrap)
2010-11-03 19:15 Theo Chatzimichos (tampakrap)
2010-08-16 12:05 Maciej Mrozowski (reavertm)
2010-08-14 14:42 Theo Chatzimichos (tampakrap)
2010-08-14 13:54 Theo Chatzimichos (tampakrap)
2010-06-18 13:43 Alex Alexander (wired)
2010-04-13  9:09 Tomas Chvatal (scarabeus)
2010-04-05 16:28 Dror Levin (spatz)
2010-03-23 13:01 Theo Chatzimichos (tampakrap)
2010-03-03 14:55 Theo Chatzimichos (tampakrap)
2010-03-03 14:53 Theo Chatzimichos (tampakrap)
2010-03-03 14:36 Theo Chatzimichos (tampakrap)
2010-03-03  1:55 Theo Chatzimichos (tampakrap)
2010-03-02 21:50 Theo Chatzimichos (tampakrap)
2010-01-27  3:34 Joshua Saddler (nightmorph)
2010-01-27  0:31 Jonathan Callen (abcd)
2010-01-11  5:02 Joshua Saddler (nightmorph)
2010-01-11  5:01 Joshua Saddler (nightmorph)
2009-11-16 13:29 Tomas Chvatal (scarabeus)
2009-11-13  0:40 Joshua Saddler (nightmorph)
2009-08-07 20:05 Theo Chatzimichos (tampakrap)
2009-08-07 13:36 Theo Chatzimichos (tampakrap)
2009-08-07 13:28 Theo Chatzimichos (tampakrap)
2009-08-07  7:30 Theo Chatzimichos (tampakrap)
2009-08-05 15:07 Theo Chatzimichos (tampakrap)
2009-08-05 14:58 Theo Chatzimichos (tampakrap)
2009-08-05 14:18 Theo Chatzimichos (tampakrap)
2009-07-20  8:02 Alex Alexander (wired)
2009-07-16  8:32 Tomas Chvatal (scarabeus)
2009-07-10  8:22 Theo Chatzimichos (tampakrap)
2009-07-03  0:51 Theo Chatzimichos (tampakrap)
2009-07-01 13:00 Theo Chatzimichos (tampakrap)
2009-07-01 12:01 Theo Chatzimichos (tampakrap)
2009-06-29 23:05 Tomas Chvatal (scarabeus)
2009-06-26 20:40 Theo Chatzimichos (tampakrap)
2009-06-22 17:22 Theo Chatzimichos (tampakrap)
2009-06-22 17:20 Theo Chatzimichos (tampakrap)
2009-06-22 16:58 Tobias Heinlein (keytoaster)
2009-06-20 11:50 Alexey Shvetsov (alexxy)
2009-02-18  2:10 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-02-14 23:13 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-02-14 20:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30 13:19 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30 10:52 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30  4:55 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30  4:42 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-11-16 19:25 Tomas Chvatal (scarabeus)
2008-10-27 12:10 Tomas Chvatal (scarabeus)
2008-10-26 14:56 Tomas Chvatal (scarabeus)
2008-10-11 10:11 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-10 17:16 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-07 19:42 Tobias Heinlein (keytoaster)
2008-10-07 17:47 Tobias Heinlein (keytoaster)
2008-10-07 16:39 Tobias Heinlein (keytoaster)
2008-10-06 11:27 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2008-10-06  3:25 Jorge Manuel B. S. Vicetto (jmbsvicetto)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120802000418.3120B2004B@flycatcher.gentoo.org \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox