summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-021-0/+4
* check if a given package set is defined more than onceMarius Mauch2008-05-021-2/+10
* Bug #219251 - Fix typo in PORTDIR_OVERLAY when searching for sets.conf files.Zac Medico2008-04-251-1/+1
* - outsource logic for boolean options into a central functionMarius Mauch2008-02-191-0/+10
* Make SetConfig.getSets() return a copy of the psets attributeZac Medico2007-12-051-1/+1
* perform sanity checks for set configuration even if myaction is NoneMarius Mauch2007-12-041-1/+1
* Fix setconfig loader to use config files instead of hardcoded fallbacksMarius Mauch2007-12-041-48/+11
* implement the final part of FEATURES=preserved-libs and remove previously pre...Marius Mauch2007-12-031-1/+1
* Fix SetConfig.getSetAtoms() to stop initializing ignorelistZac Medico2007-10-281-3/+6
* Allow sets to get through world file validation andZac Medico2007-10-261-1/+1
* 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-251-0/+8
* revert r8256 (plans changed)Marius Mauch2007-10-231-2/+2
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-158/+1
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-231-2/+2
* subclass portage.config to include a setconfig instance to avoid adding one m...Marius Mauch2007-10-161-11/+15
* Add a set to group all consumers of missing libraries as a simple revdep-rebu...Marius Mauch2007-10-111-1/+1
* implement new set to group all consumers of preserved librariesMarius Mauch2007-10-111-3/+6
* Exclude .metadata files in multi set configurations for StaticFileSetMarius Mauch2007-10-091-0/+1
* clean up module namespaceMarius Mauch2007-10-061-1/+3
* replace category sets in test configuration with user setsMarius Mauch2007-10-051-5/+4
* 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-051-70/+91
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-111-24/+24
* Undo some unwanted changesMarius Mauch2007-09-071-0/+157
* Move classes out of __init__.py, they do not belong there. Fix import style,...Alec Warner2007-07-231-156/+2
* 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
* break another recursion cycle, add special subclass for "world" to handle loc...Marius Mauch2007-07-161-2/+2
* 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-161-3/+13
* add support for metadataMarius Mauch2007-07-161-2/+12
* ignore already applied glsas when loading the security setMarius Mauch2007-07-161-2/+2
* fix load logic for editable sets once moreMarius Mauch2007-07-161-3/+5
* use a more logical approach for editable setsMarius Mauch2007-07-161-32/+31
* Make PackageSet to behave more like a real set, and change loading logic a bi...Marius Mauch2007-07-161-8/+16
* s/node/atom/ and other minor updatesMarius Mauch2007-07-161-23/+55
* fix copyright yearMarius Mauch2007-07-061-1/+1
* Add first draft of PackageSet backend modulesMarius Mauch2007-07-061-0/+120