summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Bug #337465 - Disable EbuildIpcDaemon on FreeBSD since it doesn'tv2.2_rc83Zac Medico2010-09-151-0/+8
* In Package._validate_deps(), force unicode format string inZac Medico2010-09-141-1/+4
* Make Package._metadata_exception() use unicode format strings in orderZac Medico2010-09-141-3/+14
* Only initialize Package.inherited to an empty set when it is None.Zac Medico2010-09-141-1/+2
* Ensure that Package.inherited is always initialized, even if there is noZac Medico2010-09-141-0/+1
* Make EbuildBuildDir.unlock() use an asynchronous lock when locking theZac Medico2010-09-141-13/+9
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-144-6/+6
* Make Binpkg call doebuild_environment() before constructingZac Medico2010-09-141-5/+7
* Make AbstractEbuildProcess lock PORTAGE_BUILDIR if it's not alreadyZac Medico2010-09-132-1/+12
* Make EbuildBuild call doebuild_environment() so that EbuildBuildDirZac Medico2010-09-133-18/+6
* Bug #336142 - Add support for using a thread to wait for locks insideZac Medico2010-09-133-9/+15
* Add a new AsynchronousLock class that uses the portage.locks module toZac Medico2010-09-131-0/+103
* In depgraph._load_vdb(), after calling FakeVartree.sync(), updateZac Medico2010-09-131-0/+5
* Don't miss a "missing IUSE" because of [foo?] -> [] evaluations.Sebastian Luther2010-09-131-15/+14
* Add a 'condition' keyword argument to PollScheduler._schedule_wait()Zac Medico2010-09-131-1/+3
* Since pkg_nofetch is no longer called from fetch(), add a newZac Medico2010-09-101-1/+8
* Remove pkg_nofetch code from the fetch() function since it's currently broken...Zac Medico2010-09-101-9/+8
* Remove redundant elog_process() call in EbuildBuild._fetch_exit().Zac Medico2010-09-101-1/+0
* Ensure that depgraph._show_unsatisfied_dep() doesn't suggest changesZac Medico2010-09-101-0/+15
* In depgraph._show_unsatisfied_dep(), if the child package is masked then aZac Medico2010-09-101-0/+7
* global updates: Honor -q and don't repeat the legendSebastian Luther2010-09-102-2/+2
* Eliminate redunant elog_process() call in EbuildBuild._fetch_exit()Zac Medico2010-09-091-2/+1
* Bug #267103 - In action_build(), check for config file updates inZac Medico2010-09-091-0/+4
* Bug #336644 - Make EbuildIpcDaemon use AbstractPollTask._read_buf(),Zac Medico2010-09-091-17/+4
* Split out a AbstractPollTask._read_buf() helper method.Zac Medico2010-09-092-17/+30
* Use EROOT in chk_updated_cfg_files() calls.Zac Medico2010-09-092-3/+4
* Bug #336499 - If RESTRICT=fetch is not set but pkg_nofetch is defined,Zac Medico2010-09-091-2/+26
* Make Package.metadata.defined_phases return all possible phases whenZac Medico2010-09-091-1/+11
* In EbuildBuild._pre_clean_exit() is _default_exit instead ofZac Medico2010-09-091-1/+1
* Bug #336651 - Fix Scheduler._restart_if_necessary() to correctlyZac Medico2010-09-091-1/+5
* Combine prefetch conditionals in EbuildFetcher.Zac Medico2010-09-091-2/+1
* Make EbuildFetcher always disable color in prefetch mode, sinceZac Medico2010-09-091-0/+6
* Update --autounmask docs to note that it generates package.use settings.Zac Medico2010-09-091-1/+2
* Make action_info() validate PORTAGE_TMPDIR since it uses it to solveZac Medico2010-09-081-0/+7
* Bug #336503 - Use PORTAGE_TMPDIR for the emerge --sync server timestampZac Medico2010-09-081-2/+7
* Make UnmergeDepPriority automatically set optional=True forZac Medico2010-09-081-0/+5
* Fix broken dep_check() call in calc_depclean() to useZac Medico2010-09-081-7/+6
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-09-081-1/+1
* Bug #332719 - For removal operations, use _dep_check_composite_dbZac Medico2010-09-081-10/+39
* Make previous commit reference self._depgraph._pkg_visibility_check().Zac Medico2010-09-081-1/+1
* In depgraph._dep_check_composite_db._visible(), wrap installed packageZac Medico2010-09-081-1/+1
* Add another _ENABLE_DYN_LINK_MAP conditional in parse_opts().Zac Medico2010-09-071-2/+3
* Disable the --depclean-lib-check option when _ENABLE_DYN_LINK_MAPZac Medico2010-09-072-15/+22
* Move the stale elog cleanup code from AbstractEbuildProcess toZac Medico2010-09-072-14/+16
* Move the stale elog cleanup code from _doebuild_spawn() toZac Medico2010-09-071-1/+17
* Remove unnecessary depgraph.altlist() call in Scheduler._calc_resume_list().Zac Medico2010-09-061-2/+0
* Make Scheduler._set_graph_config() clear _deep_system_deps whenZac Medico2010-09-061-0/+2
* Replace the settings and herdstree parameters for the MetaDataXMLZac Medico2010-09-061-1/+3
* Move the Scheduler mergelist constructor parameter to the graph_configZac Medico2010-09-063-26/+39
* Fix depgraph._wrapped_select_pkg_highest_available_imp() to checkZac Medico2010-09-061-1/+3