diff options
author | fuzzyray <fuzzyray@gentoo.org> | 2008-08-27 21:19:40 +0000 |
---|---|---|
committer | fuzzyray <fuzzyray@gentoo.org> | 2008-08-27 21:19:40 +0000 |
commit | ba72586710a700ed76f35d365c645d5108bc5895 (patch) | |
tree | c16903693f2030c7b01b346b29b265dc1a473888 /TODO | |
parent | Fix has_key() deprecation message. (Bug #232797) (diff) | |
download | gentoolkit-ba72586710a700ed76f35d365c645d5108bc5895.tar.gz gentoolkit-ba72586710a700ed76f35d365c645d5108bc5895.tar.bz2 gentoolkit-ba72586710a700ed76f35d365c645d5108bc5895.zip |
Create the gentoolkit-0.2.4 branch to coincide with the release of gentoolkit-0.2.4
svn path=/branches/gentoolkit-0.2.4/; revision=510
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ +- equery: + - add --overlay, --portdir to uses + - add glsa pkgspec + - query for current GLSAs on installed package(s) + - add changelog <from> <to> [--last] [--lastentry] [--current] + - displays changelog entries + - add check <pkg-spec> [--full] [--display=pkgnames,full] + - check md5 and timestamps (optionally also in CONFIG_PROTECT dirs) + - add which + - as ewhich +- fully deprecate dep-clean and pkg-clean +- rewrite ekeywords and echangelog to use gentoolkit +- add deep depends to equery +- fully deprecate qpkg +- fully deprecate pkg-size +- merge change and echangelog +- merge useflag and euse, have _one_ command line tool + - update ufed to rely on the CLI tool + - update ufed to rely on generate-use + - merge generate-use and ufed? +- rewrite revdep-rebuild to use gentoolkit + - drop qpkg dependency; use equery instead +- rewrite distfiles-clean to use gentoolkit +- look through forums.gentoo.org for additional scripts +- write a Gentoolkit Guide +- write efeatures for turning on/off FEATURES in make.conf +- look at ekeys, ewatch +- revision bump tool + - bump versioned files in filesdir + - -m for changelog entry + - use ~/.gentoo/gentoolkit/ebump.conf + - use /etc/gentoolkit/ebump.conf +- should be removed: + - etc-update + - epm + - useflag +- add 'clean' target + ++ check esearch, eupdatedb: separate package for now + |