aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make utilities die on failure in EAPI 4, bug 273651Dror Levin2010-08-1234-60/+172
* Add copyright header.Zac Medico2010-08-121-0/+2
* Add missing __init__.pyZac Medico2010-08-121-0/+0
* Tests: More slot_collision_handler testsSebastian Luther2010-08-121-2/+11
* Fix slot_collision_handler testsSebastian Luther2010-08-121-1/+1
* Tests: add resolver/test_slot_collisionsSebastian Luther2010-08-121-0/+70
* Tests: resolver/ResolverPlayground: Create a proper profileSebastian Luther2010-08-121-1/+24
* _emerge.depgraph: use writemsg() instead of print() (to silence tests)Sebastian Luther2010-08-121-48/+40
* Tests: Fix bug in resolver/ResolverPlaygroundSebastian Luther2010-08-121-1/+1
* Tests: resolver/test_slot_collisions: Check for slot_collision_solutionsSebastian Luther2010-08-122-3/+25
* slot_collision_handler: Add more documentationSebastian Luther2010-08-121-0/+59
* slot_collision_handler: Fix function names broken by import changesSebastian Luther2010-08-121-3/+3
* slot_collision_handler: Minor formatting changesSebastian Luther2010-08-121-2/+2
* slot_collision_handler: Pass noiselevel=-1 to writemsg for debug outputSebastian Luther2010-08-121-16/+20
* Remove unused importSebastian Luther2010-08-121-2/+0
* slot_collision_handler: Return a string instead of priting the messages to sc...Sebastian Luther2010-08-122-24/+33
* slot_collision_handler: Don't print an explanation for version based conflicts.Sebastian Luther2010-08-121-1/+11
* Rework the way the slot_collision_handler selects packages for display and hi...Sebastian Luther2010-08-121-53/+150
* Add new slot collision handler in _emerge/resolver/slot_collision.pySebastian Luther2010-08-122-186/+661
* autounmask: Print comments for USE changes tooSebastian Luther2010-08-121-0/+1
* Fix testsSebastian Luther2010-08-112-33/+35
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-115-126/+189
* Tests: add resolver/test_required_useSebastian Luther2010-08-111-0/+44
* Make sure we don't allow REQUIRED_USE in EAPIs that don't support itSebastian Luther2010-08-114-6/+24
* Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman...Sebastian Luther2010-08-111-1/+1
* Tests: add resolver/test_backtrackingSebastian Luther2010-08-111-0/+31
* Tests: add ResolverPlaygroundTestCase and port all resolver tests to itSebastian Luther2010-08-114-121/+219
* Make sure we don't allow IUSE defaults in EAPIs that don't allow themSebastian Luther2010-08-112-1/+6
* portage.dep.dep_check: Make sure we don't allow slot deps in EAPi-0 ebuildsSebastian Luther2010-08-112-2/+5
* Use eapi_has_required_use for REQUIRED_USE eapi checksSebastian Luther2010-08-113-5/+9
* Use explicit imports, to make pyflakes happy.Zac Medico2010-08-112-2/+5
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-119-28/+75
* portage/dbapi/{bintree.py,porttree.py}: Remove deprecated stuff in all placesSebastian Luther2010-08-112-6/+0
* portage/cache/mappings.py: Remove deprecated functionsSebastian Luther2010-08-111-25/+0
* portage/dbapi/bintree.py: Remove deprecated parameterSebastian Luther2010-08-111-23/+1
* portage/dbapi/porttree.py: Remove deprecated functions, deprecate more casesSebastian Luther2010-08-111-18/+1
* portage/dbapi/vartree.py: Remove unused importSebastian Luther2010-08-111-1/+0
* portage/dep/__init__.py: Remove deprecated behaviourSebastian Luther2010-08-111-84/+9
* portage/eclass_cache.py: Remove deprecated parameterSebastian Luther2010-08-111-8/+2
* portage/package/ebuild/config.py: Remove deprecated functions and parametersSebastian Luther2010-08-111-23/+2
* portage/package/ebuild/digestgen: Remove deprecated behaviourSebastian Luther2010-08-111-18/+3
* Remove the now empty pym/portage/_deprecated.pySebastian Luther2010-08-111-16/+0
* Remove deprecated portage.pkgmergeSebastian Luther2010-08-112-119/+0
* Remove deprecated portage.getvirtualsSebastian Luther2010-08-112-10/+1
* Remove deprecated portage.dep_virtualSebastian Luther2010-08-112-29/+1
* Remove deprecated portage.digestParseFileSebastian Luther2010-08-112-21/+1
* Remove deprecated portage.commit_mtimedbSebastian Luther2010-08-112-6/+1
* Make sure portageq doesn't interpret anything that happens to beZac Medico2010-08-101-5/+6
* * Configuration files now support atoms with wildcards inside the category andZac Medico2010-08-101-0/+5
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-08-101-5/+5