summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a redundant call to elog_process().Zac Medico2007-10-121-2/+0
* s:this package wants:this package will:Zac Medico2007-10-121-1/+1
* Bug #195527 - Add some more information to the file collisionZac Medico2007-10-121-4/+10
* Bug #195527 - Unconditionally detect file collisions and logZac Medico2007-10-121-10/+43
* Use writemsg() to send exception string to stderr.Zac Medico2007-10-121-1/+2
* Pass into the PackageIndex constructor a list of packageZac Medico2007-10-122-19/+24
* Pass default package metadata values into the PackageIndexZac Medico2007-10-122-16/+28
* Sync code between binarytree.inject() and populate().Zac Medico2007-10-121-15/+20
* Split USE evaluation code out of binarytree.inject() soZac Medico2007-10-112-34/+29
* Strip the leading path separator from USER_CONFIG_PATHZac Medico2007-10-111-1/+2
* In depgraph.select_dep(), check for existing nodes inZac Medico2007-10-111-1/+2
* typo fixMarius Mauch2007-10-111-1/+1
* Do not use aux_get to parse the NEEDED file as we need to distinguish spaces ...Marius Mauch2007-10-111-2/+2
* Update todo listMarius Mauch2007-10-111-1/+4
* Add a set to group all consumers of missing libraries as a simple revdep-rebu...Marius Mauch2007-10-112-13/+45
* Make depgraph.select_dep() reject installed packagesZac Medico2007-10-111-1/+5
* implement new set to group all consumers of preserved librariesMarius Mauch2007-10-112-4/+40
* Raise a PackageNotFound exception instead of a ValueErrorZac Medico2007-10-111-2/+2
* Move some package selection code from depgraph.create()Zac Medico2007-10-111-53/+53
* Make portdbapi and bindbapi cache PROVIDE in orderZac Medico2007-10-113-2/+6
* Remove ambiguous "you should edit this file" warning.Zac Medico2007-10-101-2/+1
* Prevent bogus upgrade display when a new-style virtualZac Medico2007-10-101-4/+9
* Comment about avoiding expensive metadata pullsZac Medico2007-10-101-0/+6
* Refactor depgraph.select_dep() to eliminate redundantZac Medico2007-10-101-151/+96
* Cache IUSE in bindbapi to optimize --newuse calculations.Zac Medico2007-10-102-1/+11
* Migrate depgraph.select_files() to use the filtered repoZac Medico2007-10-101-52/+38
* Initialize the list of package repos inside theZac Medico2007-10-101-17/+16
* Unify the masking reasons output so that the same codeZac Medico2007-10-092-108/+110
* document default setsMarius Mauch2007-10-091-0/+22
* add descriptions for dbapi set classesMarius Mauch2007-10-091-0/+3
* add description to security set handlersMarius Mauch2007-10-091-1/+21
* security sets actually have one optionMarius Mauch2007-10-091-5/+30
* document all optionsMarius Mauch2007-10-091-1/+119
* Start documentation of set handler classesMarius Mauch2007-10-091-1/+170
* Exclude .metadata files in multi set configurations for StaticFileSetMarius Mauch2007-10-092-0/+3
* Fix USE logic for built packages when populating the filtered repo.Zac Medico2007-10-091-6/+6
* Replace hardcoded path with new constantMarius Mauch2007-10-092-2/+3
* Fix InvalidDependString namespace and initialize USE beforeZac Medico2007-10-091-2/+4
* When an ebuild has conditionals in it's LICENSE, calculateZac Medico2007-10-091-0/+3
* In depgraph.xcreate(), installed packages are excludedZac Medico2007-10-091-0/+5
* Bug #149816 - Implement visibility filtering support forZac Medico2007-10-094-98/+337
* Make portdbapi.aux_get() cache more often.Zac Medico2007-10-091-0/+2
* Properly exclude old-style virtuals from the portdbapi.cp_list() cache.Zac Medico2007-10-091-2/+4
* Remove a redundant os.access() call in portdbapi.aux_get()Zac Medico2007-10-091-3/+3
* Optimize away a match_from_list() call insideZac Medico2007-10-091-4/+14
* Factor package.mask and profile masking logic out ofZac Medico2007-10-072-46/+69
* Cache IUSE for portdbapi.gvisible() calls.Zac Medico2007-10-071-1/+2
* Restore profile masking support to getmaskingstatus().Zac Medico2007-10-071-0/+12
* Allow config.setcpv() to take a dictionary of package metadataZac Medico2007-10-072-3/+7
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-10-072-67/+91