summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/PackageArg.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Package.UNKNOWN_REPO where appropriate.Zac Medico2011-06-061-2/+3
|
* Make PackageArg use repo atoms for ebuilds.Zac Medico2010-10-061-3/+8
|
* Bug #337540 - Record nested package set information in the digraph.Zac Medico2010-09-171-1/+2
| | | | | | A new depgraph._expand_set_args() method adds nested SetArg instances to the digraph, in order to record parent -> child relationships from nested sets.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+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/+15
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663