summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-198/+0
* Add EROOT support to the @module-rebuild package set.Zac Medico2010-08-251-0/+2
* Add EPREFIX support to load_default_config().Zac Medico2010-08-211-1/+5
* Make the world-candidate package set attribute default to False, sinceZac Medico2010-07-271-4/+4
* Use a directory for the default set configuration.Michał Górny2010-07-271-6/+14
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Fix @module-rebuild to support $ROOT.Zac Medico2010-01-311-1/+4
* Bug #298141 - Make /etc/portage/sets relative to PORTAGE_CONFIGROOT. ThanksZac Medico2010-01-311-1/+2
* Bug #302005 - Remove broken test code.Zac Medico2010-01-241-12/+0
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-181-26/+3
* Revert r14677 since it doesn't interact well with the 'extend', 'remove', andZac Medico2009-10-181-16/+11
* Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). ThisZac Medico2009-10-181-14/+19
* Ind SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,Zac Medico2009-10-181-1/+4
* 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