Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: /
Date: Mon, 20 Sep 2021 22:58:02
Message-Id: 1632178312.9f1ba87c7d813c48ee3dc7655395dccd716efdcf.mattst88@gentoo
1 commit: 9f1ba87c7d813c48ee3dc7655395dccd716efdcf
2 Author: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 20 13:48:04 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 22:51:52 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=9f1ba87c
7
8 Change README to markdown and move authors to AUTHORS
9
10 Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer <AT> gmail.com>
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 AUTHORS | 4 ++++
14 README => README.md | 16 +++++-----------
15 2 files changed, 9 insertions(+), 11 deletions(-)
16
17 diff --git a/AUTHORS b/AUTHORS
18 index 6d98b5d..b7843a8 100644
19 --- a/AUTHORS
20 +++ b/AUTHORS
21 @@ -1,3 +1,7 @@
22 +* Misc contributors
23 + Brandon Low <lostlogic@g.o>
24 + Ian Leitch <port001@g.o>
25 +
26 * gentoolkit
27 Original author: Karl Trygve Kalleberg <karltk@g.o>
28 Library additions and refactor: Douglas Anderson <douglasjanderson@×××××.com>
29
30 diff --git a/README b/README.md
31 similarity index 78%
32 rename from README
33 rename to README.md
34 index 4ec4fc9..1e63c25 100644
35 --- a/README
36 +++ b/README.md
37 @@ -1,13 +1,5 @@
38 -Package: gentoolkit/gentoolkit-dev
39 -Authors: Aron Griffis <agriffis@g.o>
40 - Brandon Low <lostlogic@g.o>
41 - Ian Leitch <port001@g.o>
42 - Karl Trygve Kalleberg <karltk@g.o>
43 - Marius Mauch <genone@g.o>
44 - Paul Varner <fuzzyray@g.o>
45 - See src/<tool>/AUTHORS for tool-specific authors
46 -
47 MOTIVATION
48 +==========
49
50 The gentoolkit and gentoolkit-dev packages contain a collection of useful
51 administration scripts particular to the Gentoo Linux distribution. It contains
52 @@ -17,9 +9,10 @@ Portage, or into full-fledged tools in their own right.
53 The gentoolkit-dev package is intended primarily for Gentoo developers.
54
55 CONTENTS
56 +========
57
58 gentoolkit
59 -==========
60 +----------
61 ebump - Ebuild revision bumper
62 eclean - tool to clean up outdated distfiles and packages
63 ekeyword - modify package KEYWORDS
64 @@ -34,10 +27,11 @@ qpkg - convient package query tool (deprecated)
65 revdep-rebuild - scans/fixes broken shared libs and binaries
66
67 gentoolkit-dev
68 -==============
69 +--------------
70 DEPRECATED
71
72 IMPROVEMENTS
73 +============
74
75 Any suggestions for improvements should be sent to tools-portage@g.o, or
76 added as a bug assigned to us.