Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: kde-split-ebuilds.xml
Date: Sat, 23 Dec 2006 04:06:48
Message-Id: 20061223040637.1B0C464792@smtp.gentoo.org
1 nightmorph 06/12/23 04:06:36
2
3 Modified: kde-split-ebuilds.xml
4 Log:
5 removed confcache reference, and reworked kde-functions code block, bug 158864
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/kde-split-ebuilds.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml?r1=1.11&r2=1.12
13
14 Index: kde-split-ebuilds.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- kde-split-ebuilds.xml 28 Sep 2006 11:40:41 -0000 1.11
21 +++ kde-split-ebuilds.xml 23 Dec 2006 04:06:36 -0000 1.12
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml,v 1.11 2006/09/28 11:40:41 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml,v 1.12 2006/12/23 04:06:36 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -25,8 +25,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.8</version>
35 -<date>2006-09-28</date>
36 +<version>1.9</version>
37 +<date>2006-12-22</date>
38
39 <chapter>
40 <title>The Split KDE Ebuilds</title>
41 @@ -270,15 +270,6 @@
42 lowering the cost of generating its equivalent of configure scripts (if any).
43 </p>
44
45 -<p>
46 -Previously, <c>confcache</c> had been considered as a way to lower the cost of
47 -repeatedly running autoconf-generated configure scripts. <c>Confcache</c> is a
48 -method of caching the results of configure tests. However, there is still no
49 -<c>confcache</c> implementation in the stable (2.1) Portage tree. Even if one
50 -is added in the future, it may not come soon enough for us to work on using it
51 -in the KDE ebuilds; we may elect to wait for KDE 4.
52 -</p>
53 -
54 </body>
55 </section>
56 </chapter>
57 @@ -448,14 +439,14 @@
58 </p>
59
60 <pre caption="Example usage of the kde-functions functions">
61 -$ <i>function die() { echo $@; } # called to report errors</i>
62 +$ <i>function die() { echo $@; }</i> <comment># called to report errors</comment>
63 $ <i>source /usr/portage/eclass/kde-functions.eclass</i>
64 -$ <i>get-parent-package konqueror # won't work, you must specify full name</i>
65 -<i>Package konqueror not found in KDE_DERIVATION_MAP, please report bug # error printed</i>
66 -$ <i>get-parent-package kde-base/konqueror # fully qualified package name</i>
67 -<i>kde-base/kdebase # result printed</i>
68 +$ <i>get-parent-package konqueror</i> <comment># won't work, you must specify full name</comment>
69 +Package konqueror not found in KDE_DERIVATION_MAP, please report bug <comment># error printed</comment>
70 +$ <i>get-parent-package kde-base/konqueror</i> <comment># fully qualified package name</comment>
71 +kde-base/kdebase <comment># result printed</comment>
72 $ <i>get-child-packages kde-base/kdebase</i>
73 -<i> # (long list of packages printed here)</i>
74 +<comment>(Long list of packages printed here)</comment>
75 </pre>
76
77 <p>
78
79
80
81 --
82 gentoo-doc-cvs@g.o mailing list