aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | svn path=/trunk/gentoolkit/; revision=872
* Update sorting algorithm to order slots properly if package with lower slot ↵scarabeus2010-12-041-27/+23
| | | | | | has higher version. svn path=/trunk/gentoolkit/; revision=871
* Properly get versions for all packages in all repositories so versions from ↵scarabeus2010-11-271-9/+61
| | | | | | different repos does not shadow each other svn path=/trunk/gentoolkit/; revision=870
* Move useless variable passing.scarabeus2010-11-221-11/+11
| | | | svn path=/trunk/gentoolkit/; revision=864
* Run the keywords check only if the keywords are not empty.scarabeus2010-11-221-1/+2
| | | | svn path=/trunk/gentoolkit/; revision=863
* Drop useless importscarabeus2010-11-221-2/+0
| | | | svn path=/trunk/gentoolkit/; revision=862
* Fix wrong value parsingscarabeus2010-11-211-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=861
* Drop useless code for whitespace strippingscarabeus2010-11-211-16/+3
| | | | svn path=/trunk/gentoolkit/; revision=860
* Compare keywords not as exact line match but separately. This allows ↵scarabeus2010-11-211-14/+13
| | | | | | multiple combined versions to overshadow. svn path=/trunk/gentoolkit/; revision=859
* Revert: Use join() rather than string printing.scarabeus2010-11-191-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=857
* Remove unused variable.scarabeus2010-11-181-2/+1
| | | | svn path=/trunk/gentoolkit/; revision=856
* Use join() rather than string printing.gentoolkit-0.3.0_rc11scarabeus2010-11-171-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=854
* Respect category when running as cwd call without specified package.scarabeus2010-11-171-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=853
* Die correctly when called indirectly with no package specified.scarabeus2010-11-021-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=846
* Revert altering keywords_content. This change was not ready yet.scarabeus2010-11-021-5/+1
| | | | svn path=/trunk/gentoolkit/; revision=844
* Fix arg parsing everywhere for eshowkw.scarabeus2010-11-022-3/+7
| | | | svn path=/trunk/gentoolkit/; revision=843
* Fix error on rotate content and py3 compat.scarabeus2010-11-022-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=842
* Extend PORTDIR_OVERLAY rather than overriding it to not create warnings.scarabeus2010-10-291-2/+2
| | | | svn path=/trunk/gentoolkit/; revision=840
* Add encoding informations.scarabeus2010-10-284-5/+5
| | | | svn path=/trunk/gentoolkit/; revision=839
* Fix import path again. Process only proper passed args in required function.scarabeus2010-10-281-0/+10
| | | | svn path=/trunk/gentoolkit/; revision=838
* Fix typo, using undefined variable with name as function...scarabeus2010-10-281-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=836
* Fix imports and package to reflect gentoolkit integration.scarabeus2010-10-281-5/+6
| | | | svn path=/trunk/gentoolkit/; revision=835
* Update version string in eshowkw properly.scarabeus2010-10-281-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=832
* Initial commit of eshowkw, which is drop-in replacement for eshowkw from ↵scarabeus2010-10-284-0/+615
gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831