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 6DFD1158011 for ; Mon, 20 Sep 2021 23:02:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0E93E077C; Mon, 20 Sep 2021 23:02:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70152E077C for ; Mon, 20 Sep 2021 23:02:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1ECE234306C for ; Mon, 20 Sep 2021 23:02:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE70BD for ; Mon, 20 Sep 2021 23:02:05 +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: <1632178900.4dae464170a0cdd20bf42f88b16c57bf761149bf.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4dae464170a0cdd20bf42f88b16c57bf761149bf X-VCS-Branch: master Date: Mon, 20 Sep 2021 23:02:05 +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: 735dc3b7-dde6-4890-a901-17fe783caf8a X-Archives-Hash: 3c6d9bc600b50ed0f3e69894ddd7bf7a commit: 4dae464170a0cdd20bf42f88b16c57bf761149bf Author: Matt Turner gentoo org> AuthorDate: Mon Sep 20 23:01:40 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 20 23:01:40 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=4dae4641 README.md: Improve formatting and remove gentoolkit-dev refs Signed-off-by: Matt Turner gentoo.org> README.md | 40 +++++++++++++++++----------------------- 1 file 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.