aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* keyword: define keyword_list in compare_strs doctestW. Trevor King2012-11-111-0/+1
| | | | | | This is not much of a doctest, since we aren't using compare_strs() anywhere, but at least it doesn't error out. Note that comparisons have been reworked in Python 3 where cmp() has been removed.
* keyword: use Python 2/3-agnostic set notation in reduce_keywords doctestW. Trevor King2012-11-111-2/+5
| | | | | | Python 2.7 prints sets as "set([1, 2])", but Python 3.2 prints them as "{1, 2}". Avoid having to chose by showing that the result of reduce_keywords() is a set, and then printing the elements in a list.
* keyword: remove shebang from module without __name__ == '__main__' blockW. Trevor King2012-11-111-2/+0
|
* Merge from genscripts r458: douglasjandersonfuzzyray2010-09-221-2/+2
| | | | | | | | | | | | | | | | | Fix for bug #303129: equery meta's keyword sorting should match ekeyword. Merge from genscripts r455: douglasjanderson Small backend and source mods. Merge from genscripts r432: brian.dolbec fix Bug 317899 traceback due to incorrectly using pass instead of continue in two locations. Merge from genscripts r426: andkit add $mask2 to the list of allowed placeholders for --help. svn path=/trunk/gentoolkit/; revision=804
* Sync with genscripts rev 422, includes fixes to eclean and python additions ↵fuzzyray2010-04-081-1/+3
| | | | | | for prefix svn path=/trunk/gentoolkit/; revision=768
* Merge genscripts rev 406fuzzyray2010-03-241-3/+34
| | | | svn path=/trunk/gentoolkit/; revision=756
* Update to genscripts rev 382. This has more fixes for py3k and the modular ↵fuzzyray2010-03-121-1/+7
| | | | | | rewrite of eclean. svn path=/trunk/gentoolkit/; revision=755
* sync with genscripts rev 343. This adds the initial py3k support and the ↵fuzzyray2010-03-091-0/+105
analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751