summaryrefslogtreecommitdiffstats
path: root/pym/portage/update.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix update_config_files() so that it uses update_dbentry()Zac Medico2007-11-031-31/+30
| | | | | | | to handle update commands since that already supports slotmove commands for SLOT atoms. svn path=/main/trunk/; revision=8397
* TODO: Make update_config_files() handle slotmove commands for SLOT atoms.Zac Medico2007-11-031-0/+1
| | | | svn path=/main/trunk/; revision=8387
* Fix update_dbentry() to process version components properly before passing ↵Zac Medico2007-08-221-2/+7
| | | | | | them into ververify(). svn path=/main/trunk/; revision=7665
* sort the world file before writing it and ensure that it's terminated by a ↵Marius Mauch2007-06-231-1/+2
| | | | | | newline svn path=/main/trunk/; revision=6976
* For bug #179206, improve efficiency by using a containment test instead of ↵Zac Medico2007-05-201-2/+2
| | | | | | str.count inside update_dbentry. Thanks to Jason Lai <jason.lai@gmail.com>. svn path=/main/trunk/; revision=6560
* Namespace sanitizing, step 2Marius Mauch2007-01-251-5/+5
| | | | | | | Rename portage.exec to portage.process to avoid syntax errors svn path=/main/trunk/; revision=5780
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+224
svn path=/main/trunk/; revision=5778