| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.32 2004/08/21 18:08:12 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.33 2004/08/23 15:33:29 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Obtaining Package Information</title> |
11 | <title>Obtaining Package Information</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 228 | |
228 | |
| 229 | <p> |
229 | <p> |
| 230 | You see something new? Yes, <e>downloaded files</e>. When you tell Portage to |
230 | You see something new? Yes, <e>downloaded files</e>. When you tell Portage to |
| 231 | install a package, it of course needs to have the necessary sources (or |
231 | install a package, it of course needs to have the necessary sources (or |
| 232 | precompiled packages) available. It therefore checks the contents of |
232 | precompiled packages) available. It therefore checks the contents of |
| 233 | <path>/usr/portage/distfiles</path> to see if the |
233 | <path>/usr/portage/distfiles</path> to see if the necessary files are already |
| 234 | necessary files are already available. If not, it downloads the necessary files |
234 | available. If not, it downloads the necessary files and places them in that |
| 235 | and places them in thay directory. |
235 | directory. |
| 236 | </p> |
236 | </p> |
| 237 | |
237 | |
| 238 | </body> |
238 | </body> |
| 239 | </subsection> |
239 | </subsection> |
| 240 | <subsection> |
240 | <subsection> |