summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/fs_template.py
Commit message (Collapse)AuthorAgeFilesLines
* egencache: prune empty cache directoriesv2.2.0_alpha114Zac Medico2012-06-271-8/+14
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Reverting r15293, it was actually not needed.Mounir Lamouri2010-01-311-1/+1
| | | | svn path=/main/trunk/; revision=15298
* Fix: change os.mkdir to os.makedirs in case of there are more than one ↵Mounir Lamouri2010-01-301-1/+1
| | | | | | | | directory depth missing. According to docs.python.org, permissions may be not respected with os.makedirs... with some systems. svn path=/main/trunk/; revision=15293
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
| | | | svn path=/main/trunk/; revision=14343
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f numliterals -nw ${FILES}) svn path=/main/trunk/; revision=14292
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-4/+4
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=14002
* Use portage.util.apply_permissions() inside _ensure_access().Zac Medico2009-06-221-6/+10
| | | | svn path=/main/trunk/; revision=13662
* Tweak depcache permission handling so egencache can be run by a user who'sZac Medico2009-06-211-7/+16
| | | | | | not in the portage group, allowing for better privilege isolation. svn path=/main/trunk/; revision=13660
* Bug #139134 - Make the flat_hash and metadata modules write the _mtime_Zac Medico2008-11-171-1/+1
| | | | | | | | | | field inside the file instead of mangling the mtime of the cache entry file. Also, fix FsBased._ensure_access() to properly skip the utime() call when no mtime is passed in. Theses cache changes are compatible with current stable portage (2.1.4.x), which uses the _mtime_ field contained in the file when available. svn path=/main/trunk/; revision=11984
* Fix the rest of the broken except statement syntax.Zac Medico2007-03-011-1/+1
| | | | svn path=/main/trunk/; revision=6121
* Namespace sanitizing, step 3Marius Mauch2007-01-251-1/+1
| | | | svn path=/main/trunk/; revision=5782
* Namespace sanitizing, step 2bMarius Mauch2007-01-251-1/+1
| | | | svn path=/main/trunk/; revision=5781
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+74
svn path=/main/trunk/; revision=5778