Moved temporary files from /tmp to /var/tmp. Use a to avoid unprintable characters...
[gentoolkit.git] / trunk / README
index f54f78ce649456d4f518f0a108d8e087ed26023c..5c785d38ab613d6d4435d1f5585279b15e05923e 100644 (file)
@@ -1,33 +1,42 @@
-Package: Gentoolkit
-Version: 0.2.0_pre5
-Authors: Karl Trygve Kalleberg <karltk@gentoo.org>
+Package: gentoolkit/gentoolkit-dev
+Authors: Aron Griffis <agriffis@gentoo.org>
          Brandon Low <lostlogic@gentoo.org>
+         Ian Leitch <port001@gentoo.org>
+         Karl Trygve Kalleberg <karltk@gentoo.org>
          Marius Mauch <genone@gentoo.org>
+         Paul Varner <fuzzyray@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.
+The gentoolkit and gentoolkit-dev packages contain a collection of useful
+administration 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
+The gentoolkit-dev package is intended primarily for Gentoo developers.
 
-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
-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
-revdep-rebuild      - scans/fixes broken shared libs and binaries
-useflag             - tool for handling use flag settings
+CONTENTS
 
+gentoolkit
+==========
+eclean         - tool to clean up outdated distfiles and packages
+equery         - replacement for etcat and qpkg
+etcat          - extracts auxillary information from portage (deprecated)
+euse           - tool to manage USE flags
+glsa-check     - tool to manage GLSA's (Gentoo Linux Security Advisory)
+qpkg           - convient package query tool (deprecated)
+revdep-rebuild - scans/fixes broken shared libs and binaries
+
+gentoolkit-dev
+==============
+ebump          - Ebuild revision bumper
+echangelog     - update portage ChangeLogs
+ego            - 
+ekeyword       - modify package KEYWORDS
+epkgmove       - tool for moving and renaming packages in CVS
+eviewcvs       - generate viewcvs URLs
+gensync        - Overlay Sync Tool
 
 IMPROVEMENTS