Fix w/s issues
[gentoolkit.git] / trunk / README
1 Package: Gentoolkit
2 Version: 0.2.0_pre5
3 Authors: Karl Trygve Kalleberg <karltk@gentoo.org>
4          Brandon Low <lostlogic@gentoo.org>
5          Marius Mauch <genone@gentoo.org>
6          See src/<tool>/AUTHORS for tool-specific authors
7
8 MOTIVATION
9
10 Gentoolkit is a collection of useful adminstration scripts particular to
11 the Gentoo Linux distribution. It contains rough drafts and
12 implementations of features that may in time make it into Portage, or
13 into full-fledged tools in their own right.
14
15 CONTENTS
16
17 dep-clean           - cleans out unwanted dependencies
18 emerge-rsync        - coloured output of changes in last rsync
19 emerge-webrsync     - rsync-over-http
20 equery              - replacement for etcat and qpkg
21 epm                 - rpm-like query tool
22 etcat               - extracts auxillary information from portage
23 etc-update          - keeps your /etc up to date after package installs
24 pkg-clean           - cleans packages
25 pkg-size            - calculates size of an installed package
26 portage-statistics  - shows various statistics about the Portage Tree
27 qpkg                - convient package query tool
28 revdep-rebuild      - scans/fixes broken shared libs and binaries
29 useflag             - tool for handling use flag settings
30
31
32 IMPROVEMENTS
33
34 Any suggestions for improvements should be sent to tools-portage@gentoo.org, or
35 added as a bug assigned to us.
36
37 We only accept new contributions if they are written in bash or python.