summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/create_world_atom.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-1/+1
| | | | | | | | to portage-2.2_rc* releases. In addition to @system, @world now includes a @selected set which represents user-selected "world" packages and sets that saved in /var/lib/portage/world{,sets}. svn path=/main/trunk/; revision=14614
* 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