aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec2012-12-2211-11/+11
* doh! fix setup.py breakageBrian Dolbec2012-12-221-13/+9
* Make the man page titles more consistent and enable setup.py to set the manpa...Brian Dolbec2012-12-226-8/+25
* Add a blank line between pkgs in a query, bug 448190Brian Dolbec2012-12-221-0/+1
* fix a typo, change use of log to print() to debug set_version() not working c...Brian Dolbec2012-12-221-8/+10
* equery: make more ROOT awareMike Frysinger2012-12-202-21/+31
* drop trailing whitespaceMike Frysinger2012-12-1929-421/+421
* Fix setup.py so that either VERSION or PVR will set the version.Paul Varner2012-12-181-1/+1
* eclean/test_clean: remove unused test_test_support importW. Trevor King2012-11-111-4/+0
* test_cpv: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-5/+4
* equery/test_init: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-5/+3
* test_atom: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-5/+4
* eclean/test_search: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-13/+7
* test_helpers: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-1/+5
* test_keyword: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-5/+4
* test_query: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-5/+3
* test_syntax: fix test_main and mark so nosetests will ignore itW. Trevor King2012-11-111-1/+4
* cpv: define package_list in compare_strs doctestW. Trevor King2012-11-111-0/+1
* cpv: remove shebang from module without __name__ == '__main__' blockW. Trevor King2012-11-111-2/+0
* dependencies: avoid Package-is-not-iterable in graph_reverse_depends doctestW. Trevor King2012-11-111-3/+3
* dependencies: update Dependencies doctest to use portage-9999W. Trevor King2012-11-111-3/+5
* helpers: update entry counts and version range in ChangeLog doctestW. Trevor King2012-11-111-5/+4
* helpers: update package counts in get_cpvs doctestW. Trevor King2012-11-111-2/+2
* helpers: convert get_cpvs output to a set before calculating len()W. Trevor King2012-11-111-1/+1
* helpers: use print() in ChangeLog doctest for Python 3 compatibilityW. Trevor King2012-11-111-5/+6
* keyword: define keyword_list in compare_strs doctestW. Trevor King2012-11-111-0/+1
* keyword: use Python 2/3-agnostic set notation in reduce_keywords doctestW. Trevor King2012-11-111-2/+5
* keyword: remove shebang from module without __name__ == '__main__' blockW. Trevor King2012-11-111-2/+0
* metadata: fix 'maintainer' -> 'maintainers' in module doctestW. Trevor King2012-11-111-1/+1
* metadata: add new _Upstream attributes in module doctestW. Trevor King2012-11-111-4/+6
* metadata: update gnome-print USE descriptionW. Trevor King2012-11-111-1/+1
* metadata: gourmet package no longer part of a herdW. Trevor King2012-11-111-1/+1
* metadata: use print() in PackageFormatter doctest for Python 3 compatibilityW. Trevor King2012-11-111-2/+2
* metadata: remove shebang from module without __name__ == '__main__' blockW. Trevor King2012-11-111-2/+0
* package: use portage-9999 in Package.environment doctestW. Trevor King2012-11-111-4/+5
* package: use portage-9999 (and define pkg) in Package.ebuild_path doctestW. Trevor King2012-11-111-2/+3
* package: use portage-9999 in module doctestW. Trevor King2012-11-111-4/+4
* .gitignore: remove auto-generated stuff from `git status`W. Trevor King2012-11-111-0/+3
* package: update PackageFormatter doctest to use QueryW. Trevor King2012-11-111-3/+8
* package: use print() in PackageFormatter doctest for Python 3 compatibilityW. Trevor King2012-11-111-1/+1
* package: change "f" -> "path" to avoid pylint C0103 (Invalid name "f")W. Trevor King2012-11-111-2/+2
* package: change "e" -> "error" to avoid pylint C0103 (Invalid name "e")W. Trevor King2012-11-111-2/+2
* package: remove shebang from module without __name__ == '__main__' blockW. Trevor King2012-11-111-2/+0
* package: wrap long lines to avoid pylint C0301W. Trevor King2012-11-111-9/+20
* helpers: remove unused "sys" importW. Trevor King2012-11-111-1/+0
* helpers: change "p" -> "path" to avoid pylint C0103 (Invalid name "p")W. Trevor King2012-11-111-4/+4
* helpers: wrap long lines to avoid pylint C0301W. Trevor King2012-11-111-8/+25
* pylint: update pylintrc based on the template from pylint 0.23.0W. Trevor King2012-11-111-154/+87
* helpers: use grep instead of vim in FileOwner doctestW. Trevor King2012-11-111-2/+2
* Fix bug 381581 - revdep-rebuild unicode errorPaul Varner2012-11-091-33/+33