summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-062-8/+20
| | | | | | 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-063-44/+116
| | | | | | <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-063-66/+19
| | | | | | 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
* Merge portdbapi.getRepositories() from trunk.Zac Medico2007-07-052-1/+36
| | | | svn path=/main/branches/2.1.2/; revision=7158
* backport r7087 and r7093 to ease the upgrade to 2.2 wrt verbose pretend displayMarius Mauch2007-07-051-0/+13
| | | | svn path=/main/branches/2.1.2/; revision=7156
* 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
* Update the location of output.py for the old namespace.Zac Medico2007-07-051-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7152
* For bug #183861, allow a color class in color.map to specify a space ↵Zac Medico2007-07-053-82/+192
| | | | | | 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-042-41/+61
| | | | | | 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
* Clone asap_nodes so that iteration is safe for node removal. (trunk r7124)Zac Medico2007-07-021-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7125
* Clean up the selected_nodes logic in depgraph.altlist(). (trunk r7122)Zac Medico2007-07-021-11/+8
| | | | svn path=/main/branches/2.1.2/; revision=7123
* Flatten restrict for the RESTRICT.invalid check. (trunk r7120)Zac Medico2007-07-021-6/+16
| | | | svn path=/main/branches/2.1.2/; revision=7121
* Move medium priority out of ignore_priority_range and handle it separately. ↵Zac Medico2007-07-021-6/+4
| | | | | | (trunk r7118) svn path=/main/branches/2.1.2/; revision=7119
* If necessary, resample the leaf nodes so that they include all nodes whose ↵Zac Medico2007-07-011-0/+6
| | | | | | hard deps are satisfied. (trunk r7116) svn path=/main/branches/2.1.2/; revision=7117
* s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness. (trunk r7114)Zac Medico2007-07-012-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7115
* For bug #131030, update the warning about potential for emerge --sync ↵Zac Medico2007-07-012-11/+26
| | | | | | overwrite or delete files in ${PORTDIR}. Add references to the PKGDIR and DISTDIR docs. (trunk r7112) svn path=/main/branches/2.1.2/; revision=7113
* Revert --buildpkgonly logic back because it was already correct. (trunk r7110)Zac Medico2007-07-011-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=7111
* Update --buildpkgonly logic to account for DepPriority.MEDIUM_SOFT. (trunk ↵Zac Medico2007-07-011-2/+2
| | | | | | r7108) svn path=/main/branches/2.1.2/; revision=7109
* Add medium-soft support to DepPriority.__str__(). (trunk r7106)Zac Medico2007-07-011-1/+3
| | | | svn path=/main/branches/2.1.2/; revision=7107
* For bug #180045, try to merge PDEPEND as soon as possible so that it behaves ↵Zac Medico2007-07-011-16/+45
| | | | | | more like RDEPEND. (trunk r7104) svn path=/main/branches/2.1.2/; revision=7105
* Add a QA warning for invalid values of RESTRICT. Thanks to peper for the ↵Zac Medico2007-06-301-0/+12
| | | | | | patch. (trunk r7102) svn path=/main/branches/2.1.2/; revision=7103
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-306-16/+125
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. (trunk r7100) svn path=/main/branches/2.1.2/; revision=7101
* Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ↵Zac Medico2007-06-291-1/+3
| | | | | | terminals have instead of brown. (trunk r7094) svn path=/main/branches/2.1.2/; revision=7095
* For bug #183639, give a more informative message with the package.provided ↵Zac Medico2007-06-291-4/+26
| | | | | | warning. (trunk r7091) svn path=/main/branches/2.1.2/; revision=7092
* Fix typo. (trunk r6989)Zac Medico2007-06-291-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7086
* Fix typo. (trunk r7083)Zac Medico2007-06-281-4/+4
| | | | svn path=/main/branches/2.1.2/; revision=7084
* For bug #144333, document the new --reinstall=changed-use option. (trunk r7081)Zac Medico2007-06-282-1/+13
| | | | svn path=/main/branches/2.1.2/; revision=7082
* Remove unused worldlist variable. (trunk r7078)Zac Medico2007-06-281-1/+0
| | | | svn path=/main/branches/2.1.2/; revision=7079
* For bug #142473, add 2 additional color classes for system packages and ↵Zac Medico2007-06-282-12/+65
| | | | | | packages matched by arguments. (trunk r7074:7076) svn path=/main/branches/2.1.2/; revision=7077
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an ↵Zac Medico2007-06-281-1/+8
| | | | | | error message. This allows emerge to continue with actions that don't require a valid profile, such as --sync. (trunk r7073) svn path=/main/branches/2.1.2/; revision=7074
* When filling in "nomerge" nodes for --tree display, stop at a node that is ↵Zac Medico2007-06-281-1/+6
| | | | | | an argument or a direct member of a set that has been specified as an argument (system or world). (trunk r7071) svn path=/main/branches/2.1.2/; revision=7072
* For bug #144333, make the --reinstall option a single choice type. (trunk r7069)Zac Medico2007-06-281-2/+4
| | | | svn path=/main/branches/2.1.2/; revision=7070
* Discard "nomerge" nodes to speed up depgraph.altlist() since those nodes ↵Zac Medico2007-06-281-0/+3
| | | | | | aren't used and the --tree algorithm does a good job of regenerating them when appropriate. (trunk r7067) svn path=/main/branches/2.1.2/; revision=7068
* - Improve tracking of correspondence between arguments and packages in the ↵Zac Medico2007-06-281-20/+54
| | | | | | | | | depgraph. (trunk r7063) - Cache aux_get() metadata in depgraph.create() and use PROVIDE for matching packages to arguments. (trunk r7064) - Just use a containment test for matching pprovided args since it works correctly and match_to_list() isn't appropriate for this. (trunk r7065) svn path=/main/branches/2.1.2/; revision=7066
* Instead of just a list, use a cat/pkg dict for matching packages against ↵Zac Medico2007-06-271-6/+12
| | | | | | args in the depgraph. (trunk r7061) svn path=/main/branches/2.1.2/; revision=7062
* For bug #142473, account for $ROOT when deciding if a package is part of ↵Zac Medico2007-06-271-1/+1
| | | | | | world or not. (trunk r7059) svn path=/main/branches/2.1.2/; revision=7060