Update to genscripts rev 382. This has more fixes for py3k and the modular rewrite...
[gentoolkit.git] / TODO
1 - equery:
2  - add --overlay, --portdir to uses
3  - add glsa pkgspec
4   - query for current GLSAs on installed package(s)
5 - rewrite ekeywords and echangelog to use gentoolkit
6 - merge change and echangelog
7 - merge useflag and euse, have _one_ command line tool
8   - update ufed to rely on the CLI tool
9   - update ufed to rely on generate-use
10   - merge generate-use and ufed?
11 - write efeatures for turning on/off FEATURES in make.conf
12 - look at ekeys, ewatch
13 - revision bump tool
14  - bump versioned files in filesdir
15  - -m for changelog entry
16  - use ~/.gentoo/gentoolkit/ebump.conf
17  - use /etc/gentoolkit/ebump.conf
18
19 equery (modern):
20         Add more --debug stuff
21         Write tests for Dependencies._parser
22         Profile Dependencies._parser
23         Tighten up CPV.split_cpv, it's slow and bad
24         Extend PackageFormatter usage to everything that outputs packages to
25           allow for purvasive use of -F, --format goodness
26
27 Ebuild changes:
28         - Add:
29                 src_test() {
30                         "${python}" setup.py test || die "testing returned non zero"
31                 }
32
33 For Next Release:
34         - write NEWS file
35         - make CPV.__init__ more strict, it allows some silly stuff