summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/create_world_atom.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-181-1/+1
| | | | | | | of these changes should be noticeable to users. This is just to keep the diff relative to trunk as small as possible. svn path=/main/branches/2.1.7/; revision=14642
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-7/+1
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13995
* Always use dep_getkey() when using profile virtuals values, since at leastZac Medico2009-06-301-1/+2
| | | | | | | /profiles/base/virtuals contains an atom with an operator (virtual/pam maps to >=sys-libs/pam-0.78). svn path=/main/trunk/; revision=13750
* 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 5).Zac Medico2009-06-231-0/+91
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13672