summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/MergeListItem.py
Commit message (Collapse)AuthorAgeFilesLines
* AsynchronousTask: add _async_wait methodZac Medico2012-12-301-1/+1
| | | | | | | | For cases where _start returns synchronously, this method is a convenient way to trigger an asynchronous call to self.wait() (in order to notify exit listeners), avoiding excessive event loop recursion (or stack overflow) that synchronous calling of exit listeners can cause.
* MergeListItem: don't color "binary"Zac Medico2012-10-141-1/+1
|
* MergeListItem: color binary display, bug #438254Zac Medico2012-10-131-3/+5
|
* Display EROOT when ROOT != "/".Zac Medico2011-12-191-1/+1
| | | | | | | Since commit a715b65f7bd36409c1283e6911265d1f4405ab7a, the Package.root and RootConfig.root attributes refer to EROOT instead of ROOT. Therefore, adjust display code so that EROOT is only displayed when ROOT != "/".
* MergeListItem: fix "unknown repo" displayZac Medico2011-06-051-1/+1
| | | | | The Package class uses an UNKNOWN_REPO constant so that MergeListItem can distinguish this case.
* MergeListItem: inherit _poll and _waitZac Medico2011-03-261-8/+0
|
* Reoranize PackageMerge/MergeListItem interaction.Zac Medico2011-03-261-13/+8
|
* Update header timestamps for modified files.Zac Medico2011-03-251-1/+1
|
* Merge packages asynchronously in Portage.David James2011-03-241-11/+10
| | | | | | | | This allows for the scheduler to continue to run while packages are being merged and installed, allowing for additional parallelism and making better use of the CPUs. Review URL: http://codereview.chromium.org/6713043
* More repository handling cleanupSebastian Luther2010-09-301-1/+1
|
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-1/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Scheduler is now able to clean world set when removing a package.Mounir Lamouri2009-08-151-1/+2
| | | | | | | world_atom function has been updated and PackageUninstall is calling it after unmerge. svn path=/main/trunk/; revision=14070
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-2/+1
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-221-0/+146
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13669