summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* emerge: lazy imports, optimize --helpZac Medico2012-10-141-34/+30
* chk_updated_info_files: move to separate fileZac Medico2012-10-141-132/+5
* display_preserved_libs: move to separate fileZac Medico2012-10-141-89/+16
* emerge: handle KeyboardInterrupt, not SIGINTZac Medico2012-10-141-2/+1
* Invert order of arguments in Display._set_non_root_columns() andArfrever Frehtes Taifersar Arahesis2012-10-141-6/+6
* Display.set_pkg_info(): Set cp and ver attributes.Arfrever Frehtes Taifersar Arahesis2012-10-141-3/+2
* simplify Display.convert_myoldbest().Zac Medico2012-10-131-2/+2
* Simplify Display.get_ver_str().Zac Medico2012-10-131-6/+4
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-142-0/+3
* EAPI="5-progress": Add master_repositories(), repository_path(),Arfrever Frehtes Taifersar Arahesis2012-10-141-4/+9
* MergeListItem: color binary display, bug #438254Zac Medico2012-10-132-5/+10
* PollScheduler: fix _schedule() to return Truev2.2.0_alpha137Zac Medico2012-10-101-2/+4
* PollScheduler: disable default _loadavg_latencyZac Medico2012-10-082-2/+7
* emerge: handle --load-average with no argZac Medico2012-10-081-0/+14
* PollScheduler: rename sched_iface to _sched_ifaceZac Medico2012-10-072-9/+9
* Substitute SchedulerInterface for PollScheduler.Zac Medico2012-10-071-6/+8
* PollScheduler: split out SchedulerInterfaceZac Medico2012-10-072-78/+14
* action_uninstall: use PollScheduler not SchedulerZac Medico2012-10-072-19/+16
* PollScheduler: move _main_loop to SchedulerZac Medico2012-10-062-30/+30
* MetadataRegen: inherit AsyncSchedulerZac Medico2012-10-062-51/+20
* PollScheduler: remove register/unregister methodsZac Medico2012-10-058-19/+17
* PollScheduler: remove self._jobsZac Medico2012-10-053-4/+8
* TaskScheduler: inherit AsyncSchedulerZac Medico2012-10-053-131/+2
* EbuildFetcher/MergeProcess: inherit ForkProcessZac Medico2012-10-031-42/+11
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-031-2/+4
* Fix emerge <tbz2> for python3.Zac Medico2012-10-021-2/+12
* Handle KeyError when loading pickles.Zac Medico2012-09-281-1/+3
* Use constants for more hardcoded *DEPEND lists.v2.2.0_alpha133Zac Medico2012-09-252-8/+7
* Use constants for more hardcoded *DEPEND lists.Zac Medico2012-09-252-5/+6
* Use constants for hardcoded *DEPEND lists.Zac Medico2012-09-254-12/+8
* _add_pkg_deps: use _get_eapi_attrsZac Medico2012-09-251-2/+3
* repoman: rename most *DEPEND.* to dependency.*Zac Medico2012-09-251-2/+7
* circular_dependency: handle HDEPENDZac Medico2012-09-241-1/+2
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-245-28/+41
* _create_use_string: pass in feature_flags argv2.2.0_alpha132Zac Medico2012-09-232-7/+8
* Add _get_feature_flags(eapi_attrs) function.Zac Medico2012-09-233-8/+13
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-2/+2
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-212-16/+12
* Add _DEPCLEAN_LIB_CHECK_DEFAULT constant.Zac Medico2012-09-211-2/+2
* repoman: reject "built" slot-operator atomsZac Medico2012-09-161-2/+15
* egencache: skip auxdb write if not metadata-transZac Medico2012-09-152-5/+10
* Display: simplify _blockersZac Medico2012-09-131-13/+6
* merge list: distinguish reinstall with red "r"Zac Medico2012-09-132-2/+13
* Refactor merge list attribute display.Zac Medico2012-09-132-84/+106
* Bind FEATURES=-test to USE=-test for bug #373209.Zac Medico2012-09-132-5/+10
* Prefer /etc/portage/make.profile.v2.2.0_alpha126Zac Medico2012-09-121-2/+3
* EbuildPhase: fix WORKDIR owner after unpackZac Medico2012-09-111-1/+4
* Improve ignored binpkg display for bug #434540.Zac Medico2012-09-101-4/+10
* EbuildPhase: simplify utime argsZac Medico2012-09-081-3/+1
* EbuildPhase: bump WORKDIR timestamp after unpackZac Medico2012-09-081-2/+9