| 1 |
- unify match behavior:
|
| 2 |
default *foo*
|
| 3 |
-e foo
|
| 4 |
-r (-R ?) regexp foo.*
|
| 5 |
|
| 6 |
- disable color when tty = NULL; may break less?
|
| 7 |
|
| 8 |
- multiline reads don't yet work for quse/qsearch
|
| 9 |
|
| 10 |
- standardize/unify/clean up misc handling of colors
|
| 11 |
|
| 12 |
- speed up queue structure ... append walks the whole list
|
| 13 |
|
| 14 |
- use O_PATH with fd's that are only used to open other files
|
| 15 |
|
| 16 |
- qmerge
|
| 17 |
- dep resolver needs spanktastic love.
|
| 18 |
- needs safe deleting (merge in place rather than unmerge;merge)
|
| 19 |
- multiple binary repos (talk to zmedico)
|
| 20 |
- handle compressed Packages file (talk to zmedico)
|
| 21 |
- handle binary Packages file (talk to zmedico)
|
| 22 |
- gpg sign the packages file (before compression)
|
| 23 |
- binary vdb (sqlite) ... talk to zmedico
|
| 24 |
- remote vdb
|
| 25 |
- don't bother emitting any "DIR" entries to CONTENTS ?
|
| 26 |
- auto rmdir any empty dirs
|
| 27 |
- check order of pkg_{pre,post}{inst,rm} during install, unmerge, and upgrade
|
| 28 |
- env is not saved/restored between pkg_{pre,post}inst (see portage and REPO_LAYOUT_CONF_WARN)
|
| 29 |
|
| 30 |
- atoms:
|
| 31 |
- only 32bit values are supported for revision (-r#)
|
| 32 |
- only 64bit values are supported in any individual version component
|
| 33 |
foo-(1234)_alpha(56789)
|
| 34 |
- these limits should not be an issue for all practical purposes
|
| 35 |
|
| 36 |
- env vars only get expanded once, so this fails:
|
| 37 |
ACCEPT_LICENSE="foo"
|
| 38 |
ACCEPT_LICENSE="${ACCEPT_LICENSE} bar"
|
| 39 |
we end up getting just:
|
| 40 |
ACCEPT_LICENSE=" bar"
|