From 9f1ba87c7d813c48ee3dc7655395dccd716efdcf Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Mon, 20 Sep 2021 09:48:04 -0400 Subject: Change README to markdown and move authors to AUTHORS Signed-off-by: Wolfgang E. Sanyer Signed-off-by: Matt Turner --- AUTHORS | 4 ++++ README | 45 --------------------------------------------- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 45 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/AUTHORS b/AUTHORS index 6d98b5d..b7843a8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,7 @@ +* Misc contributors + Brandon Low + Ian Leitch + * gentoolkit Original author: Karl Trygve Kalleberg Library additions and refactor: Douglas Anderson diff --git a/README b/README deleted file mode 100644 index 4ec4fc9..0000000 --- a/README +++ /dev/null @@ -1,45 +0,0 @@ -Package: gentoolkit/gentoolkit-dev -Authors: Aron Griffis - Brandon Low - Ian Leitch - Karl Trygve Kalleberg - Marius Mauch - Paul Varner - See src//AUTHORS for tool-specific authors - -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. - -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 - -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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e63c25 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +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. + +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 + +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. -- cgit v1.2.3