aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* equery meta: map the remote-id to the respective urlSiddhanth Rathod2023-09-191-10/+41
* bin/merge-driver-ekeyword: replace os.system with os.execlpMike Gilbert2023-08-291-4/+3
* bin/merge-driver-ekeyword: mangle exit code correctlySam James2023-08-291-3/+5
* bin/merge-driver-ekeyword: fix compatibility with >=git-2.42.0Sam James2023-08-291-1/+1
* eclean: Make cleaning invalid defaultSiddhanth Rathod2023-08-241-7/+8
* eclean-pkg: placate blackSam James2023-08-221-2/+1
* Drop useless imports (fix flake8)Sam James2023-08-222-2/+0
* eclean-pkg: fix --help alignment, mention shortopt for clean-invalidSam James2023-08-221-2/+2
* eclean-pkg: fix --unique-use shortoptSam James2023-08-221-1/+1
* eclean-pkg: add --clean-invalid to help, fix parsingSam James2023-08-221-7/+12
* eclean-pkg: Limit invalid search to 'packages' actionSiddhanth Rathod2023-08-221-22/+24
* eclean-pkg: deal with invalid binpkgsSiddhanth Rathod2023-08-213-6/+64
* eclean: Add type hintsSiddhanth Rathod2023-08-211-8/+9
* Run `pyupgrade --py39-plus`Sam James2023-08-0753-244/+200
* equery: reformat with blackSam James2023-08-051-2/+8
* equery: list: correctly handle installed packages no longer in treeRafał Mużyło2023-07-181-2/+2
* equery: depgraph: Fix --linear shortopt (-l)Sam James2023-07-181-1/+1
* equery.1: Add description of 'keywords' module, fix typo.Alexis2023-06-171-2/+76
* enalyze/analyze.py: fix typosDiego Viola2023-06-041-3/+3
* .editorconfig: add (import from portage)Sam James2023-03-241-0/+21
* Support the NO_COLOR environment variableUlrich Müller2023-03-226-18/+29
* .gitignorerevs: update for Black reformattingSam James2023-03-201-0/+2
* */*: Reformat with newer BlackSam James2023-03-206-6/+0
* CI: add Python 3.12 alphasSam James2023-03-201-0/+1
* CI: update Portage versionSam James2023-03-201-1/+2
* CI: fix Python 3.11 workflow/jobSam James2023-03-201-1/+1
* eshowkw: Fix spelling errorGreg Kubaryk2023-01-072-2/+2
* man: fix path of distfilesVitaly Zdanevich2022-12-141-1/+1
* profile: Default to main repo nameKrzesimir Nowak2022-12-141-5/+10
* ebump: Use `git rev-parse --is-inside-work-tree`Michał Górny2022-12-031-1/+1
* ebump: Replace which(1) with `command -v`Michał Górny2022-12-031-1/+1
* equery: Set nocolor for piping to after options are parsedBrian Dolbec2022-07-281-2/+4
* equery meta: Put maintainer description on the same lineBrian Dolbec2022-07-111-1/+1
* revdep-rebuild.sh: Create its cache dir if it doesn't existBrian Dolbec2022-07-111-1/+2
* eclean/pkgindex.py: Fix typo in function callBrian Dolbec2022-07-101-2/+2
* Revert "setup.py: migrate to setuptools"Brian Dolbec2022-07-101-4/+4
* NEWS: update for point releasegentoolkit-0.6.1Brian Dolbec2022-07-101-0/+7
* setup.py: migrate to setuptoolsBrian Dolbec2022-07-101-4/+4
* equery check.py: Fix flake 8 qa for unused variableBrian Dolbec2022-07-101-0/+1
* depends.py: Fix 3e35553df46 missing Package importBrian Dolbec2022-07-101-1/+1
* v0.6.0gentoolkit-0.6.0Brian Dolbec2022-07-101-0/+32
* equery depends: Fix a traceback due to UnboundLocalError:Brian Dolbec2022-07-101-1/+0
* equery check: Fix exception handling for Insufficient permissionsAlexander Miller2022-07-101-1/+6
* package.py: code cleanup via blackBrian Dolbec2022-07-101-1/+3
* equery meta: Migrate to portage's MetadataXML classBrian Dolbec2022-07-102-259/+7
* equery meta: Fix missing description when not in metadata.xmlBrian Dolbec2022-07-092-0/+11
* Fix typo "informations" revdep-rebuild & eshowkwBrian Dolbec2022-07-093-4/+4
* equery: Turn off color when piping is setBrian Dolbec2022-07-091-0/+2
* enalyze: Fix missing newline at end of saved rebuild filesBrian Dolbec2022-07-091-0/+1
* eclean: add early return for empty DISTDIRBrian Dolbec2022-07-091-0/+4