summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets
Commit message (Expand)AuthorAgeFilesLines
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-116-41/+42
* Undo some unwanted changesMarius Mauch2007-09-076-176/+172
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-071-5/+6
* Handle the ENOENT error if the world file doesn't exist.Zac Medico2007-07-311-1/+7
* Fix imports for style, deprecate grab*, what is foo.metadata and what does it...Alec Warner2007-07-231-8/+20
* Move classes out of __init__.py, they do not belong there. Fix import style,...Alec Warner2007-07-235-163/+161
* fix missing import, default value for value in case we try to .join on a vari...Alec Warner2007-07-222-1/+2
* add docstring, fix up imports (style), add keyword expansionAlec Warner2007-07-221-1/+15
* remove unused vars from xpak, fix bug in compose. Also fix tests for portage...Alec Warner2007-07-221-2/+3
* Optimize PackageSet._updateAtomMap() for the case where one or more atoms are...Zac Medico2007-07-211-4/+7
* Iterate over a list in order to avoid breaking the iterator when an atom is r...Zac Medico2007-07-171-1/+1
* Use PackageSet.getAtoms() as a wrapper around load() since load() can trigger...Zac Medico2007-07-171-6/+2
* Make PackageSet._updateAtomMap() clear the map in case something was removed.Zac Medico2007-07-171-0/+1
* Make sure the atoms are loaded when calling PackageSet.findAtomForPackage().Zac Medico2007-07-171-0/+1
* Make sure PackageSet._atoms is always a set.Zac Medico2007-07-171-1/+1
* Sort the atoms when writing the world file.Zac Medico2007-07-161-1/+1
* break another recursion cycle, add special subclass for "world" to handle loc...Marius Mauch2007-07-162-4/+24
* break recursion cycleMarius Mauch2007-07-161-2/+5
* replace emerge.AtomSet with portage.sets.InternalPackageSetMarius Mauch2007-07-161-15/+69
* fix metadata parsing for file-based sets, add support for user-defined file s...Marius Mauch2007-07-162-3/+17
* add support for metadataMarius Mauch2007-07-166-4/+43
* ignore already applied glsas when loading the security setMarius Mauch2007-07-162-6/+31
* fix load logic for editable sets once moreMarius Mauch2007-07-161-3/+5
* use a more logical approach for editable setsMarius Mauch2007-07-162-47/+46
* Make PackageSet to behave more like a real set, and change loading logic a bi...Marius Mauch2007-07-162-9/+24
* s/node/atom/ and other minor updatesMarius Mauch2007-07-166-44/+70
* fix copyright yearMarius Mauch2007-07-066-6/+6
* Add first draft of PackageSet backend modulesMarius Mauch2007-07-066-0/+277