diff options
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | README | 16 | ||||
-rw-r--r-- | TODO | 34 |
3 files changed, 29 insertions, 46 deletions
@@ -1,3 +1,28 @@ +2009-06-03: Christian Ruppert <idl0r@gentoo.org> + Cleanup, update ChangeLog, README, TODO. + * src/echangelog/echangelog: Add support for bzr. Cleanup. Removed git related if statement in check + for unknown/untracked files since it was useless. + +2009-05-26: Christian Ruppert <idl0r@gentoo.org> + * src/ebump/ebump: Fixed bug 271322, thanks to Justin Lecher (jlec) + <jlec@j-schmitz.net>. + +2009-05-15: Christian Ruppert <idl0r@gentoo.org> + * src/ekeyword/ekeyword: Fix keywording if the KEYWORDS line starts with + whitespace, thanks to Markus Meier <maekke@gentoo.org>. + +2009-05-12: Christian Ruppert <idl0r@gentoo.org> + * src/echangelog/echangelog: Fix regex, bug 269557, thanks to Samuli + Suominen <ssuominen@gentoo.org>. + +2009-05-09: Christian Ruppert <idl0r@gentoo.org> + * src/echangelog/echangelog: Ignore .git dir when running echangelog in + the repository root, fixes bug 199805 c8,c13. Improved + git_unknown_objects(), git status parsing improved. Thanks to Andrew + Gaffney <agaffney@gentoo.org> for testing etc. + * src/echangelog/echangelog: Update category/package when creating the + initial ChangeLog, thanks to Serkan Kaba <serkan@gentoo.org>. Cleanup. + 2009-05-07: Christian Ruppert <idl0r@gentoo.org> * echangelog: Re-add files (git) if the copyright has been updated, thanks to Justin Lecher (jlec) <jlec@j-schmitz.net>. @@ -1,10 +1,11 @@ -Package: gentoolkit/gentoolkit-dev +Package: gentoolkit-dev Authors: Aron Griffis <agriffis@gentoo.org> Brandon Low <lostlogic@gentoo.org> Ian Leitch <port001@gentoo.org> Karl Trygve Kalleberg <karltk@gentoo.org> Marius Mauch <genone@gentoo.org> Paul Varner <fuzzyray@gentoo.org> + Christian Ruppert <idl0r@gentoo.org> See src/<tool>/AUTHORS for tool-specific authors MOTIVATION @@ -18,25 +19,14 @@ The gentoolkit-dev package is intended primarily for Gentoo developers. CONTENTS -gentoolkit -========== -eclean - tool to clean up outdated distfiles and packages -equery - replacement for etcat and qpkg -etcat - extracts auxillary information from portage (deprecated) -euse - tool to manage USE flags -glsa-check - tool to manage GLSA's (Gentoo Linux Security Advisory) -qpkg - convient package query tool (deprecated) -revdep-rebuild - scans/fixes broken shared libs and binaries - gentoolkit-dev ============== ebump - Ebuild revision bumper echangelog - update portage ChangeLogs ego - ekeyword - modify package KEYWORDS -epkgmove - tool for moving and renaming packages in CVS eviewcvs - generate viewcvs URLs -gensync - Overlay Sync Tool +imlate - IMPROVEMENTS @@ -1,40 +1,8 @@ -- 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 +- rewrite ekeyword and echangelog 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 |