aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eclean: dist: make VCS cleaning dependent on --deepSam James2024-05-031-3/+3
* eclean: dist: fix crash with excluded itemsSam James2024-05-031-0/+1
* eclean: dist: fix printing VCS clean items with --quietSam James2024-05-031-2/+5
* eclean: dist: fix copyright headersSam James2024-05-034-4/+4
* eclean: dist: fix typo in commentSam James2024-05-031-2/+2
* eclean: dist: fix operating on an empty directorySam James2024-05-031-1/+2
* eclean/search.py: Fix find_packages docstring for invalid_pathsBrian Dolbec2024-02-171-3/+2
* eclean: Handle InvalidDepstring info in _deps_equalBrian Dolbec2024-02-171-6/+48
* eclean: handle when git3-src doesn't exist (port to Pathlib)Siddhanth Rathod2024-01-191-25/+25
* eclean: fix eclean-dist with no git3-src dirSam James2024-01-191-0/+3
* eclean: Strip libc dependencies from --changed-deps calculationsMatt Turner2024-01-121-1/+7
* Enhancement: eclean-dist handle git checkoutsSiddhanth Rathod2023-12-033-16/+89
* Migrate to PEP517 meson-python buildgentoolkit-0.6.3Zac Medico2023-10-122-1/+19
* eclean: pkg: suppress invalid binary errorSiddhanth Rathod2023-10-081-1/+4
* eclean: pkg: fix pkgindex handlingSiddhanth Rathod2023-10-082-92/+11
* eclean-pkg: fix compatibility with FEATURES=pkgdir-index-trustedgentoolkit-0.6.2Siddhanth Rathod2023-09-291-3/+8
* eclean: Make cleaning invalid defaultSiddhanth Rathod2023-08-241-7/+8
* eclean-pkg: placate blackSam James2023-08-221-2/+1
* 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-074-23/+16
* Support the NO_COLOR environment variableUlrich Müller2023-03-221-3/+5
* eclean/pkgindex.py: Fix typo in function callBrian Dolbec2022-07-101-2/+2
* eclean: add early return for empty DISTDIRBrian Dolbec2022-07-091-0/+4
* eclean: Complete migration to imported emaint codeBrian Dolbec2022-07-093-33/+30
* 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
* */*: reformat with latest Black 22.1.0Sam James2022-02-091-1/+1
* Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer2021-09-206-1635/+1845
* Remove unused sys importsMatt Turner2020-12-201-1/+0
* Remove inherits from objectMatt Turner2020-12-204-4/+4
* Remove Python < 3 version checksMatt Turner2020-12-201-2/+0
* Remove imports from __future__Matt Turner2020-12-206-18/+0
* eclean --changed-deps: fix EAPI logic (bug 727596)Zac Medico2020-06-081-8/+10
* eclean: Add option to delete binpkgs with changed depsMatt Turner2020-03-112-2/+29
* eclean: Rewrite findPackages()Matt Turner2020-03-061-58/+55
* Pass raw strings for regexp to fix DeprecationWarningsMichał Górny2020-01-261-2/+2
* eclean: Fix typosMatt Turner2019-12-102-3/+3
* eclean: Delete empty directoriesMatt Turner2019-12-041-0/+4
* eclean: Inline _sort_keys methodMatt Turner2019-12-041-15/+6
* eclean: tox fix: local variable 'e' is assigned to but never usedZac Medico2019-09-131-1/+1
* Add (and fix) flake8 checks in toxVirgil Dupras2018-08-145-17/+13
* eclean: add the missing ')' in the help string of --package-namesgentoolkit-0.4.1Göktürk Yüksek2017-12-111-1/+1
* eclean: fix DeprecationWarning: Passing nonexistent key 'NOCOLOR'Zac Medico2016-07-021-2/+2
* eclean: optimize binpkg-multi-instance support from bug 586658Zac Medico2016-06-301-25/+22
* Change open function to use UTF-8 encoding for content.Paul Varner2016-06-301-1/+3