| 1 | GLEP: 21 |
1 | GLEP: 21 |
| 2 | Title: User-defined Package Sets |
2 | Title: User-defined Package Sets |
| 3 | Version: $Revision: 1.1 $ |
3 | Version: $Revision: 1.4 $ |
| 4 | Last-Modified: $Date: 2004/03/06 23:19:05 $ |
4 | Last-Modified: $Date: 2007/04/21 03:13:16 $ |
| 5 | Author: Tal Peer <coredumb@gentoo.org> |
5 | Author: Tal Peer <coredumb@gentoo.org>, |
| 6 | Status: Draft |
6 | Alec Warner <antarus@gentoo.org> |
|
|
7 | Status: Deferred |
| 7 | Type: Standards Track |
8 | Type: Standards Track |
| 8 | Discussed-To: gentoo-portage-dev@lists.gentoo.org |
9 | Discussed-To: gentoo-portage-dev@lists.gentoo.org |
| 9 | Content-Type: text/x-rst |
10 | Content-Type: text/x-rst |
| 10 | Created: 22-Feb-2004 |
11 | Created: 22-Feb-2004 |
| 11 | Post-History: 6-Mar-2004 |
12 | Post-History: 6-Mar-2004, 3-Sep-2006 |
|
|
13 | |
|
|
14 | Status |
|
|
15 | ====== |
|
|
16 | |
|
|
17 | Taken over by antarus. |
| 12 | |
18 | |
| 13 | |
19 | |
| 14 | Abstract |
20 | Abstract |
| 15 | ======== |
21 | ======== |
| 16 | |
22 | |
| … | |
… | |
| 97 | Package sets (both system-defined and user-defined) may not be |
103 | Package sets (both system-defined and user-defined) may not be |
| 98 | depended on by ordinary packages and eclasses. |
104 | depended on by ordinary packages and eclasses. |
| 99 | |
105 | |
| 100 | * package.mask: |
106 | * package.mask: |
| 101 | Masking a package set through the ``package.mask`` file is forbidden. |
107 | Masking a package set through the ``package.mask`` file is forbidden. |
| 102 | In order to 'mask' a package set, one should comment it in the |
108 | In order to 'mask' a package set, one should move it away from the |
| 103 | ``package.sets`` file (see above). |
109 | sets directory. |
| 104 | |
110 | |
| 105 | * package.use: |
111 | * package.use: |
| 106 | USE flags may not be defined for sets in the ``package.use`` file. |
112 | USE flags may not be defined for sets in the ``package.use`` file. |
| 107 | |
113 | |
| 108 | Implementation |
114 | Implementation |