From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D396158011 for ; Mon, 20 Sep 2021 22:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48D87E08A8; Mon, 20 Sep 2021 22:58:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27AAEE08A8 for ; Mon, 20 Sep 2021 22:58:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0D75343065 for ; Mon, 20 Sep 2021 22:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D97CCF for ; Mon, 20 Sep 2021 22:57:58 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1632178312.9f1ba87c7d813c48ee3dc7655395dccd716efdcf.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: AUTHORS README README.md X-VCS-Directories: / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9f1ba87c7d813c48ee3dc7655395dccd716efdcf X-VCS-Branch: master Date: Mon, 20 Sep 2021 22:57:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9e80a32-a9e4-42ed-b062-cb3827ba0963 X-Archives-Hash: 9f944b5892e45476de79bc82e1024d22 commit: 9f1ba87c7d813c48ee3dc7655395dccd716efdcf Author: Wolfgang E. Sanyer gmail com> AuthorDate: Mon Sep 20 13:48:04 2021 +0000 Commit: Matt Turner gentoo 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 gmail.com> Signed-off-by: Matt Turner 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 + Ian Leitch + * gentoolkit Original author: Karl Trygve Kalleberg Library additions and refactor: Douglas Anderson 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 - 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 @@ -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 tools-portage@gentoo.org, or added as a bug assigned to us.