summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
Commit message (Expand)AuthorAgeFilesLines
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-3/+1
* emerge --select: add -w short optionZac Medico2012-12-291-0/+2
* emerge --verbose: [ y | n ] for bug #446324v2.2.0_alpha145Zac Medico2012-12-081-2/+15
* emerge: add --quiet-fail for bug #440982Zac Medico2012-11-281-0/+10
* Move portage.dep._internal_warnings to portage.v2.2.0_alpha139Zac Medico2012-10-161-2/+2
* emerge: optimize --moo, remove deprecated mooZac Medico2012-10-161-0/+19
* emerge_main: use parse_opts for --helpZac Medico2012-10-161-6/+5
* run_action: gc locals of calling funcZac Medico2012-10-161-1/+2
* emerge_main: split out run_actionZac Medico2012-10-161-877/+4
* emerge_main: move imports to topZac Medico2012-10-151-5/+4
* emerge_main: disable color earlierZac Medico2012-10-151-3/+5
* 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
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-141-0/+2
* emerge: handle --load-average with no argZac Medico2012-10-081-0/+14
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-241-1/+0
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-211-14/+9
* Deprecate @installed for bug #387059.Zac Medico2012-09-031-0/+6
* Rename slot-abi stuff to refer to slot-operator.Zac Medico2012-08-291-8/+8
* emaint logs: simplify error output handlingv2.2.0_alpha121Zac Medico2012-08-111-6/+5
* emaint: split into separate modulesBrian Dolbec2012-07-221-19/+8
* emerge: add --complete-graph-if-new-use < y | n >Zac Medico2012-07-101-0/+6
* emerge: more helpful "non-existent set" messageZac Medico2012-07-031-0/+6
* Enable /etc/portage/sets for stable, bug #384061.Zac Medico2012-06-221-7/+2
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-0/+23
* Show config updates later for bug #412845.Zac Medico2012-04-201-2/+1
* Avoid redundant news display for bug #412161.Zac Medico2012-04-161-1/+4
* Exit status 128 + SIGINT for --ask 'no' answer.Zac Medico2012-03-251-1/+1
* Map emerge --buildpkg=n to FEATURES=-buildpkg.Zac Medico2012-03-211-2/+0
* install-info: avoid unnecessary shellZac Medico2012-03-081-5/+16
* Don't print ::${repository} for main repository in output ofArfrever Frehtes Taifersar Arahesis2012-01-281-0/+1
* Print ::${repository} in output of `emerge -pv ${package}` by default.Arfrever Frehtes Taifersar Arahesis2012-01-211-0/+1
* Display EROOT when ROOT != "/".Zac Medico2011-12-191-2/+3
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-6/+1
* emerge: disable --quiet-build by defaultZac Medico2011-12-131-1/+1
* emerge: allow search when profile is missingZac Medico2011-12-091-2/+2
* Show action as --action in emerge.log arg list.Zac Medico2011-11-171-1/+1
* Show option arguments in emerge.log arg list.Zac Medico2011-11-171-1/+11
* Tweak emerge --quiet-build default handling.Zac Medico2011-11-161-3/+0
* Enable emerge --quiet-build by default.v2.2.0_alpha74Zac Medico2011-11-111-1/+2
* Allow repository dependencies in command line arguments for --config and --in...Arfrever Frehtes Taifersar Arahesis2011-11-071-1/+1
* Add emerge --moo action for bug #389609.Zac Medico2011-11-061-16/+25
* Use any() instead of list(filter()).Zac Medico2011-10-281-1/+1
* Check for bytes instead of unicode in args.Zac Medico2011-10-281-2/+1
* Add emerge --check-news for bug #388233.Zac Medico2011-10-261-1/+14
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-14/+14
* Skip global updates prior to sync (called after).Zac Medico2011-10-231-1/+2
* Add --binpkg-exclude optionSebastian Luther2011-10-161-4/+24