From: genone Date: Fri, 23 Jan 2004 05:21:14 +0000 (-0000) Subject: updated Changelogs X-Git-Tag: gentoolkit-0.2.4.3~429 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e17cf630f4621d86e6355063f8bfcef764842c7;p=gentoolkit.git updated Changelogs svn path=/; revision=73 --- diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 85c644d..ad4c7db 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,6 @@ +2004-01-23 Marius Mauch + * lots of bugfixes + 2004-01-14 Karl Trygve Kalleberg * Added src/ego to gentoolkit-dev diff --git a/trunk/README b/trunk/README index 031186d..e6f8393 100644 --- a/trunk/README +++ b/trunk/README @@ -1,7 +1,8 @@ Package: Gentoolkit -Version: 0.1.3 +Version: 0.2.0_pre5 Authors: Karl Trygve Kalleberg Brandon Low + Marius Mauch See src//AUTHORS for tool-specific authors MOTIVATION @@ -16,6 +17,7 @@ CONTENTS dep-clean - cleans out unwanted dependencies emerge-rsync - coloured output of changes in last rsync emerge-webrsync - rsync-over-http +equery - replacement for etcat and qpkg epm - rpm-like query tool etcat - extracts auxillary information from portage etc-update - keeps your /etc up to date after package installs @@ -29,7 +31,7 @@ useflag - tool for handling use flag settings IMPROVEMENTS -Any suggestions for improvements should be sent to karltk@gentoo.org, or -added as a bug assigned to me. +Any suggestions for improvements should be sent to tools-portage@gentoo.org, or +added as a bug assigned to us. We only accept new contributions if they are written in bash or python. diff --git a/trunk/src/equery/ChangeLog b/trunk/src/equery/ChangeLog index bd2e760..96cdd1e 100644 --- a/trunk/src/equery/ChangeLog +++ b/trunk/src/equery/ChangeLog @@ -1,7 +1,11 @@ -2003-01-12 Marius Mauch +2004-01-23 Marius Mauch + * now catches Exceptions thrown by portage + * minor bugfixes + +2004-01-12 Marius Mauch * added mask, keyword and slot information to list command -2003-01-07 Karl Trygve Kalleberg +2004-01-07 Karl Trygve Kalleberg * Renamed to equery * Added Makefile diff --git a/trunk/src/etcat/ChangeLog b/trunk/src/etcat/ChangeLog index 57d90f3..a3b8089 100644 --- a/trunk/src/etcat/ChangeLog +++ b/trunk/src/etcat/ChangeLog @@ -1,4 +1,7 @@ - +2004-01-23 Marius Mauch + - now catches exceptions thrown by portage + - minor bugfixes + 2004-01-07 Karl Trygve Kalleberg * Added man page from app-portage/gentoolkit * Added Makefile diff --git a/trunk/src/old-scripts/ewhich b/trunk/src/old-scripts/ewhich index 4b1f875..345ec34 100755 --- a/trunk/src/old-scripts/ewhich +++ b/trunk/src/old-scripts/ewhich @@ -10,10 +10,8 @@ import portage,sys,os from output import * -print -print red("!!! As of Gentoolkit 0.2.0 this tool is deprecated") -print red("!!! ") + "Refer to 'equery which' for a replacement" -print +sys.stderr.write("\n" + red("!!!") + " As of Gentoolkit 0.2.0 this tool is deprecated\n") +sys.stderr.write(red("!!!") + " Refer to 'equery which' for a replacement\n\n") def print_help(): print