+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
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
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
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.
-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
-
+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
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