nightmorph 06/12/23 04:06:36 Modified: kde-split-ebuilds.xml Log: removed confcache reference, and reworked kde-functions code block, bug 158864
Revision Changes Path 1.12 xml/htdocs/doc/en/kde-split-ebuilds.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml?r1=1.11&r2=1.12 Index: kde-split-ebuilds.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- kde-split-ebuilds.xml 28 Sep 2006 11:40:41 -0000 1.11 +++ kde-split-ebuilds.xml 23 Dec 2006 04:06:36 -0000 1.12 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml,v 1.11 2006/09/28 11:40:41 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/kde-split-ebuilds.xml,v 1.12 2006/12/23 04:06:36 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.8</version> -<date>2006-09-28</date> +<version>1.9</version> +<date>2006-12-22</date> <chapter> <title>The Split KDE Ebuilds</title> @@ -270,15 +270,6 @@ lowering the cost of generating its equivalent of configure scripts (if any). </p> -<p> -Previously, <c>confcache</c> had been considered as a way to lower the cost of -repeatedly running autoconf-generated configure scripts. <c>Confcache</c> is a -method of caching the results of configure tests. However, there is still no -<c>confcache</c> implementation in the stable (2.1) Portage tree. Even if one -is added in the future, it may not come soon enough for us to work on using it -in the KDE ebuilds; we may elect to wait for KDE 4. -</p> - </body> </section> </chapter> @@ -448,14 +439,14 @@ </p> <pre caption="Example usage of the kde-functions functions"> -$ <i>function die() { echo $@; } # called to report errors</i> +$ <i>function die() { echo $@; }</i> <comment># called to report errors</comment> $ <i>source /usr/portage/eclass/kde-functions.eclass</i> -$ <i>get-parent-package konqueror # won't work, you must specify full name</i> -<i>Package konqueror not found in KDE_DERIVATION_MAP, please report bug # error printed</i> -$ <i>get-parent-package kde-base/konqueror # fully qualified package name</i> -<i>kde-base/kdebase # result printed</i> +$ <i>get-parent-package konqueror</i> <comment># won't work, you must specify full name</comment> +Package konqueror not found in KDE_DERIVATION_MAP, please report bug <comment># error printed</comment> +$ <i>get-parent-package kde-base/konqueror</i> <comment># fully qualified package name</comment> +kde-base/kdebase <comment># result printed</comment> $ <i>get-child-packages kde-base/kdebase</i> -<i> # (long list of packages printed here)</i> +<comment>(Long list of packages printed here)</comment> </pre> <p> -- [email protected] mailing list
