summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright header.Zac Medico2010-04-021-1/+1
* Make RebuiltBinaries only select binary packages with non-empty BUILD_TIME.Zac Medico2010-04-021-1/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packagesZac Medico2010-02-171-1/+24
* Add "repository" attribute to CategorySet (revert r11597). Thanks to TGLZac Medico2009-11-221-2/+11
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-141-1/+3
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-2/+2
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-11/+12
* Add new @unavailable package set which contains all installedZac Medico2008-11-221-0/+27
* Bug #239015 - Disable unmerge operations for EverythingSet/@installed.Zac Medico2008-11-011-1/+1
* 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
* Add a new AgeSet class to select installed packages that have been installed ...Marius Mauch2008-09-251-0/+31
* 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 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
* Clarify EverythingSet.description a bit. Thanks to Necoro.Zac Medico2008-06-251-2/+3
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed Li...Marius Mauch2008-05-021-73/+1
* - outsource logic for boolean options into a central functionMarius Mauch2008-02-191-9/+3
* Make LibraryConsumerSet.mapPathsToAtoms() produce slot atoms so that atomsZac Medico2008-02-191-2/+4
* revert r8256 (plans changed)Marius Mauch2007-10-231-14/+14
* move base classes for package sets into a separate moduleMarius Mauch2007-10-231-1/+2
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-231-14/+14
* 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-111-12/+44
* implement new set to group all consumers of preserved librariesMarius Mauch2007-10-111-1/+34
* clean up module namespaceMarius Mauch2007-10-061-0/+2
* Add set configuration framework in preparation for emerge integrationMarius Mauch2007-10-051-1/+58
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-111-5/+5
* Undo some unwanted changesMarius Mauch2007-09-071-156/+1
* Move classes out of __init__.py, they do not belong there. Fix import style,...Alec Warner2007-07-231-1/+155
* add support for metadataMarius Mauch2007-07-161-1/+7
* s/node/atom/ and other minor updatesMarius Mauch2007-07-161-7/+7
* fix copyright yearMarius Mauch2007-07-061-1/+1
* Add first draft of PackageSet backend modulesMarius Mauch2007-07-061-0/+43