summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorgenone <genone@gentoo.org>2004-01-23 05:21:14 +0000
committergenone <genone@gentoo.org>2004-01-23 05:21:14 +0000
commit3e17cf630f4621d86e6355063f8bfcef764842c7 (patch)
tree7c3f9c9bbfde1894d7a908c701438b51aa66dac2 /trunk/src
parentcb6e7e4786c7c13ab9905fe76f44c943e716a41f (diff)
downloadgentoolkit-3e17cf630f4621d86e6355063f8bfcef764842c7.tar.gz
updated Changelogs
svn path=/; revision=73
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/equery/ChangeLog8
-rw-r--r--trunk/src/etcat/ChangeLog5
-rwxr-xr-xtrunk/src/old-scripts/ewhich6
3 files changed, 12 insertions, 7 deletions
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 <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
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 <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
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