commit: 9f1ba87c7d813c48ee3dc7655395dccd716efdcf Author: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail <DOT> com> AuthorDate: Mon Sep 20 13:48:04 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Sep 20 22:51:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=9f1ba87c
Change README to markdown and move authors to AUTHORS Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> AUTHORS | 4 ++++ README => README.md | 16 +++++----------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6d98b5d..b7843a8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,7 @@ +* Misc contributors + Brandon Low <[email protected]> + Ian Leitch <[email protected]> + * gentoolkit Original author: Karl Trygve Kalleberg <[email protected]> Library additions and refactor: Douglas Anderson <[email protected]> diff --git a/README b/README.md similarity index 78% rename from README rename to README.md index 4ec4fc9..1e63c25 100644 --- a/README +++ b/README.md @@ -1,13 +1,5 @@ -Package: gentoolkit/gentoolkit-dev -Authors: Aron Griffis <[email protected]> - Brandon Low <[email protected]> - Ian Leitch <[email protected]> - Karl Trygve Kalleberg <[email protected]> - Marius Mauch <[email protected]> - Paul Varner <[email protected]> - See src/<tool>/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 @@ -17,9 +9,10 @@ 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 @@ -34,10 +27,11 @@ 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 [email protected], or added as a bug assigned to us.
