aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eshowkw: distinguish repository of installed package (bug 600486)gentoolkit-0.3.3Zac Medico2016-11-231-9/+9
* eshowkw: remove unused portage.db importZac Medico2016-07-031-1/+0
* eshowkw: migrate to PORTAGE_REPOSITORIES (bug 587856)Zac Medico2016-07-031-5/+27
* eshowkw: use portage.root for prefix supportZac Medico2016-07-021-1/+1
* Change open function to use UTF-8 encoding for content.Paul Varner2016-06-301-2/+7
* 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
* Fix the file open() calls to work with Python 2Paul Varner2015-11-241-2/+2
* Change all open() calls to use Unicode.Paul Varner2015-11-241-2/+3
* Get status of arch from profileJustin Lecher2015-11-191-3/+73
* Add eapi column to the eshowkwDenis Romanchuk2015-11-173-16/+33
* eshowkw: Gray out unstable archesMichał Górny2015-08-091-0/+3
* update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec2012-12-221-1/+1
* Fix output to be sorted using portage.versions.vercmp (bug 409449).Paul Varner2012-05-161-1/+0
* Fix Bug 414627, where not all packages were being printed.Paul Varner2012-05-081-2/+3
* Fix eshowkw traceback on prefix enviroments (Bug 411599).Paul Varner2012-04-111-1/+1
* Allow only one arg for --arch/-aChristian Ruppert2011-05-291-1/+1
* fix py3 compatibility issues in eshowkw.dol-sen2011-05-164-13/+18
* decorate some functions as @staticmethodBrian Dolbec2011-02-241-3/+6
* move mysettings out of __getMaskStatus() into __init__() so it is only done o...Brian Dolbec2011-02-241-12/+21
* WhitespaceChristian Ruppert2011-02-241-1/+1
* Fix package.mask checkChristian Ruppert2011-02-241-1/+1
* Some whitespace to visualy separate the codeTomas Chvatal2011-01-311-0/+2
* Align the suffix for revision correctly.Tomas Chvatal2011-01-311-2/+4
* Align revision nicely so it is space separated and easier to spot.Tomas Chvatal2011-01-301-23/+28
* Make the ignorance of local settings complete.Tomas Chvatal2011-01-232-5/+6
* Ignore local_settings for package maks.Tomas Chvatal2011-01-232-7/+5
* Make shadow checker aware of mask status.Tomas Chvatal2011-01-201-18/+28
* Drop useless comment linescarabeus2010-12-041-1/+1
* Update sorting algorithm to order slots properly if package with lower slot h...scarabeus2010-12-041-27/+23
* Properly get versions for all packages in all repositories so versions from d...scarabeus2010-11-271-9/+61
* Move useless variable passing.scarabeus2010-11-221-11/+11
* Run the keywords check only if the keywords are not empty.scarabeus2010-11-221-1/+2
* Drop useless importscarabeus2010-11-221-2/+0
* Fix wrong value parsingscarabeus2010-11-211-1/+1
* Drop useless code for whitespace strippingscarabeus2010-11-211-16/+3
* Compare keywords not as exact line match but separately. This allows multiple...scarabeus2010-11-211-14/+13
* Revert: Use join() rather than string printing.scarabeus2010-11-191-2/+2
* Remove unused variable.scarabeus2010-11-181-2/+1
* Use join() rather than string printing.gentoolkit-0.3.0_rc11scarabeus2010-11-171-2/+2
* Respect category when running as cwd call without specified package.scarabeus2010-11-171-1/+1
* Die correctly when called indirectly with no package specified.scarabeus2010-11-021-2/+2
* Revert altering keywords_content. This change was not ready yet.scarabeus2010-11-021-5/+1
* Fix arg parsing everywhere for eshowkw.scarabeus2010-11-022-3/+7
* Fix error on rotate content and py3 compat.scarabeus2010-11-022-2/+2
* Extend PORTDIR_OVERLAY rather than overriding it to not create warnings.scarabeus2010-10-291-2/+2
* Add encoding informations.scarabeus2010-10-284-5/+5
* Fix import path again. Process only proper passed args in required function.scarabeus2010-10-281-0/+10
* Fix typo, using undefined variable with name as function...scarabeus2010-10-281-1/+1