Update to genscripts rev 382. This has more fixes for py3k and the modular rewrite...
authorfuzzyray <fuzzyray@gentoo.org>
Fri, 12 Mar 2010 21:44:29 +0000 (21:44 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Fri, 12 Mar 2010 21:44:29 +0000 (21:44 -0000)
commit1ddc073811b7b69aab22cd65990bbca8e7104bef
tree5ca2ef92478538f44b6abc9a96a8110b559fa867
parent9a693a44e2bc6b83a8e93efff3c411e767c9b328
Update to genscripts rev 382. This has more fixes for py3k and the modular rewrite of eclean.

svn path=/trunk/gentoolkit/; revision=755
38 files changed:
TODO
bin/eclean
bin/equery
man/analyse.1
pym/gentoolkit/analyse/__init__.py
pym/gentoolkit/analyse/analyse.py
pym/gentoolkit/analyse/base.py
pym/gentoolkit/analyse/lib.py
pym/gentoolkit/analyse/rebuild.py
pym/gentoolkit/base.py
pym/gentoolkit/cpv.py
pym/gentoolkit/eclean/__init__.py [new file with mode: 0644]
pym/gentoolkit/eclean/clean.py [new file with mode: 0644]
pym/gentoolkit/eclean/cli.py [new file with mode: 0644]
pym/gentoolkit/eclean/exclude.py [new file with mode: 0644]
pym/gentoolkit/eclean/output.py [new file with mode: 0644]
pym/gentoolkit/eclean/pkgindex.py [new file with mode: 0644]
pym/gentoolkit/eclean/search.py [new file with mode: 0644]
pym/gentoolkit/equery/__init__.py
pym/gentoolkit/equery/changes.py
pym/gentoolkit/equery/list_.py
pym/gentoolkit/equery/meta.py
pym/gentoolkit/equery/uses.py
pym/gentoolkit/errors.py
pym/gentoolkit/helpers.py
pym/gentoolkit/keyword.py
pym/gentoolkit/metadata.py
pym/gentoolkit/package.py
pym/gentoolkit/query.py
pym/gentoolkit/test/eclean/Packages [new file with mode: 0644]
pym/gentoolkit/test/eclean/__init__.py [new file with mode: 0644]
pym/gentoolkit/test/eclean/creator.py [new file with mode: 0644]
pym/gentoolkit/test/eclean/test_clean.py [new file with mode: 0644]
pym/gentoolkit/test/eclean/test_search.py [new file with mode: 0644]
pym/gentoolkit/test/test_helpers.py
pym/gentoolkit/test/test_keyword.py
pym/gentoolkit/test/test_query.py [new file with mode: 0644]
setup.py