summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets
Commit message (Expand)AuthorAgeFilesLines
* For greedy slot behavior, in addition to any installed slots alsoZac Medico2008-02-191-5/+6
* - outsource logic for boolean options into a central functionMarius Mauch2008-02-194-20/+39
* Make LibraryConsumerSet.mapPathsToAtoms() produce slot atoms so that atomsZac Medico2008-02-191-2/+4
* 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
* Implement mapping of packages to instances of DependencyArgZac Medico2007-11-111-1/+28
* Fix WorldSet.cleanPackage() so that it properly preservesZac Medico2007-11-101-0/+1
* fix typo and missing classmethod declarationMarius Mauch2007-11-091-1/+2
* if multiple glsas result in the same cat/pkg:slot being affected only use the...Marius Mauch2007-11-091-1/+17
* move checkfile parsing into its own functionMarius Mauch2007-11-091-7/+4
* revert getMergeList to return CPVs again instead of atomsMarius Mauch2007-11-091-1/+1
* Make WorldHandler lock the world file when in --fix mode.Zac Medico2007-11-051-1/+1
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-012-8/+14
* 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