eclean/test_clean: remove unused test_test_support import
[gentoolkit.git] / README
1 Package: gentoolkit/gentoolkit-dev
2 Authors: Aron Griffis <agriffis@gentoo.org>
3          Brandon Low <lostlogic@gentoo.org>
4          Ian Leitch <port001@gentoo.org>
5          Karl Trygve Kalleberg <karltk@gentoo.org>
6          Marius Mauch <genone@gentoo.org>
7          Paul Varner <fuzzyray@gentoo.org>
8          See src/<tool>/AUTHORS for tool-specific authors
9
10 MOTIVATION
11
12 The gentoolkit and gentoolkit-dev packages contain a collection of useful
13 administration scripts particular to the Gentoo Linux distribution. It contains
14 rough drafts and implementations of features that may in time make it into
15 Portage, or into full-fledged tools in their own right.
16
17 The gentoolkit-dev package is intended primarily for Gentoo developers.
18
19 CONTENTS
20
21 gentoolkit
22 ==========
23 eclean         - tool to clean up outdated distfiles and packages
24 equery         - replacement for etcat and qpkg
25 etcat          - extracts auxillary information from portage (deprecated)
26 euse           - tool to manage USE flags
27 glsa-check     - tool to manage GLSA's (Gentoo Linux Security Advisory)
28 qpkg           - convient package query tool (deprecated)
29 revdep-rebuild - scans/fixes broken shared libs and binaries
30
31 gentoolkit-dev
32 ==============
33 ebump          - Ebuild revision bumper
34 echangelog     - update portage ChangeLogs
35 ego            - 
36 ekeyword       - modify package KEYWORDS
37 epkgmove       - tool for moving and renaming packages in CVS
38 eviewcvs       - generate viewcvs URLs
39 gensync        - Overlay Sync Tool
40
41 IMPROVEMENTS
42
43 Any suggestions for improvements should be sent to tools-portage@gentoo.org, or
44 added as a bug assigned to us.
45
46 We only accept new contributions if they are written in bash or python.