swift 05/06/27 07:32:54 Modified: xml/htdocs/doc/en/handbook hb-portage-files.xml Log: Add in a paragraph on /var/cache/edb as well while we are at it :)
Revision Changes Path 1.10 +16 -3 xml/htdocs/doc/en/handbook/hb-portage-files.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-files.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-portage-files.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo Index: hb-portage-files.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- hb-portage-files.xml 26 Jun 2005 09:49:37 -0000 1.9 +++ hb-portage-files.xml 27 Jun 2005 07:32:54 -0000 1.10 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.9 2005/06/26 09:49:37 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-files.xml,v 1.10 2005/06/27 07:32:54 swift Exp $ --> <sections> -<version>1.6</version> -<date>2005-06-26</date> +<version>1.7</version> +<date>2005-06-27</date> <section> <title>Portage Files</title> @@ -218,6 +218,19 @@ </body> </subsection> +<subsection> +<title>Portage Cache</title> +<body> + +<p> +The Portage cache (with modification times, virtuals, dependency tree +information, ...) is stored in <path>/var/cache/edb</path>. This location really +is a cache: you can clean it if you are not running any portage-related +application at that moment. +</p> + +</body> +</subsection> </section> <section> <title>Building Software</title> -- [email protected] mailing list
