summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
Commit message (Expand)AuthorAgeFilesLines
...
* Show PORTAGE_BZIP2_COMMAND and PORTAGE_BUNZIP2_COMMAND in emerge --info,Zac Medico2010-08-301-1/+11
* When _ENABLE_DYN_LINK_MAP is False, show additional --depclean helpZac Medico2010-08-301-0/+6
* Remove duplicate real_vardb definition from merge in action_depclean().Zac Medico2010-08-301-1/+0
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-301-1/+2
|\
| * Fix "UnboundLocalError: local variable 'real_vardb' referenced before assignm...Arfrever Frehtes Taifersar Arahesis2010-08-301-1/+1
| * Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-08-301-1/+1
* | Fix broken reference to real_vardb in calc_depclean() from 2 commits ago.Zac Medico2010-08-301-1/+1
|/
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-2/+2
* Always check if vardbapi._linkmap and vardbapi._plib_registry areZac Medico2010-08-291-2/+10
* Rename vardbapi.linkmap to vardbapi._linkmap since I'mZac Medico2010-08-291-1/+1
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-291-1/+1
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* config: Add VirtualsManagerSebastian Luther2010-08-271-4/+3
* Bug #334319 - Don't call config.backup_changes("FEATURES") because it'sZac Medico2010-08-241-2/+0
* Remove deprecated destroot argument from dblink.isowner() call.Zac Medico2010-08-221-1/+1
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-4/+0
* Update docs, comments, and messages to refer to make.globals inZac Medico2010-08-191-3/+5
* Bug #315615 - Use EbuildIpcDaemon to implement has_version and best_version.Zac Medico2010-08-131-0/+2
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-101-9/+5
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-08-061-1/+1
* In action_unmerge(), create a Schuduler instance for calls to unmerge(),Zac Medico2010-08-061-6/+17
* Use ValueError.args since direct indexing of ValueError is notZac Medico2010-08-051-1/+1
* Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-311-1/+2
* Add a --package-moves[=n] option that can be used to control theZac Medico2010-07-281-1/+2
* Fix calc_depclean() to skip the topological sort code when there'sZac Medico2010-07-281-1/+1
* Allow the --depclean library consumer check to be disabled byZac Medico2010-07-261-2/+3
* Use writemsg_stdout instead of print, for unicode safety.Zac Medico2010-07-111-7/+7
* Fix possible bugs recently introduced in --info version sorting logic.Zac Medico2010-07-111-5/+22
* Fix emerge --info breakage for python-3.x (cmp usage).Zac Medico2010-07-111-2/+2
* emerge --info: show package names for providing packagesSebastian Luther2010-07-111-6/+15
* Bug #327507 - Drop privileges when retrieving server timestamp file andZac Medico2010-07-091-1/+9
* emerge --info: Print repo names for packages not from $PORTDIRSebastian Luther2010-07-081-11/+21
* --deselect: Print "would remove" instead of "removing" if --pretend is givenSebastian Luther2010-06-271-2/+6
* Make --deselect handle all cases of atoms/sets on the cmd line and in @world ...Sebastian Luther2010-06-271-2/+4
* Bug #325505: Fix UnicodeEncodeError in _emerge.actions.action_info().Arfrever Frehtes Taifersar Arahesis2010-06-251-1/+4
* dev-util/cvs is now dev-vcs/cvsJonathan Callen2010-06-181-1/+1
* Make --deselect work for sets (bug 268798)Sebastian Luther2010-05-271-12/+18
* Allow running pkg_info on non-installed packagesSebastian Luther2010-03-311-18/+87
* If portage.VERSION == HEAD then use a proxy to lazily call git describe --tagsZac Medico2010-03-271-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add support for displaying profile listed in make.profile/parent whenZac Medico2010-03-091-9/+28
* Disable PORTAGE_SYNC_STALE warnings when --usepkgonly is enabled.Zac Medico2010-03-081-1/+2
* Produce a warning message if the timestamp of the portage tree is more thanZac Medico2010-03-081-0/+3
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-1/+3
* 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
* Bug #268724 - Show a warning message for --unmerge operations and suggestZac Medico2010-02-191-0/+9
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-3/+6
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+1
* In calc_depclean(), load the FakeVartree before using it. This fixesZac Medico2009-11-271-1/+1