commit: f43ae7f833bf9f674cf6db24ccfa5bc5583b139e Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Mar 22 20:46:46 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Mar 22 20:46:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=f43ae7f8
Update AUTHORS, README AUTHORS | 26 ++++++++++++++++++++++++-- README | 16 ++++++++-------- pym/gentoolkit/ekeyword/AUTHORS | 10 ---------- 3 files changed, 32 insertions(+), 20 deletions(-) diff --git a/AUTHORS b/AUTHORS index 077299a..6d98b5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,9 @@ Library additions and refactor: Douglas Anderson <[email protected]> Current maintainer: Paul Varner <[email protected]> +* glsa-check + Author: Marius Mauch <[email protected]> + * ebump Original author: Karl Trygve Kalleberg <[email protected]> Christian Ruppert <[email protected]> @@ -11,6 +14,18 @@ Original author: Thomas de Grenier de Latour (tgl) <[email protected]> re-write author Brian Dolbec <[email protected]> +* enalyze + Original author: Brian Dolbec <[email protected]> + +* ekeyword + Current python version: Mike Frysinger <[email protected]> + Previous perl version: + Christian Ruppert <[email protected]> + Paul Varner <[email protected]> + Mike Frysinger <[email protected]> + Original author: + Aron Griffis <[email protected]> + * epkginfo Author: Ned Ludd <[email protected]> earch: Eldad Zack <[email protected]> @@ -25,14 +40,21 @@ Original author: Donnie Berkholz <[email protected]> Updated by: Uwe Klosa <[email protected]> +* eshowkw (python version) + Original author: "Tomáš Chvátal <[email protected]>" + * euse Original perl version: Arun Bhanu <[email protected]> New bash version: Marius Mauch <[email protected]> package.use support: Jared Hancock +* imlate + Author: Christian Ruppert <[email protected]> + * revdep-rebuild Original author: Stanislav Brabec Rewrite author: Michael A. Smith -* enalyze - Original author: Brian Dolbec <[email protected]> +* revdep-rebuild (python version) + Original author: Slawek Lis + diff --git a/README b/README index 5c785d3..e122086 100644 --- a/README +++ b/README @@ -20,23 +20,23 @@ 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 -etcat - extracts auxillary information from portage (deprecated) +eread - script to read portage log items from einfo, ewarn etc. +eshowkw - Display keywords for specified package(s) euse - tool to manage USE flags glsa-check - tool to manage GLSA's (Gentoo Linux Security Advisory) +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 ============== -ebump - Ebuild revision bumper -echangelog - update portage ChangeLogs -ego - -ekeyword - modify package KEYWORDS -epkgmove - tool for moving and renaming packages in CVS -eviewcvs - generate viewcvs URLs -gensync - Overlay Sync Tool +DEPRECATED IMPROVEMENTS diff --git a/pym/gentoolkit/ekeyword/AUTHORS b/pym/gentoolkit/ekeyword/AUTHORS deleted file mode 100644 index 353a45e..0000000 --- a/pym/gentoolkit/ekeyword/AUTHORS +++ /dev/null @@ -1,10 +0,0 @@ -Current python version: - Mike Frysinger <[email protected]> - -Previous perl version: - Christian Ruppert <[email protected]> - Paul Varner <[email protected]> - Mike Frysinger <[email protected]> - -Original author: - Aron Griffis <[email protected]>
