summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets
Commit message (Expand)AuthorAgeFilesLines
* Fix PackageSet.getAtoms() and getNonAtoms() so that theyZac Medico2007-10-281-6/+10
* Fix SetConfig.getSetAtoms() to stop initializing ignorelistZac Medico2007-10-281-3/+6
* Make emerge add sets to the world file as one would expect.Zac Medico2007-10-261-4/+15
* Allow sets to get through world file validation andZac Medico2007-10-262-5/+15
* break potential cycles in set expansionMarius Mauch2007-10-261-2/+4
* use SetConfig.getSetAtoms instead of PackageSet.getAtoms for expanding sets t...Marius Mauch2007-10-261-1/+1
* use a @ prefix for sets, and replace world/system with their real prefixed na...Marius Mauch2007-10-261-1/+3
* Allow sets to contain non-atomsMarius Mauch2007-10-252-1/+16
* Fix broken import.Zac Medico2007-10-241-1/+2
* revert r8256 (plans changed)Marius Mauch2007-10-236-32/+29
* move base classes for package sets into a separate moduleMarius Mauch2007-10-237-163/+168
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-236-29/+32
* Move clean_world() into WorldSetMarius Mauch2007-10-161-0/+25
* subclass portage.config to include a setconfig instance to avoid adding one m...Marius Mauch2007-10-161-11/+15
* Add debug mode to display the libraries that cause the package to be includedMarius Mauch2007-10-161-2/+11
* Add a set to group all consumers of missing libraries as a simple revdep-rebu...Marius Mauch2007-10-112-13/+45
* implement new set to group all consumers of preserved librariesMarius Mauch2007-10-112-4/+40
* Exclude .metadata files in multi set configurations for StaticFileSetMarius Mauch2007-10-092-0/+3
* clean up module namespaceMarius Mauch2007-10-066-1/+13
* replace category sets in test configuration with user setsMarius Mauch2007-10-052-10/+12
* only add short names for sets if they begin with 'sets/'Marius Mauch2007-10-051-1/+1
* first version of set integration in emergeMarius Mauch2007-10-051-1/+17
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-056-77/+216
* 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