aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Update AUTHORS, READMEBrian Dolbec2017-03-221-10/+0
* imlate.py: Whitespace cleanupBrian Dolbec2017-03-221-11/+11
* imlate: Initial updates for the gentoolkit eco-systemBrian Dolbec2017-03-224-72/+5
* ekeyword: Initial updates for gentoolkit eco-systemBrian Dolbec2017-03-222-2/+2
* ekeyword: Remove ekeyword symlinkBrian Dolbec2017-03-221-1/+0
* Initial import of remaining gentoolkit-dev packagesBrian Dolbec2017-03-2218-0/+1994
* revdep_rebuild/assign.py: handle directory symlinks (bug 611808)Zac Medico2017-03-101-7/+60
* Properly retrieve the count attribute and adjust logic to properly support bo...Aaron Bauman2017-01-201-2/+2
* revdep-rebuild: fix grammarJason A. Donenfeld2016-12-291-1/+1
* eshowkw: distinguish repository of installed package (bug 600486)gentoolkit-0.3.3Zac Medico2016-11-231-9/+9
* gentoolkit/package.py: Fix dblink call py3 compatibility bug 575788Brian Dolbec2016-09-151-1/+1
* revdep-rebuild: Use realpath on the mask directories too (Bug 593672)Brian Dolbec2016-09-141-1/+1
* revdep-rebuild: Fix filename matching for directories (bug 593672)Brian Dolbec2016-09-141-9/+24
* gentoolkit: Fix to allow a package name to end with a hyphenPaul Varner2016-08-161-1/+1
* revdep-ebuild: Fix unicode argument expected errorPaul Varner2016-08-152-4/+6
* Add missing import of io.open when using python2.70.3.2-r1Paul Varner2016-07-251-0/+3
* enalyze: Add width and prepend optionsBrian Dolbec2016-07-082-20/+40
* module_base.py: Add a char type cli option capabilityBrian Dolbec2016-07-081-1/+2
* eshowkw: remove unused portage.db importZac Medico2016-07-031-1/+0
* eshowkw: migrate to PORTAGE_REPOSITORIES (bug 587856)Zac Medico2016-07-031-5/+27
* eclean: fix DeprecationWarning: Passing nonexistent key 'NOCOLOR'Zac Medico2016-07-021-2/+2
* eshowkw: use portage.root for prefix supportZac Medico2016-07-021-1/+1
* 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-3013-21/+64
* equery: Change option --ignore-linguas to --ignore-l10nPaul Varner2016-06-301-7/+8
* equery: Fix UnicodeDecodeError in python2.7Paul Varner2016-06-301-0/+2
* eclean: Keep only packages with BUILD_TIME equal to installed oneManuel Mommertz2016-06-241-9/+13
* eclean: Apply handle binpkgs with .xpak suffix patch from bug 586658Paul Varner2016-06-231-5/+9
* Excluding masked files from rebuilding. This should fix a bug #568902Slawek Lis2016-06-091-22/+33
* equery.depends.py: Apply subslot patch from bug 5760600.3.1.1Brian Dolbec2016-06-061-0/+2
* revdep-rebuild: Replace the deprecated logger.war calls with logger.warningBrian Dolbec2016-05-185-24/+24
* revdep-rebuild, assign.py: Trap an invalid cpv split bug 571782Brian Dolbec2016-05-181-0/+5
* revdep-rebuild, settings.py: whitespace cleanupBrian Dolbec2016-05-181-28/+28
* revdep-rebuild/collect.py: Fix the masking issue where some masks were not ho...Brian Dolbec2016-05-171-6/+6
* eshowkw: Fix previous commit to not always turn on prefixPaul Varner2016-04-061-1/+1
* eshowkw: Imply prefix when specifing an archPaul Varner2016-03-311-0/+5
* Sort eshowkw headers by arch status firstDirkjan Ochtman2016-03-171-7/+15
* enalyze/analyze.py: Sort the flags for the analyze packages outputBrian Dolbec2016-02-251-2/+3
* revdep-rebuild/analyse.py: Add file masks to the collecting masksBrian Dolbec2016-02-251-2/+8
* revdep-rebuild: fix typo in bugs messageJason A. Donenfeld2016-01-181-1/+1
* revdep-rebuild/analyse.py: Account for more than 5 parts to report the error ...Brian Dolbec2015-12-191-4/+4
* revdep-rebuild: Adjust the intro message for a normal release0.3.1Brian Dolbec2015-12-161-3/+3
* Fix the file open() calls to work with Python 2Paul Varner2015-11-2412-28/+28
* Change all open() calls to use Unicode.Paul Varner2015-11-2412-23/+43
* Get status of arch from profileJustin Lecher2015-11-191-3/+73
* Add eapi column to the eshowkwDenis Romanchuk2015-11-173-16/+33
* equery/meta.py: Re-add the coma, so it makes the data a true tuple.Brian Dolbec2015-11-091-3/+3
* equery/meta.py: Revert the changes to the verbose section or format_maintainersBrian Dolbec2015-11-081-3/+3
* equery/meta.py: Fix a traceback reported by Manuel RuegerBrian Dolbec2015-11-081-7/+4
* gentoolkit: Fix to allow package names of all digits. Bug 562952Paul Varner2015-10-222-3/+3