summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets
Commit message (Expand)AuthorAgeFilesLines
* For --depclean and --prune, eliminate duplicate graph creation code by re-usingZac Medico2008-07-211-0/+4
* Clarify EverythingSet.description a bit. Thanks to Necoro.Zac Medico2008-06-251-2/+3
* Fix broken path handling wrt $ROOT in LibraryConsumerSet.mapPathsToAtoms().Zac Medico2008-06-221-3/+1
* Make LibraryConsumerSet.mapPathsToAtoms() use the contents index for moreZac Medico2008-06-211-14/+7
* Fix Atom -> str breakage in WorldSet.write().Zac Medico2008-06-201-1/+2
* Make PackagesSystemSet.description refer to the real profile rather thanZac Medico2008-06-031-0/+3
* Avoid an unhandled IndexError thrown from the PackagesSystemSet constructorZac Medico2008-06-031-2/+6
* Fix EditablePackageSet.update() to create Atom instances when necessary.Zac Medico2008-06-011-5/+9
* Make PackageSet._setAtoms() use existing Atom instances when available.Zac Medico2008-05-311-7/+12
* Fix PackageSet.findAtomForPackage() to find the most specific atom sinceZac Medico2008-05-301-4/+13
* Make PackageSet.findAtomForPackage() just return the first atom foundZac Medico2008-05-301-3/+3
* * Add support for Package instances and USE deps in match_from_list().Zac Medico2008-05-251-2/+2
* * Fix PackageSet.findAtomForPackage() to take a Package instance asZac Medico2008-05-251-22/+4
* Facilitate creation of Atom instances in a few obvious places:Zac Medico2008-05-251-8/+9
* Raise an error if the named repository doesn't existv2.2_pre7Marius Mauch2008-05-211-2/+8
* make debug mode configurableMarius Mauch2008-05-131-1/+3
* Add subversion support for repoman (patch by Fabien Groffen, http://archives....Marius Mauch2008-05-131-2/+6
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed Li...Marius Mauch2008-05-022-73/+51
* properly remove sets from 'world' when unmergingMarius Mauch2008-05-021-0/+1
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-022-0/+5
* check if a given package set is defined more than onceMarius Mauch2008-05-021-2/+10
* remove 'sets/' name-prefix for file-based package setsMarius Mauch2008-05-021-1/+1
* Bug #219251 - Fix typo in PORTDIR_OVERLAY when searching for sets.conf files.Zac Medico2008-04-251-1/+1
* Fix some more broken logic inside WorldSet.load().Zac Medico2008-04-141-1/+5
* Fix buggy logic in WorldSet.load() that causes it to discard all ofZac Medico2008-04-141-2/+5
* store sets in a different physical location than normal packages for 'world' ...Marius Mauch2008-04-131-5/+62
* make filesets non-greedy by defaultMarius Mauch2008-03-181-2/+2
* add a placeholder for repository paths in 'filename' and 'directory' options ...Marius Mauch2008-03-151-4/+16
* 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