aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* eclean: Complete migration to imported emaint codeBrian Dolbec2022-07-093-33/+30
* ekeyword: remove .ebuild file suffix requirement (bug 762331)Zac Medico2022-07-091-3/+5
* revdep-rebuild.sh: use awk instead of gawkHadrien Lacour2022-07-091-9/+19
* equery: run blackSam James2022-07-091-24/+23
* equery: Add -F TMPL option to depends moduleArno Bauernöppel2022-07-082-22/+58
* equery: update linguas->l10n optionMartin Matous2022-07-082-4/+3
* metadata.py: Don't fail on unmatched packageMarco Sirabella2022-07-082-1/+13
* Add -f/--forced-masked to equery(1)Oskari Pirhonen2022-07-081-0/+4
* Add -f/--forced-masked to equery usesOskari Pirhonen2022-07-082-21/+77
* eshowkw: make black happyMike Gilbert2022-07-081-1/+1
* revdep-rebuild: set up a child logger with propagate = FalseMike Gilbert2022-07-081-1/+2
* eshowkw: Fix missing dash for -r? ebuilds in versionlist outputBrian Dolbec2022-06-082-2/+2
* eshowkw: Correctly fix row alignment issue bug 503366Brian Dolbec2022-06-072-3/+2
* eshowkw: Fix bug 503366 row alignment issueBrian Dolbec2022-06-071-2/+3
* fix missing short option "-u" for --unique-useYixun Lan2022-06-011-1/+1
* implement --unique-use option for eclean-pkgYixun Lan2022-05-282-1/+39
* tox.ini, github: add Python 3.10 final, add Python 3.11Sam James2022-05-192-3/+6
* euse: egrep -> grep -ESam James2022-05-151-13/+13
* man: Switch to https linksMatt Turner2022-03-177-9/+9
* man: Escape hyphens and line wrapMatt Turner2022-03-171-8/+11
* Remove remnants of herds supportMatt Turner2022-03-166-184/+38
* imlate: Remove 'experimental' codeMatt Turner2022-03-161-5/+0
* Remove AUTHORS*Matt Turner2022-02-092-70/+0
* Remove ChangeLogMatt Turner2022-02-091-934/+0
* */*: drop obsolete Changelog referencesSam James2022-02-093-69/+2
* .gitignorerevs: add Black 22.1.0 reformatting commitSam James2022-02-091-0/+2
* */*: reformat with latest Black 22.1.0Sam James2022-02-091-1/+1
* Fix flake F401 'imported but unused' errorWolfgang E. Sanyer2021-09-211-3/+0
* Add github action for flakeWolfgang E. Sanyer2021-09-211-0/+20
* Add CI badge to README for unit testsWolfgang E. Sanyer2021-09-211-0/+2
* Add github action unit-test CIWolfgang E. Sanyer2021-09-211-0/+44
* README.md: Improve formatting and remove gentoolkit-dev refsMatt Turner2021-09-201-23/+17
* tox: Update tested implementation listMatt Turner2021-09-201-1/+1
* Add github action to check formattingWolfgang E. Sanyer2021-09-201-0/+10
* Rename README.dev to CONTRIBUTING.md. Also, add information...Wolfgang E. Sanyer2021-09-203-55/+82
* Change README to markdown and move authors to AUTHORSWolfgang E. Sanyer2021-09-202-11/+9
* Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer2021-09-2085-14032/+15252