summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* For bug #185930, direct all FETCHCOMMAND output to stdout. (trunk r7330)Zac Medico2007-07-211-0/+8
| | | | svn path=/main/branches/2.1.2/; revision=7331
* Hint about --nodeps if --prune doesn't find anything to prune. Also enable ↵Zac Medico2007-07-211-1/+7
| | | | | | reverse dependency display for global depclean. (trunk r7327) svn path=/main/branches/2.1.2/; revision=7328
* When digest verification of a distfile fails, rename instead of unlinking it ↵Zac Medico2007-07-211-5/+18
| | | | | | in case it's a large download and the user wants to salvage it due to a bad digest. (trunk r7325) svn path=/main/branches/2.1.2/; revision=7326
* If the fetcher reported success and the file is too small, don't attempt to ↵Zac Medico2007-07-201-2/+10
| | | | | | resume. Upstream probably changed the distfile and we need to show a digest verification failure so the user gets a clue. (trunk r7321) svn path=/main/branches/2.1.2/; revision=7322
* For bug #185504, document profiles/repo_name. (trunk r7319)Zac Medico2007-07-201-0/+6
| | | | svn path=/main/branches/2.1.2/; revision=7320
* Document --prune and --depclean enhancements. (trunk r7317)Zac Medico2007-07-201-0/+6
| | | | svn path=/main/branches/2.1.2/; revision=7318
* Update --prune docs for bug #151653. (trunk r7315)Zac Medico2007-07-202-7/+5
| | | | svn path=/main/branches/2.1.2/; revision=7316
* 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-202-17/+142
| | | | 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
* For bug #185389, create a symlink when quickpkg injects a new package.Zac Medico2007-07-151-1/+2
| | | | svn path=/main/branches/2.1.2/; revision=7269
* 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-142-19/+99
| | | | 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
* PDEPEND is now installed as soon as possible so that it behaves more like ↵Zac Medico2007-07-141-0/+3
| | | | | | RDEPEND. (trunk r7251) svn path=/main/branches/2.1.2/; revision=7252
* Save the repo name along with the other metadata inside dyn_compile() so ↵Zac Medico2007-07-132-13/+11
| | | | | | that it's saved inside binary packages for when they are finally merged. (trunk r7247) svn path=/main/branches/2.1.2/; revision=7248
* Add "reset" to the list of attributes in color.map.5 and add define NORMAL ↵Zac Medico2007-07-122-1/+4
| | | | | | like functions.sh does. (trunk r7242) svn path=/main/branches/2.1.2/; revision=7243
* 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
* Document PORTAGE_WORKDIR_MODE for bug #8688. (trunk r5904)Zac Medico2007-07-111-0/+3
| | | | svn path=/main/branches/2.1.2/; revision=7236
* Update the FEATURES=strict docs for better clarity. (trunk r6357)Zac Medico2007-07-111-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7235
* document FEATURES=sesandbox #161985 (trunk r5663)Zac Medico2007-07-111-0/+3
| | | | svn path=/main/branches/2.1.2/; revision=7234
* make.conf is not a manual so only list common FEATURES #161985 (trunk r5664)Zac Medico2007-07-111-27/+4
| | | | svn path=/main/branches/2.1.2/; revision=7233
* 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 typo. (trunk r7228)Zac Medico2007-07-111-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=7229
* 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 #184679, handle ENOTDIR by finding the non-directory parent and ↵Zac Medico2007-07-111-4/+29
| | | | | | testing that for collision instead. (trunk r7220) svn path=/main/branches/2.1.2/; revision=7221
* For bug #184843, allow USE_EXPAND variables to pass through if none of their ↵Zac Medico2007-07-101-22/+37
| | | | | | flags are in IUSE. This allows packages that support LINGUAS but don't declare it in IUSE to use the variable outside of the USE_EXPAND context. (trunk r7218) svn path=/main/branches/2.1.2/; revision=7219
* For bug #184604, make env-update write $ in front of quoted values when ↵Zac Medico2007-07-101-2/+6
| | | | | | appropriate. (trunk r7216) svn path=/main/branches/2.1.2/; revision=7217
* For bug #184806, account for the fact the metadata is not cached for ↵Zac Medico2007-07-102-6/+12
| | | | | | slot_collision_nodes. (trunk r7214) svn path=/main/branches/2.1.2/; revision=7215
* Remove the repo_name warning in the portdbapi constructor since we don't ↵Zac Medico2007-07-091-3/+4
| | | | | | want to see a warning every time the portage module is imported. (trunk r7212) svn path=/main/branches/2.1.2/; revision=7213
* 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
* Make dblink invalidate the vardbapi caches for each merge and unmerge. ↵Zac Medico2007-07-081-6/+22
| | | | | | Don't use portage.listdir() since mtime granularity can prevent cachedir from invalidating it's cache properly and this redundant cache layer isn't needed anyway. This should solve the intermittent failure of AUTOCLEAN to properly clean packages. (trunk r7202:7204) svn path=/main/branches/2.1.2/; revision=7205
* For bug #184566, enable the emerge --info action to run an option pkg_info() ↵Zac Medico2007-07-083-14/+23
| | | | | | 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-083-1/+13
| | | | | | (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