summaryrefslogtreecommitdiff
path: root/trunk/README
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2002-08-11 00:29:04 +0000
committerkarltk <karltk@gentoo.org>2002-08-11 00:29:04 +0000
commit9c526f54968557dc7bcdd16e2619fd9f972818c3 (patch)
treeec5ae08d8226f8ff0b70576eaace97179ed15199 /trunk/README
downloadgentoolkit-9c526f54968557dc7bcdd16e2619fd9f972818c3.tar.gz
Initial revision
svn path=/; revision=2
Diffstat (limited to 'trunk/README')
-rw-r--r--trunk/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/trunk/README b/trunk/README
new file mode 100644
index 0000000..cd3a695
--- /dev/null
+++ b/trunk/README
@@ -0,0 +1,33 @@
+Package: Gentoolkit
+Version: 0.1.3
+Authors: Karl Trygve Kalleberg <karltk@gentoo.org>
+ Brandon Low <lostlogic@gentoo.org>
+ See src/<tool>/AUTHORS for tool-specific authors
+
+MOTIVATION
+
+Gentoolkit is a collection of useful adminstration scripts particular to
+the Gentoo Linux distribution. It contains rough drafts and
+implementations of features that may in time make it into Portage, or
+into full-fledged tools in their own right.
+
+CONTENTS
+
+dep-clean - cleans out unwanted dependencies
+emerge-rsync - coloured output of changes in last rsync
+emerge-webrsync - rsync-over-http
+epm - rpm-like query tool
+etc-update - keeps your /etc up to date after package installs
+pkg-clean - cleans packages
+pkg-size - calculates size of an installed package
+portage-statistics - shows various statistics about the Portage Tree
+qpkg - convient package query tool
+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.
+
+We only accept new contributions if they are written in bash or python.