Merge rev 113 from djanderson's genscripts repo
authorfuzzyray <fuzzyray@gentoo.org>
Tue, 8 Dec 2009 21:53:45 +0000 (21:53 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Tue, 8 Dec 2009 21:53:45 +0000 (21:53 -0000)
commitacdf616efa73b77936963eaa8b5c715db97646d2
treed08ef2efee8b7edbf8c1df1a8de26439d6b42bd3
parent8a7c93709f74e29b81b5e7ad5310530d86cfe87c
Merge rev 113 from djanderson's genscripts repo

svn path=/trunk/gentoolkit/; revision=703
46 files changed:
AUTHORS
CREDITS [new file with mode: 0644]
ChangeLog
MANIFEST.in
README.dev [new file with mode: 0644]
TODO
bin/eclean
bin/epkginfo
bin/equery
bin/euse
bin/revdep-rebuild
man/equery.1
pylintrc [new file with mode: 0644]
pym/gentoolkit/__init__.py
pym/gentoolkit/atom.py [new file with mode: 0644]
pym/gentoolkit/cpv.py [new file with mode: 0644]
pym/gentoolkit/dbapi.py [new file with mode: 0644]
pym/gentoolkit/dependencies.py [new file with mode: 0644]
pym/gentoolkit/deprecated/helpers.py [new file with mode: 0644]
pym/gentoolkit/equery/__init__.py
pym/gentoolkit/equery/belongs.py
pym/gentoolkit/equery/changes.py
pym/gentoolkit/equery/check.py
pym/gentoolkit/equery/depends.py
pym/gentoolkit/equery/depgraph.py
pym/gentoolkit/equery/files.py
pym/gentoolkit/equery/hasuse.py
pym/gentoolkit/equery/list_.py
pym/gentoolkit/equery/meta.py
pym/gentoolkit/equery/size.py
pym/gentoolkit/equery/uses.py
pym/gentoolkit/equery/which.py
pym/gentoolkit/errors.py
pym/gentoolkit/glsa/__init__.py
pym/gentoolkit/helpers.py
pym/gentoolkit/metadata.py [new file with mode: 0644]
pym/gentoolkit/package.py
pym/gentoolkit/pprinter.py
pym/gentoolkit/test/__init__.py [new file with mode: 0644]
pym/gentoolkit/test/equery/__init__.py [new file with mode: 0644]
pym/gentoolkit/test/equery/test_init.py [new file with mode: 0644]
pym/gentoolkit/test/test_helpers.py [new file with mode: 0644]
pym/gentoolkit/test/test_syntax.py [new file with mode: 0644]
pym/gentoolkit/textwrap_.py
pym/gentoolkit/versionmatch.py
setup.py