summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets
Commit message (Expand)AuthorAgeFilesLines
* Add a LibraryFileConsumerSet class that can be used to rebuild all packagesZac Medico2009-04-121-1/+35
* Make StaticFileSet.multiBuilder() filter hidden files and directories. ThanksZac Medico2009-03-261-0/+5
* Use Popen.communicate() to avoid a potential deadlock.Zac Medico2009-02-271-2/+2
* Use unicode() so that 2to3 handles py3k compatibility.Zac Medico2009-02-271-5/+1
* Fix CommandOutputSet to decode binary command output in py3k.Zac Medico2009-02-271-2/+6
* Add new @unavailable package set which contains all installedZac Medico2008-11-221-0/+27
* Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all")Zac Medico2008-11-121-1/+1
* Bug #243030 - In PreservedLibraryConsumerSet.load(), avoid rebuilding packagesZac Medico2008-11-091-1/+6
* In SetConfig.getSetAtoms(), access self.psets directly in order to avoidv2.2_rc13Zac Medico2008-11-011-1/+2
* Bug #239015 - Disable unmerge operations for EverythingSet/@installed.Zac Medico2008-11-011-1/+1
* 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
* Add a new DummyPackageSet handler to make set operators easier to useMarius Mauch2008-09-281-0/+13
* remove the 'repository' option from CategorySet in favor of the generic 'inte...Marius Mauch2008-09-281-11/+2
* allow selection of metadata source for VariableSetMarius Mauch2008-09-281-6/+10
* 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
* Add a new AgeSet class to select installed packages that have been installed ...Marius Mauch2008-09-251-0/+31
* Fix erroneous variable references in the multiset 'Redefinition of set'Zac Medico2008-09-211-1/+1
* As requested by jmbsvicetto, add support to StaticFileSet for sets withinZac Medico2008-09-201-7/+13
* Adjust StaticFileSet._validate() to allow set tokens, so that sets can containZac Medico2008-09-031-1/+1
* Fix atom -> str breakage in StaticFileSet.write().Zac Medico2008-08-181-3/+3
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-57/+16
* Add a new RestrictSet which contains all packages that match specifiedZac Medico2008-08-021-7/+67
* Add debug support to PackagesSystemSet since robbat2 is reporting an emptyZac Medico2008-08-011-2/+22
* Add DowngradeSet and OwnerSet to __all__.Zac Medico2008-08-011-1/+2
* Make InheritSet more like DowngradeSet, and check INHERITED from the highestZac Medico2008-08-011-7/+17
* Fix DowngradeSet so it's safe for cases when no ebuild is available.Zac Medico2008-07-311-0/+2
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-311-1/+39
* Add a new @module-rebuild set which emulates the behavior of theZac Medico2008-07-311-1/+37
* Implement a new @live-ebuilds which is generated from installed packagesZac Medico2008-07-311-1/+38
* Fix broken reference to "categories" in CategorySet.singleBuilder(). ThanksZac Medico2008-07-281-1/+1
* 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