summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
Commit message (Expand)AuthorAgeFilesLines
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-101-3/+1
* Use ValueError.args since direct indexing of ValueError is notZac Medico2010-08-051-1/+1
* * Add a --autounmask[=n] option and for now leave it disableZac Medico2010-08-051-0/+11
* Only populate the binarytree for actions that need it (search orZac Medico2010-08-021-1/+2
* Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-311-2/+2
* Add a --package-moves[=n] option that can be used to control theZac Medico2010-07-281-6/+17
* Use a directory for the default set configuration.Michał Górny2010-07-271-1/+1
* Allow the --depclean library consumer check to be disabled byZac Medico2010-07-261-0/+10
* --exclude: Add support for atoms with wildcardsSebastian Luther2010-07-231-3/+3
* Make parse_opts() bail out when not silent and an option parameter isZac Medico2010-05-271-10/+10
* Add --rebuilt-binaries-timestamp optionSebastian Luther2010-05-271-0/+20
* Make --deselect work for sets (bug 268798)Sebastian Luther2010-05-271-1/+1
* Support specifying exclude list as multiple arguments.Michał Górny2010-05-191-2/+2
* Make myopts["--exclude"] a plain string in order to avoid issues with mtimedbZac Medico2010-05-051-2/+0
* Make --exclude use whitespace to separate atoms since atoms are typicallyZac Medico2010-05-041-2/+2
* Bail out immediately if --exclude is given a bad atom.Zac Medico2010-04-291-2/+2
* Add --exclude optionSebastian Luther2010-04-291-0/+35
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-311-2/+11
* Process help and version actions asap. Thanks to Brian Harring.Zac Medico2010-03-261-9/+10
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-0/+1
* Move portage._global_updates to a submodule.Zac Medico2010-02-271-1/+2
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Add missing newline to the "CONFIG_PROTECT is empty" warning message.Zac Medico2010-02-201-0/+1
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-181-2/+1
* Add a --rebuilt-binaries[=n] option, causing automatic replacement ofZac Medico2010-02-181-0/+12
* Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packagesZac Medico2010-02-171-30/+33
* Bug #303401 - Fix emerge.log disabling code that's been broken sinceZac Medico2010-02-041-3/+2
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-1/+1
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-1/+3
* Skip global updates for help, version, and info actions.Zac Medico2010-01-081-1/+2
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-2/+3
* Fix typo.Arfrever Frehtes Taifersar Arahesis2009-12-161-1/+1
* Warn if /proc is not mounted.Zac Medico2009-12-161-0/+11
* Bug #278336 - Use adjust_config to set PORTAGE_QUIET when the config isZac Medico2009-11-091-8/+2
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-061-1/+3
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-311-0/+24
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-261-2/+2
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-261-0/+1
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-241-0/+1
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-231-0/+1
* Convert --select to boolean True when enabled, so --resume code handlesZac Medico2009-10-181-0/+1
* Warn aabout default world and system set configuration being used whenZac Medico2009-10-181-0/+1
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-181-0/+12
* Automatically create a fallback setconfig, so emerge isn't crippled due toZac Medico2009-10-181-25/+51
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-161-0/+13
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-2/+2
* Fix error in --changed-use logic.Zac Medico2009-10-091-2/+2
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-091-0/+5
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-081-0/+10