summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/PackageVirtualDbapi.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename Package.metadata to _metadata.Zac Medico2012-11-261-2/+2
| | | | | The raw metadata is considered a private low-level internal. This makes the Package class consistent with the _pkg_str class.
* dbapi.cp_list: remove special case for virtualsZac Medico2012-04-221-4/+4
| | | | | | | Since commit d603f1440c814377fbc1965729fd9b6b008cf76d, the match caches use the result from dep_expand for the cache_key, so the caches are free of old-style virtual mappings. This allows the match caches to be safely shared with cp_list.
* dbapi: account for unevaluated_atom in cachesZac Medico2012-04-201-6/+10
| | | | | This will fix bug 412391. This is analogous to the bug fixed in commit 5438bb29c996d777b6343515995176912a7c137f.
* Update timestamps in headers of modified files.v2.2.0_alpha28Zac Medico2011-03-181-1/+1
|
* PackageVirtualDbapi: fix get() for reposyntaxZac Medico2011-03-181-2/+2
|
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-261-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
|
* Use lazy import for the portage.dbapi module.Zac Medico2010-02-221-4/+4
| | | | svn path=/main/trunk/; revision=15419
* Don't call FakeVartree.sync() redundantly when backtracking.Zac Medico2009-11-021-0/+7
| | | | svn path=/main/trunk/; revision=14774
* Use dict.(keys|values|items)() instead of ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
| | | | | | | | dict.(iterkeys|itervalues|iteritems)() for compatibility with Python 3. (2to3-3.1 -f dict -nw ${FILES}) svn path=/main/trunk/; revision=14327
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-7/+2
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13994
* 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. Thanks toZac Medico2009-06-221-0/+140
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663