summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Fix insert_optional_args() to properly handle thinks like -Dk which requireZac Medico2009-08-051-1/+3
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-059-9/+34
* Avoid UnicodeEncodeError with unicode package.mask comments. Thanks toZac Medico2009-08-041-0/+5
* Bug #280269 - Decode commandline arguments to unicode when necessary.Zac Medico2009-08-041-0/+4
* Open log files in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-3/+7
* Set "emerge" xterm title at the beginning of running emerge.Arfrever Frehtes Taifersar Arahesis2009-08-041-2/+4
* Fix NameError from r13880. Thanks to Arfrever for reporting.Zac Medico2009-08-031-1/+1
* Bug #278729 - Add an Atom.without_use attribute which is identical to theZac Medico2009-08-031-15/+3
* Only treat non-negative integers as valid in insert_optional_args().Zac Medico2009-08-011-2/+1
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-012-9/+73
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-012-2/+13
* In depgraph._show_slot_collision_notice(), display $ROOT (if not /) with eachZac Medico2009-07-301-0/+2
* Rename get_updated_config_files() to find_updated_config_files() and makeZac Medico2009-07-301-2/+3
* Add get_updated_config_files in portage APIMounir Lamouri2009-07-301-52/+13
* Fix depgraph._show_missed_update() to keep each $ROOT separate.Zac Medico2009-07-291-4/+8
* Account for $ROOT inside depgraph._show_missed_update_unsatisfied_dep().Zac Medico2009-07-291-4/+3
* Remove redundant loop inside depgraph._show_missed_update_slot_conflicts().Zac Medico2009-07-281-12/+12
* When backtracking due to an unsatisfied dependency, show a normal unsatisfiedZac Medico2009-07-281-3/+49
* Fix --onlydeps breakage. Thanks to Arfrever for reporting.Zac Medico2009-07-251-1/+1
* Add comment in calc_depclean() about topological sort optimization thatZac Medico2009-07-211-1/+2
* Skip Blocker instances inside _add_prefetchers().Zac Medico2009-07-201-1/+2
* Move mtimedb resume list code from action_build() toZac Medico2009-07-202-8/+9
* Use a lazy reference to sys.stdout, in case the API consumer hasZac Medico2009-07-201-3/+8
* Fix Scheduler bug:Mounir Lamouri2009-07-201-0/+2
* In _check_manifests(), skip uninstall operations.Zac Medico2009-07-191-0/+3
* For unsatisfied USE dependencies, do not backtrack if only USE have to changeZac Medico2009-07-161-4/+16
* Allow search and depgraph to avoid spinner by using spinner=NoneMounir Lamouri2009-07-122-11/+19
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-121-4/+5
* In depgraph._show_missed_update(), don't show installed packages since weZac Medico2009-07-121-0/+4
* Move the backtracking code from action_build() to a new backtrack_depgraph()Zac Medico2009-07-122-38/+46
* Eliminate duplicate code inside depgraph._show_missed_update().Zac Medico2009-07-111-14/+9
* Bug #137562 - Implement backtracking for missing dependencies. Thanks toZac Medico2009-07-111-0/+25
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-094-15/+49
* Tweak arguments for <python-2.6 compat.Zac Medico2009-07-091-2/+2
* Make -j argument handling more generic, so it's easy to add similar argumentsZac Medico2009-07-091-26/+60
* Use a dict for depgraph params, so we can use it to store key/value pairsZac Medico2009-07-092-13/+13
* Add a --debug warning message inside _add_pkg in case a potentially infiniteZac Medico2009-07-081-0/+12
* Document the --selective option.Zac Medico2009-07-081-0/+6
* Fix --selective so it works.Zac Medico2009-07-081-1/+2
* Shorten the preserved libs message when in --quiet mode. Thanks to SebastianZac Medico2009-07-071-4/+10
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-073-2/+25
* Use PackageSet.findAtomForPackage() when matching the existing node againstZac Medico2009-07-061-1/+4
* Always exit unsuccessfully if there are any failures.Zac Medico2009-07-061-1/+3
* Make sure avoid_update always returns existing_node if available.Zac Medico2009-07-051-0/+2
* Remove set operator support since the current implementation does not meetZac Medico2009-07-051-43/+1
* Assume utf_8 encoding when reading raw ebuild metadata.Zac Medico2009-07-041-1/+3
* Correct --help usage since it no longer takes system, world, or --sync asZac Medico2009-07-041-1/+1
* Update help() usage since the myopts parameter is gone. Thanks toZac Medico2009-07-041-1/+1
* Don't pass myopts into profile_check() since it's no longer needed. Thanks toZac Medico2009-07-041-5/+3
* Delete runtime_pkg_mask to avoid memory leak.Zac Medico2009-07-041-1/+1