summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add "reset" to the list of attributes.Zac Medico2007-07-122-1/+4
* Fix the case where the currently installed package is from a repo that is no ...Zac Medico2007-07-121-1/+1
* Make depgraph._reinstall_for_flags() always return all revelant flags.Zac Medico2007-07-121-4/+2
* For bug #184983, prevent USE_EXPAND_HIDDEN flags from being hidden if they ar...Zac Medico2007-07-121-16/+48
* Use set.discard() instead of remove() to avoid a potential KeyError.Zac Medico2007-07-111-2/+2
* Fix typo.Zac Medico2007-07-111-1/+1
* Fix another case similar to bug #184806 that can occur with --onlydeps.Zac Medico2007-07-111-2/+4
* Fix typo.Zac Medico2007-07-111-1/+0
* For bug #184687, skip the huge --depclean warning when --quiet mode is enabled.Zac Medico2007-07-111-17/+21
* For bug #184679, handle ENOTDIR by finding the non-directory parent and testi...Zac Medico2007-07-111-4/+29
* For bug #184843, allow USE_EXPAND variables to pass through if none of their ...Zac Medico2007-07-101-22/+37
* For bug #184604, make env-update write $ in front of quoted values when appro...Zac Medico2007-07-101-2/+6
* For bug #184806, account for the fact the metadata is not cached for slot_col...Zac Medico2007-07-101-4/+10
* Remove the repo_name warning in the portdbapi constructor since we don't want...Zac Medico2007-07-091-2/+3
* - be quiet about overlays profiles/repo_name entry when --quiet mode is usedNed Ludd2007-07-091-1/+1
* - remove readable bits for debug files if the souce ELF is setXidNed Ludd2007-07-091-0/+2
* Fix interaction of resume opts with spinner output handling so that output al...Zac Medico2007-07-091-9/+14
* simplify logic a bitMarius Mauch2007-07-091-14/+6
* Pass the file path into the PermissionDenied exception.Zac Medico2007-07-081-2/+3
* Make dblink invalidate the vardbapi caches for each merge and unmerge. Don't...Zac Medico2007-07-081-5/+21
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-083-14/+23
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt.Zac Medico2007-07-083-1/+13
* Allow system virtuals to be pruned from the world file in cases where the mat...Zac Medico2007-07-081-3/+7
* For bug #184412, make depclean more consistent with the update algorithm by k...Zac Medico2007-07-081-0/+7
* allow split debuf for kernel modulesMike Frysinger2007-07-081-1/+7
* Now that the "white" color code really is white, alias it to bold where it's ...Zac Medico2007-07-071-0/+2
* `find` can accept a list of paths so condense this nested for loop, and dont ...Mike Frysinger2007-07-071-4/+6
* Add a depgaph.loadResumeCommand() method to handle loading and validation of ...Zac Medico2007-07-071-55/+51
* When depgraph updates preferences for old-style virtuals, also update them in...Zac Medico2007-07-062-8/+20
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FT...Zac Medico2007-07-063-44/+116
* Don't exclude system virtuals from world since they can match multiple old-st...Zac Medico2007-07-061-2/+10
* Count the number of merges processed by MergeTask and use that to determine w...Zac Medico2007-07-061-18/+28
* tighten up --quiet output for --unmergeMike Frysinger2007-07-061-3/+10
* Remove the PKG_*ARG* color classes in order to simplify things since it's que...Zac Medico2007-07-063-66/+19
* fix copyright yearMarius Mauch2007-07-067-7/+7
* Fix emerge by tbz2 path so that it works properly.Zac Medico2007-07-061-4/+4
* Add first draft of PackageSet backend modulesMarius Mauch2007-07-066-0/+277
* Enable keyword expansionMarius Mauch2007-07-061-1/+1
* add modified copy of gentoolkits glsa.py (r410)Marius Mauch2007-07-061-0/+596
* Fix emerge by ebuild path so that it works properly.Zac Medico2007-07-061-5/+17
* Don't store unslotted system packages in the world file.Zac Medico2007-07-051-9/+17
* Move depgraph._args_atoms to depgraph._sets["args"] and move depgraph._args_n...Zac Medico2007-07-051-12/+17
* Remove redundant config update notification (bug #184116)Marius Mauch2007-07-051-3/+2
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-0511-27/+10
* Add note about repo name warningsMarius Mauch2007-07-051-0/+3
* Replace sys.exit() with return in depgraph.display() and action_build().Zac Medico2007-07-051-16/+16
* Document the additional color classes for bug #183861.Zac Medico2007-07-051-0/+16
* Make the color class handling for package sets more consistent as suggested i...Zac Medico2007-07-051-62/+108
* Fix broken code concatenation logic in parse_color_map().Zac Medico2007-07-041-1/+3
* Add a "onerror" callback to parse_color_map() for handling each ParseError th...Zac Medico2007-07-041-5/+33