summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-146-42/+140
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-141-2/+15
|\
| * Use more correct paths to byte-compiled Python modules with Python 3.2Arfrever Frehtes Taifersar Arahesis2010-08-141-2/+15
* | Pass $USE via IPC in order to ensure that we have the correct value forZac Medico2010-08-141-2/+8
|/
* Fix the ACCEPT_LICENSE setting that's generated for eutils check_license()Zac Medico2010-08-141-15/+26
* Add PORTAGE_PYTHON to _environ_whitelist.Zac Medico2010-08-141-1/+1
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-144-6/+5
* Add a QueryCommand.settings attribute and use it so that $USEZac Medico2010-08-141-4/+5
* Fix EbuildSpawnProcess to use self.settings.environ() for the spawnZac Medico2010-08-141-14/+9
* portage.dep: Integrate the functionality of dep_opconvert into use_reduceSebastian Luther2010-08-145-27/+92
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-132-18/+29
* Add a SIGUSR1 handling to trigger pdb.set_trace().Zac Medico2010-08-131-0/+6
* Define basestring for python3.Zac Medico2010-08-131-0/+4
* Implement use dependency defaultsSebastian Luther2010-08-137-139/+510
* Set PORTAGE_PYTHON in processes executed by portage.process._exec().Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+4
* portage.os is apparently imported, so os doesn't need to be imported.Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+0
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-142-0/+4
* Set o-r on ipc fifos since the are sensitive to reading.Zac Medico2010-08-131-1/+1
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-131-0/+55
* Remove files generated by testCompileModules.Arfrever Frehtes Taifersar Arahesis2010-08-131-0/+1
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-137-90/+61
* Use SpawnProcess instead of doebuild.spawn().Zac Medico2010-08-131-17/+14
* Refactor interaction between EbuildIpcDaemon and ExitCommand.Zac Medico2010-08-121-8/+6
* Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon basedZac Medico2010-08-121-11/+42
* Split out an EbuildIpcDaemon class from FifoIpcDaemon.Zac Medico2010-08-121-2/+2
* Fix inverted logic in eapi_supports_prefix() call, which causes aZac Medico2010-08-121-1/+1
* Don't use unicode wrapper for mkfifo since it only allows stringZac Medico2010-08-121-0/+1
* Add some pieces of an IPC framework that will eventually allow ebuildZac Medico2010-08-121-0/+40
* Tests: ResolverPlayground: more debug stuffSebastian Luther2010-08-121-1/+6
* Factor EBUILD_EXIT_STATUS_FILE code out of AbstractEbuildProcessZac Medico2010-08-121-1/+1
* Tests: ResolverPlayground: add debug option to not supress depgraph outputSebastian Luther2010-08-121-2/+4
* Tests: ResolverPlayground: create world fileSebastian Luther2010-08-121-1/+14
* Consolidate EBUILD_EXIT_STATUS_FILE handling in doebuild.spawn()Zac Medico2010-08-121-40/+8
* Fix lazyimport() to handle partially imported modules by creatingZac Medico2010-08-121-1/+5
* Tests: more resolver/test_autounmask testsSebastian Luther2010-08-121-0/+19
* portage.dep.extract_affecting_use: Don't raise if atom is not in dep stringSebastian Luther2010-08-122-10/+4
* Tests: Fix typo bug ResolverPlaygroundSebastian Luther2010-08-121-2/+2
* Add portage.dep.extract_affecting_use()Sebastian Luther2010-08-122-0/+173
* 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