aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoridl0r <idl0r@gentoo.org>2009-06-03 18:45:12 +0000
committeridl0r <idl0r@gentoo.org>2009-06-03 18:45:12 +0000
commit43d52f7c6cf6d58275f9e9f1b9fae56a4148718c (patch)
tree9207a4f7b2a8be44f1089e66c5667bf453de27f8
parentAdd support for bzr. Cleanup. Removed git related if statement in check for u... (diff)
downloadgentoolkit-43d52f7c6cf6d58275f9e9f1b9fae56a4148718c.tar.gz
gentoolkit-43d52f7c6cf6d58275f9e9f1b9fae56a4148718c.tar.bz2
gentoolkit-43d52f7c6cf6d58275f9e9f1b9fae56a4148718c.zip
Updated Changelog. Cleanup README, TODO.gentoolkit-dev-0.2.6.12
svn path=/trunk/gentoolkit-dev/; revision=658
-rw-r--r--ChangeLog25
-rw-r--r--README16
-rw-r--r--TODO34
3 files changed, 29 insertions, 46 deletions
diff --git a/ChangeLog b/ChangeLog
index d2e364b..07aeca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.
diff --git a/README b/README
index 5c785d3..7721cc3 100644
--- a/README
+++ b/README
@@ -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
diff --git a/TODO b/TODO
index d39ea85..3f357fd 100644
--- a/TODO
+++ b/TODO
@@ -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