aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Fix bug in resolver/ResolverPlaygroundSebastian Luther2010-08-121-1/+1
* Tests: resolver/test_slot_collisions: Check for slot_collision_solutionsSebastian Luther2010-08-121-1/+20
* Fix testsSebastian Luther2010-08-112-33/+35
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-113-116/+181
* 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-112-0/+19
* 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-111-1/+1
* 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-111-0/+3
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-115-14/+57
* 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
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-08-101-5/+5
* Don't use deprecated paren_normalize() function.Zac Medico2010-08-101-1/+1
* Tests: Remove paren_reduce testsSebastian Luther2010-08-101-60/+0
* Add deprecation warnings for paren_reduce, strip_empty and use_reduce with pa...Sebastian Luther2010-08-101-1/+12
* Tests: More portage,dep.Atom testsSebastian Luther2010-08-101-1/+29
* portage.dep.dep_opconvert: remove handling of '&&' operatorSebastian Luther2010-08-101-1/+1
* Tests: Add tests for portage.dep.dep_opconvertSebastian Luther2010-08-101-1/+13
* Tests: add dep/testStandalone. Test small functions here. Currently: cpvequal...Sebastian Luther2010-08-101-0/+50
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-103-109/+7
* portage.dep.use_reduce: Add is_src_uri and allow_src_uri_file_renamesSebastian Luther2010-08-102-7/+72
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-103-24/+9
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-108-160/+333
* Eliminate redundant _eclasses_ code from aux_get which is handledZac Medico2010-08-101-11/+3
* Add repoman check for REQUIRED_USESebastian Luther2010-08-101-0/+4
* Add missing IUSE check in portage.dep._check_required_use()Sebastian Luther2010-08-101-2/+14
* Implement portage.dep.check_required_use() for checking REQUIRED_USE.Sebastian Luther2010-08-102-5/+120
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-107-9/+13
* Don't use os.getlogin() since apparently it's unreliable.Zac Medico2010-08-101-1/+2