summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Move the code from _prepare_env_file() to a new BinpkgEnvExtractorZac Medico2010-08-183-9/+99
* Remove unnecessary call to _prepare_env_file(), since it only makesZac Medico2010-08-181-8/+1
* Move environment sanity check to the Scheduler and do it if thereZac Medico2010-08-181-0/+36
* When suggesting solutions inside _show_circular_deps(), ignore solutionsZac Medico2010-08-181-0/+16
* Fix deprecation warnings from paren_reduce.Zac Medico2010-08-181-2/+2
* Fix small bug in _show_circular_deps and add some testsSebastian Luther2010-08-181-2/+1
* _show_circular_deps: Ignore solution that violate use dpendencies specified b...Sebastian Luther2010-08-181-6/+39
* _show_circular_deps: Stop prunning the graph to show (other) parents of the i...Sebastian Luther2010-08-181-14/+0
* _show_circular_deps: Fix handling of 'None' returned by extract_affecting_use...Sebastian Luther2010-08-181-1/+2
* _emerge.depgraph._show_circular_deps(): Find suggestions if an atom occures m...Sebastian Luther2010-08-181-11/+66
* Print suggestions for circular dependenciesSebastian Luther2010-08-181-8/+44
* _emerge.depgraph._show_circular_deps(): Display only the smallest cycleSebastian Luther2010-08-181-1/+31
* Use _prepare_env_file() to extract the binary package environment.bz2Zac Medico2010-08-181-1/+10
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-182-13/+8
* Remove unused iuse_implicit attribute.Zac Medico2010-08-181-1/+0
* Temporarily disable portage.dep deprecation warnings for external apiZac Medico2010-08-171-0/+1
* Use binarytree._ensure_dir() to create the binpkg parent dir.Zac Medico2010-08-171-7/+1
* Fix breakage in REPLACING_VERSIONS support for emerge.Zac Medico2010-08-172-1/+15
* Use EbuildPhase instead of EbuildProcess, for things like die_hooksZac Medico2010-08-171-2/+2
* Make EbuildBinpkg inherit from CompositeTask since the EbuildPhaseZac Medico2010-08-171-12/+23
* Make EbuildBinpkg inherit from EbuildProcess since the 'package'Zac Medico2010-08-171-18/+6
* Pass actionmap keyword argument as keyword, rather than positional.Zac Medico2010-08-171-1/+1
* Unify ebuild spawing some more. All proper ebuild phases which executeZac Medico2010-08-171-24/+5
* Fix _spawn_phase() to spawn phases without sandbox when necessary.Zac Medico2010-08-171-8/+2
* Make doebuild() use EbuildPhase to execute all phase (unless returnpidZac Medico2010-08-171-0/+10
* Make EbuildBuild check the manifest before beginning, since withZac Medico2010-08-161-0/+27
* Make spawnebuild() use EbuildPhase to eliminate duplicate code.Zac Medico2010-08-163-11/+20
* Fix ebuild.sh argument for cleanrm phase.Zac Medico2010-08-161-1/+6
* Move the fakeroot_state attribute back to EbuildSpawnProcess fromZac Medico2010-08-162-4/+4
* Move fakeroot_state attribute from EbuildSpawnProcess toZac Medico2010-08-162-4/+4
* Remove unused attributes from classes.Zac Medico2010-08-168-39/+32
* Split out parts of doebuild() so that EbuildProcess can bypass itZac Medico2010-08-163-26/+50
* Revert back to using portdbapi.getFetchMap() since the Package classZac Medico2010-08-161-5/+6
* Pass is_valid_flag to use_reduce if possibleSebastian Luther2010-08-162-4/+5
* portage.dep.use_reduce: Better validation of use flags in use conditionalsSebastian Luther2010-08-161-1/+1
* Convert EbuildBinpkg to inherit from MiscFunctionsProcess insteadZac Medico2010-08-162-29/+33
* Use _parse_uri_map() so that we can use cached metadata instead ofZac Medico2010-08-161-6/+5
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-151-4/+5
* Remove PollScheduler._schedule_waitpid() since this case isn't triggeredZac Medico2010-08-154-33/+3
* Don't handle KeyError when looking up event handlers, sinceZac Medico2010-08-151-31/+12
* Fix PollScheduler._unregister() to discard any unhandled eventsZac Medico2010-08-151-0/+13
* Fix SubProcess instances to call _set_returncode() when appropriate,Zac Medico2010-08-154-8/+8
* Evaluate SRC_URI and return early if there's nothing to fetch.Zac Medico2010-08-151-26/+52
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-151-1/+1
* Remove unuser return values from PollScheduler event handlers.Zac Medico2010-08-154-6/+0
* Remove redundant os.path.join() call in _init_ipc_fifos().Zac Medico2010-08-151-3/+1
* Add the "unexpected bash exit" case to the docstring.Zac Medico2010-08-151-1/+3
* Disable EbuildIpcDaemon for now, since it seems to be triggeringZac Medico2010-08-141-20/+81
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-2/+2
* When in background mode, set NOCOLOR=true in order to prevent colorZac Medico2010-08-141-0/+5