| … | |
… | |
| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.74 2010/03/03 00:36:42 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.75 2010/10/30 01:54:20 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | This chapter explains the "simple" steps a user definitely needs to know to |
12 | This chapter explains the "simple" steps a user definitely needs to know to |
| 13 | maintain the software on his system. |
13 | maintain the software on his system. |
| 14 | </abstract> |
14 | </abstract> |
| 15 | |
15 | |
| 16 | <version>1.67</version> |
16 | <version>2</version> |
| 17 | <date>2010-03-02</date> |
17 | <date>2010-10-29</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Welcome to Portage</title> |
20 | <title>Welcome to Portage</title> |
| 21 | <body> |
21 | <body> |
| 22 | |
22 | |
| … | |
… | |
| 424 | license. |
424 | license. |
| 425 | </p> |
425 | </p> |
| 426 | |
426 | |
| 427 | <impo> |
427 | <impo> |
| 428 | Licenses are stored in <path>/usr/portage/licenses</path>, and license groups |
428 | Licenses are stored in <path>/usr/portage/licenses</path>, and license groups |
| 429 | are kept in <path>/usr/portage/license_groups</path>. The first entry of each |
429 | are kept in <path>/usr/portage/profiles/license_groups</path>. The first entry |
| 430 | line in CAPITAL letters is the name of the license group, and every entry after |
430 | of each line in CAPITAL letters is the name of the license group, and every |
| 431 | that is an individual license. |
431 | entry after that is an individual license. |
| 432 | </impo> |
432 | </impo> |
| 433 | |
433 | |
| 434 | <p> |
434 | <p> |
| 435 | License groups defined in <c>ACCEPT_LICENSE</c> are prefixed with an <b>@</b> |
435 | License groups defined in <c>ACCEPT_LICENSE</c> are prefixed with an <b>@</b> |
| 436 | sign. Here's an example of a system that globally permits the GPL-compatible |
436 | sign. Here's an example of a system that globally permits the GPL-compatible |