summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Namespace sanitizing, step 1Marius Mauch2007-01-251-224/+1
| | | | svn path=/main/trunk/; revision=5778
* Prevent an InvalidData exception during global updates due to the new ↵Zac Medico2007-01-121-1/+7
| | | | | | stricter catpkgsplit behavior. svn path=/main/trunk/; revision=5591
* Fix global updates error handling to prevent a traceback with python-2.5 as ↵Zac Medico2006-12-161-3/+2
| | | | | | reported in bug #158264. svn path=/main/trunk/; revision=5303
* Only do a slotmove on a slot dep atom if the slotmove atom has no operator ↵Zac Medico2006-10-101-2/+2
| | | | | | (otherwise there's not enough information to perform the slotmove). svn path=/main/trunk/; revision=4647
* Fix dep_transform breakage (regression from r4596).Zac Medico2006-10-081-1/+3
| | | | svn path=/main/trunk/; revision=4617
* In update_dbentries(), use != rather than "is not" to make sure that updates ↵Zac Medico2006-10-061-1/+1
| | | | | | never occur unnecessarily. svn path=/main/trunk/; revision=4607
* Fix package moves/slotmoves to work with slot deps.Zac Medico2006-10-051-4/+15
| | | | svn path=/main/trunk/; revision=4597
* Just use a simple replace for the needlessly complex dep_transform function. ↵Zac Medico2006-10-051-20/+1
| | | | | | This will make it compatible with slot deps. svn path=/main/trunk/; revision=4596
* For compatibility with float timestamps in python-2.5, convert st_mtime ↵Zac Medico2006-09-221-1/+1
| | | | | | attributes to long wherever portage expects 1s resolution. svn path=/main/trunk/; revision=4500
* Fix a broken call to new_protect_filename for bug #147010. This is a ↵Zac Medico2006-09-101-1/+1
| | | | | | regression from r4400 (fix for bug #146289). svn path=/main/trunk/; revision=4433
* Ignore hidden directories and files when updating config files.Zac Medico2006-07-211-0/+5
| | | | svn path=/main/trunk/; revision=3983
* Move dep_transform from the portage_dep module to portage_update.Zac Medico2006-07-211-1/+23
| | | | svn path=/main/trunk/; revision=3981
* Move update_config_files from the core portage module to portage_update.Zac Medico2006-07-211-4/+81
| | | | svn path=/main/trunk/; revision=3980
* Move parse_updates from the core portage module to portage_update.Zac Medico2006-07-211-0/+36
| | | | svn path=/main/trunk/; revision=3977
* Add copyright headers for portage_update and portage_manifest.Zac Medico2006-04-081-0/+3
| | | | svn path=/main/trunk/; revision=3098
* Catch ENOENT errors when $PORTDIR/profiles/updates does not exist.Zac Medico2006-03-071-2/+9
| | | | svn path=/main/trunk/; revision=2821
* Split out a portage_update.grab_updates() function so that it can be reused.Zac Medico2006-02-281-0/+29
| | | | svn path=/main/trunk/; revision=2801
* Split out 2 reusable functions from fixdbentries and put them in a new ↵Zac Medico2006-02-191-0/+46
portage_update module. svn path=/main/trunk/; revision=2750