| 1 | # TODO list for Portage; the Gentoo Linux package system |
1 | # TODO list for Portage; the Gentoo Linux package system |
| 2 | # $Id: TODO,v 1.3 2003/08/06 11:01:15 carpaski Exp $ |
2 | # $Id: TODO,v 1.4 2003/08/06 21:13:48 carpaski Exp $ |
| 3 | |
3 | |
| 4 | # |
4 | # |
| 5 | # Add your name to the top of any item you are working actively on |
5 | # Add your name to the top of any item you are working actively on |
| 6 | # and then commit. Be sure you have a current copy of this file. |
6 | # and then commit. Be sure you have a current copy of this file. |
| 7 | # |
7 | # |
| 8 | |
8 | |
| 9 | Legend: |
9 | Legend: |
| 10 | '*' Enhancement '#' Tricky Enhancement |
10 | '*' Just do it. '#' Tricky |
| 11 | '!' Complicated '@' Restricted in some way |
11 | '!' Difficult '@' Restricted in some way |
| 12 | |
12 | |
| 13 | |
13 | |
|
|
14 | # STICKIES and related enhancements: |
|
|
15 | bug 9379, bug 13616, Aether's config code |
| 14 | |
16 | |
| 15 | # Determine file lock status before starting downloads -- Prevent races. |
17 | # Determine file lock status before starting downloads -- Prevent races. |
| 16 | Patches exist for this. Integrate and find all colliding descriptors. |
18 | Patches exist for this. Integrate and find all colliding descriptors. |
| 17 | |
19 | |
| 18 | * Add category support to searches... emerge -s @catgory |
20 | * Add category support to searches... emerge -s @catgory |