From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Gxy9o-0006Vn-0Q for garchives@archives.gentoo.org; Sat, 23 Dec 2006 04:06:48 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kBN46cwJ001768; Sat, 23 Dec 2006 04:06:38 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kBN46bog021395 for ; Sat, 23 Dec 2006 04:06:37 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 1B0C464792 for ; Sat, 23 Dec 2006 04:06:37 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sat, 23 Dec 2006 04:06:36 +0000 From: "Josh Saddler" Date: Sat, 23 Dec 2006 04:06:36 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: kde-split-ebuilds.xml Message-Id: <20061223040637.1B0C464792@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 89e1ef4a-a87a-44c9-b8c8-6f76018f6434 X-Archives-Hash: 36f3814b04f9c8efa38db62ad609d53a 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 @@ - + @@ -25,8 +25,8 @@ -1.8 -2006-09-28 +1.9 +2006-12-22 The Split KDE Ebuilds @@ -270,15 +270,6 @@ lowering the cost of generating its equivalent of configure scripts (if any).

-

-Previously, confcache had been considered as a way to lower the cost of -repeatedly running autoconf-generated configure scripts. Confcache is a -method of caching the results of configure tests. However, there is still no -confcache 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. -

-
@@ -448,14 +439,14 @@

-$ function die() { echo $@; } # called to report errors
+$ function die() { echo $@; } # called to report errors
 $ source /usr/portage/eclass/kde-functions.eclass
-$ get-parent-package konqueror # won't work, you must specify full name
-Package konqueror not found in KDE_DERIVATION_MAP, please report bug # error printed
-$ get-parent-package kde-base/konqueror # fully qualified package name
-kde-base/kdebase # result printed
+$ get-parent-package konqueror # won't work, you must specify full name
+Package konqueror not found in KDE_DERIVATION_MAP, please report bug # error printed
+$ get-parent-package kde-base/konqueror # fully qualified package name
+kde-base/kdebase # result printed
 $ get-child-packages kde-base/kdebase
- # (long list of packages printed here)
+(Long list of packages printed here)
 

-- gentoo-doc-cvs@gentoo.org mailing list