updated Changelogs
authorgenone <genone@gentoo.org>
Fri, 23 Jan 2004 05:21:14 +0000 (05:21 -0000)
committergenone <genone@gentoo.org>
Fri, 23 Jan 2004 05:21:14 +0000 (05:21 -0000)
svn path=/; revision=73

trunk/ChangeLog
trunk/README
trunk/src/equery/ChangeLog
trunk/src/etcat/ChangeLog
trunk/src/old-scripts/ewhich

index 85c644dae67b4d9eb10264bc2334ba1322268867..ad4c7db0a1739886d1bec4da4f4974abbdd72ec6 100644 (file)
@@ -1,3 +1,6 @@
+2004-01-23 Marius Mauch <genone@gentoo.org>
+       * lots of bugfixes
+
 2004-01-14 Karl Trygve Kalleberg <karltk@gentoo.org>
        * Added src/ego to gentoolkit-dev
 
index 031186d236f73d94555da237bcba392ccbfcda0d..e6f83932392822611051d99618ea0f73bf562061 100644 (file)
@@ -1,7 +1,8 @@
 Package: Gentoolkit
-Version: 0.1.3
+Version: 0.2.0_pre5
 Authors: Karl Trygve Kalleberg <karltk@gentoo.org>
          Brandon Low <lostlogic@gentoo.org>
+                Marius Mauch <genone@gentoo.org>
          See src/<tool>/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.
index bd2e760892973bfabd3d6ccd53e2b4fe66a93217..96cdd1e7bdd23dc5a0347da122113f632a365619 100644 (file)
@@ -1,7 +1,11 @@
-2003-01-12 Marius Mauch <genone@gentoo.org>
+2004-01-23 Marius Mauch <genone@gentoo.org>
+       * now catches Exceptions thrown by portage
+       * minor bugfixes
+
+2004-01-12 Marius Mauch <genone@gentoo.org>
        * added mask, keyword and slot information to list command
 
-2003-01-07 Karl Trygve Kalleberg <karltk@gentoo.org>
+2004-01-07 Karl Trygve Kalleberg <karltk@gentoo.org>
        * Renamed to equery
        * Added Makefile
        
index 57d90f35a9de0ed558f03c357307a472dd3c63eb..a3b808938fbc7c108138f8a6a8cc2759fbc6e121 100644 (file)
@@ -1,4 +1,7 @@
-
+2004-01-23 Marius Mauch <genone@gentoo.org>
+       - now catches exceptions thrown by portage
+       - minor bugfixes
+       
 2004-01-07 Karl Trygve Kalleberg <karltk@gentoo.org>
        * Added man page from app-portage/gentoolkit
        * Added Makefile
index 4b1f87502662331d349d12be30c5d42242d4cc5c..345ec340c545c7ca03480d3899dec45bfdec2c19 100755 (executable)
 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