summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/create_world_atom.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle InvalidData from _pkg_str.Zac Medico2012-10-171-4/+13
|
* create_world_atom: account for EAPI 5 sub-slotZac Medico2012-10-171-7/+5
|
* create_world_atom: multi-repo portdbapi aux_getZac Medico2012-01-151-4/+31
| | | | | This handles a KeyError raised from portdbapi.aux_get() when one of the repositories has a corrupt ebuild.
* create_world_atom: fix slot/repo atom logicZac Medico2011-06-051-1/+1
|
* Enable atom::repo in the @selected package set.Zac Medico2011-06-051-2/+8
|
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-3/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Use Atom.cp instead of dep_getkey().Zac Medico2010-02-091-5/+4
| | | | svn path=/main/trunk/; revision=15331
* Fix deprecated portdbapi.mysettings reference.Zac Medico2010-02-021-1/+1
| | | | svn path=/main/trunk/; revision=15314
* 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