summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/profiles.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-53/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-141-1/+2
* Add debug support to PackagesSystemSet since robbat2 is reporting an emptyZac Medico2008-08-011-2/+22
* Make PackagesSystemSet.description refer to the real profile rather thanZac Medico2008-06-031-0/+3
* Avoid an unhandled IndexError thrown from the PackagesSystemSet constructorZac Medico2008-06-031-2/+6
* revert r8256 (plans changed)Marius Mauch2007-10-231-2/+2
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-1/+1
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-231-2/+2
* clean up module namespaceMarius Mauch2007-10-061-0/+2
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-051-0/+4
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-111-2/+2
* Undo some unwanted changesMarius Mauch2007-09-071-1/+1
* Move classes out of __init__.py, they do not belong there. Fix import style,...Alec Warner2007-07-231-2/+1
* add support for metadataMarius Mauch2007-07-161-0/+1
* s/node/atom/ and other minor updatesMarius Mauch2007-07-161-1/+1
* fix copyright yearMarius Mauch2007-07-061-1/+1
* Add first draft of PackageSet backend modulesMarius Mauch2007-07-061-0/+20