summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-09-20 16:01:40 -0700
committerMatt Turner <mattst88@gentoo.org>2021-09-20 16:01:40 -0700
commit4dae464170a0cdd20bf42f88b16c57bf761149bf (patch)
treefbdeb5ab49248c5e21e9b8963c3b09d37770c36d /README.md
parent2aa793a77774d9ad9cdf850ba8013cdf70a7b008 (diff)
downloadgentoolkit-4dae464170a0cdd20bf42f88b16c57bf761149bf.tar.gz
README.md: Improve formatting and remove gentoolkit-dev refs
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md40
1 files changed, 17 insertions, 23 deletions
diff --git a/README.md b/README.md
index 1e63c25..edc961b 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,28 @@
MOTIVATION
==========
-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.
-
-The gentoolkit-dev package is intended primarily for Gentoo developers.
+The gentoolkit package contains 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
========
gentoolkit
----------
-ebump - Ebuild revision bumper
-eclean - tool to clean up outdated distfiles and packages
-ekeyword - modify package KEYWORDS
-enalyze - Analyze all installed pkgs or rebuild package.* files
-epkginfo - wrapper to equery: Display metadata about a given package.
-equery - replacement for etcat and qpkg
-eread - script to read portage log items from einfo, ewarn etc.
-eshowkw - Display keywords for specified package(s)
-euse - tool to manage USE flags
-imlate - Displays candidates for keywords for an architecture...
-qpkg - convient package query tool (deprecated)
-revdep-rebuild - scans/fixes broken shared libs and binaries
-
-gentoolkit-dev
---------------
-DEPRECATED
+- ebump - Ebuild revision bumper
+- eclean - tool to clean up outdated distfiles and packages
+- ekeyword - modify package KEYWORDS
+- enalyze - Analyze all installed pkgs or rebuild package.* files
+- epkginfo - wrapper to equery: Display metadata about a given package.
+- equery - replacement for etcat and qpkg
+- eread - script to read portage log items from einfo, ewarn etc.
+- eshowkw - Display keywords for specified package(s)
+- euse - tool to manage USE flags
+- imlate - Displays candidates for keywords for an architecture...
+- qpkg - convient package query tool (deprecated)
+- revdep-rebuild - scans/fixes broken shared libs and binaries
IMPROVEMENTS
============
@@ -36,4 +30,4 @@ IMPROVEMENTS
Any suggestions for improvements should be sent to tools-portage@gentoo.org, or
added as a bug assigned to us.
-We only accept new contributions if they are written in bash or python.
+We only accept new contributions if they are written in Bash or Python.