summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix position of imports from __future__.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+4
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+4
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-141-1/+1
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-121-1/+1
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-9/+14
* In SetConfig.getSetAtoms(), access self.psets directly in order to avoidv2.2_rc13Zac Medico2008-11-011-1/+2
* Make SetConfig.getSetAtoms() raise a PackageSetNotFound exception whenZac Medico2008-10-281-3/+17
* Instead of using inheritance, reference the ConfigParser part of SetConfig asZac Medico2008-10-071-24/+30
* allow the portage.sets. prefix to be omitted in 'class' options of set defini...Marius Mauch2008-09-291-2/+5
* make sure that cli-defined sets aren't added to @worldMarius Mauch2008-09-281-0/+1
* use ignorelist to avoid potential infite loopMarius Mauch2008-09-281-2/+2
* Add operator logic to sets.confMarius Mauch2008-09-281-4/+28
* disable redefintion errors when updating the set definitionsMarius Mauch2008-09-281-6/+5
* implement set arguments to reconfigure and create package sets on the command...Marius Mauch2008-09-281-0/+23
* Fix erroneous variable references in the multiset 'Redefinition of set'Zac Medico2008-09-211-1/+1
* 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