summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* For bug #151653, make --prune keep the highest version whenever possible ↵Zac Medico2007-07-201-2/+25
| | | | | | (even when there is one with a higher counter installed). (trunk r7311:7313) svn path=/main/branches/2.1.2/; revision=7314
* Merge --depclean and --prune enhancements from trunk r7304:7310.Zac Medico2007-07-201-13/+141
| | | | svn path=/main/branches/2.1.2/; revision=7311
* split up the debug/sources steps as proposed by swegener and give the whole ↵Zac Medico2007-07-181-50/+64
| | | | | | file a cleanup (trunk r7267) svn path=/main/branches/2.1.2/; revision=7304
* Unify USE handling in the depgraph with the other metadata. (trunk r7298)Zac Medico2007-07-171-18/+15
| | | | svn path=/main/branches/2.1.2/; revision=7299
* For bug #185670, make sure package.use.{mask,force} are properly displayed. ↵Zac Medico2007-07-171-0/+1
| | | | | | (trunk r7296) svn path=/main/branches/2.1.2/; revision=7297
* When expanding ambiguous atoms against the vardb, make sure the the expanded ↵Zac Medico2007-07-171-2/+5
| | | | | | package is also available in the portage tree. (trunk r7294) svn path=/main/branches/2.1.2/; revision=7295
* When dep_expand throws a ValueError due to an ambiguous atom, try to expand ↵Zac Medico2007-07-171-4/+11
| | | | | | the atom again. (trunk r7292) svn path=/main/branches/2.1.2/; revision=7293
* Don't show the repo display when the package list is empty. (trunk r7290)Zac Medico2007-07-171-1/+2
| | | | svn path=/main/branches/2.1.2/; revision=7291
* Fix typo. (trunk r7265)Zac Medico2007-07-151-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7266
* When deciding if a package is slotted inside create_world_atom(), check the ↵Zac Medico2007-07-151-8/+18
| | | | | | vdb in case the package is multislot. (trunk r7263) svn path=/main/branches/2.1.2/; revision=7264
* Remove some obsolete repo display code.Zac Medico2007-07-151-8/+0
| | | | svn path=/main/branches/2.1.2/; revision=7262
* Merge the new repo display code from trunk r7257:7260.Zac Medico2007-07-141-18/+98
| | | | svn path=/main/branches/2.1.2/; revision=7261
* For bug #185278, make the verbose flag display show masked/forced flag ↵Zac Medico2007-07-141-4/+2
| | | | | | status for binary packages too. (trunk r7254) svn path=/main/branches/2.1.2/; revision=7255
* Save the repo name along with the other metadata inside dyn_compile() so ↵Zac Medico2007-07-131-0/+1
| | | | | | that it's saved inside binary packages for when they are finally merged. (trunk r7247) svn path=/main/branches/2.1.2/; revision=7248
* Make depgraph._reinstall_for_flags() always return all revelant flags. ↵Zac Medico2007-07-121-4/+2
| | | | | | (trunk r7239) svn path=/main/branches/2.1.2/; revision=7240
* For bug #184983, prevent USE_EXPAND_HIDDEN flags from being hidden if they ↵Zac Medico2007-07-121-16/+48
| | | | | | are the only thing that triggered reinstallation. (trunk r7237) svn path=/main/branches/2.1.2/; revision=7238
* remove readable bits for debug files if the souce ELF is setXid (trunk r7210)Zac Medico2007-07-111-0/+2
| | | | svn path=/main/branches/2.1.2/; revision=7232
* Simplify logic mapping of options to depgraph params (trunk r7206 and r7230).Zac Medico2007-07-111-14/+6
| | | | svn path=/main/branches/2.1.2/; revision=7231
* Fix another case similar to bug #184806 that can occur with --onlydeps. ↵Zac Medico2007-07-111-2/+4
| | | | | | (trunk r7226) svn path=/main/branches/2.1.2/; revision=7227
* Fix typo.Zac Medico2007-07-111-1/+0
| | | | svn path=/main/branches/2.1.2/; revision=7225
* For bug #184687, skip the huge --depclean warning when --quiet mode is ↵Zac Medico2007-07-111-17/+21
| | | | | | enabled. (trunk r7222) svn path=/main/branches/2.1.2/; revision=7223
* For bug #184806, account for the fact the metadata is not cached for ↵Zac Medico2007-07-101-4/+10
| | | | | | slot_collision_nodes. (trunk r7214) svn path=/main/branches/2.1.2/; revision=7215
* Fix interaction of resume opts with spinner output handling so that output ↵Zac Medico2007-07-091-9/+14
| | | | | | always looks correct. (trunk r7207) svn path=/main/branches/2.1.2/; revision=7208
* For bug #184566, enable the emerge --info action to run an option pkg_info() ↵Zac Medico2007-07-082-12/+21
| | | | | | function from each installed ebuild. (trunk r7201) svn path=/main/branches/2.1.2/; revision=7202
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt. ↵Zac Medico2007-07-081-1/+5
| | | | | | (trunk r7199) svn path=/main/branches/2.1.2/; revision=7200
* Allow system virtuals to be pruned from the world file in cases where the ↵Zac Medico2007-07-081-3/+7
| | | | | | matched package is the only provider of that virtual. (trunk r7197) svn path=/main/branches/2.1.2/; revision=7198
* For bug #184412, make depclean more consistent with the update algorithm by ↵Zac Medico2007-07-081-0/+7
| | | | | | keeping the highest version that as visible in the portage tree and pruning any versions that are either masked or no longer exist in the portage tree. (trunk r7195) svn path=/main/branches/2.1.2/; revision=7196
* allow split debuf for kernel modules (trunk r7193)Zac Medico2007-07-081-1/+7
| | | | svn path=/main/branches/2.1.2/; revision=7194
* Now that the "white" color code really is white, alias it to bold where it's ↵Zac Medico2007-07-071-0/+2
| | | | | | used by emerge since white looks bad on a terminal with a white background. (trunk r7191) svn path=/main/branches/2.1.2/; revision=7192
* `find` can accept a list of paths so condense this nested for loop, and dont ↵Zac Medico2007-07-071-4/+6
| | | | | | split off debug information for ET_REL files as these are never pulled in via debug utilities (and can trigger weird behavior in binutils when linked into things, like glibcs crt1.o) (trunk r7189) svn path=/main/branches/2.1.2/; revision=7190
* Add a depgaph.loadResumeCommand() method to handle loading and validation of ↵Zac Medico2007-07-071-55/+51
| | | | | | all resume data. (trunk r7187) svn path=/main/branches/2.1.2/; revision=7188
* When depgraph updates preferences for old-style virtuals, also update them ↵Zac Medico2007-07-061-1/+6
| | | | | | in the global config so that they are consistent everywhere. Optimize config.setinst() to minimize the work done. (trunk r7185) svn path=/main/branches/2.1.2/; revision=7186
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis ↵Zac Medico2007-07-061-7/+7
| | | | | | <Arfrever.FTA@GMail.Com> for this patch from bug#183861, comment #9. (trunk r7183) svn path=/main/branches/2.1.2/; revision=7184
* tighten up --quiet output for --unmerge (trunk r7177)Zac Medico2007-07-061-3/+10
| | | | svn path=/main/branches/2.1.2/; revision=7182
* Don't exclude system virtuals from world since they can match multiple ↵Zac Medico2007-07-061-2/+10
| | | | | | old-style virtuals but only one of them will be pulled in by update or depclean. (trunk r7180) svn path=/main/branches/2.1.2/; revision=7181
* Count the number of merges processed by MergeTask and use that to determine ↵Zac Medico2007-07-061-17/+27
| | | | | | whether or not post_merge() should run. (trunk r7178) svn path=/main/branches/2.1.2/; revision=7179
* Remove the PKG_*ARG* color classes in order to simplify things since it's ↵Zac Medico2007-07-061-32/+15
| | | | | | questionable whether many people will want to use them. Also, make the PKG_*SYSTEM colors default to the traditional colors since people are generally most interested in world packages. (trunk r7174) svn path=/main/branches/2.1.2/; revision=7175
* Fix emerge by tbz2 path so that it works properly. (trunk r7171)Zac Medico2007-07-061-4/+4
| | | | svn path=/main/branches/2.1.2/; revision=7173
* Fix emerge by ebuild path so that it works properly. (trunk r7166)Zac Medico2007-07-061-5/+17
| | | | svn path=/main/branches/2.1.2/; revision=7167
* Don't store unslotted system packages in the world file. (trunk r7164)Zac Medico2007-07-051-9/+17
| | | | svn path=/main/branches/2.1.2/; revision=7165
* Move depgraph._args_atoms to depgraph._sets["args"] and move ↵Zac Medico2007-07-051-12/+17
| | | | | | depgraph._args_nodes to self._set_nodes. (trunk r7161) svn path=/main/branches/2.1.2/; revision=7162
* Remove redundant config update notification (bug #184116, trunk r7159)Zac Medico2007-07-051-3/+2
| | | | svn path=/main/branches/2.1.2/; revision=7160
* Replace sys.exit() with return in depgraph.display() and action_build(). ↵Zac Medico2007-07-051-16/+16
| | | | | | (trunk r7153) svn path=/main/branches/2.1.2/; revision=7154
* For bug #183861, allow a color class in color.map to specify a space ↵Zac Medico2007-07-051-62/+108
| | | | | | separated list of attributes so that any combination of foreground, background, and other attributes is possible. Also make color class handling for package sets more consistent. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>. svn path=/main/branches/2.1.2/; revision=7151
* Fix greedy atoms logic for system mode. (trunk r7144)Zac Medico2007-07-041-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7145
* Record a slot atom in the world file for any atom that is precise enough to ↵Zac Medico2007-07-041-41/+55
| | | | | | identify a specific slot. Make depclean clean unnecessary slots of system and world packages. For update and depclean, world atoms can be greedy with slots while system atoms can not. (trunk r7142) svn path=/main/branches/2.1.2/; revision=7143
* Unify depgraph favorites handling with the other args handling. (trunk ↵Zac Medico2007-07-031-45/+22
| | | | | | r7137:7140) svn path=/main/branches/2.1.2/; revision=7141
* Implement BlockerCache.keys() so that DictMixin.__repr__() works. (trunk r7135)Zac Medico2007-07-031-0/+7
| | | | svn path=/main/branches/2.1.2/; revision=7136
* Clean up system and world set handling. For forward compatibility, the ↵Zac Medico2007-07-032-113/+232
| | | | | | world file handling now allows the world file to contain arbitrary atoms such as slot atoms. (trunk r7130:7133) svn path=/main/branches/2.1.2/; revision=7134
* Prefer asap_nodes more aggressively over any other nodes whenever possible. ↵Zac Medico2007-07-021-6/+23
| | | | | | If no asap_nodes can be selected for a given iteration, they will be ignored for the next iteration. (trunk r7126) svn path=/main/branches/2.1.2/; revision=7127