summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the reverse dependency display for --prune when there is now real ↵Zac Medico2007-07-221-0/+5
| | | | | | parent. (trunk r7351) svn path=/main/branches/2.1.2/; revision=7352
* Make --update imply --oneshot since people often us it to update things when ↵Zac Medico2007-07-221-1/+3
| | | | | | they don't want to add them to world. Thanks to jakub for the suggestion. (trunk r7349) svn path=/main/branches/2.1.2/; revision=7350
* Document --depclean and --prune enhancements. (trunk r7345)Zac Medico2007-07-222-22/+40
| | | | svn path=/main/branches/2.1.2/; revision=7348
* Prevent a potential KeyError when removing world from the digraph for ↵Zac Medico2007-07-221-1/+2
| | | | | | --prune display. (trunk r7344) svn path=/main/branches/2.1.2/; revision=7347
* Make --prune pull in the system set since that could pull in some slots that ↵Zac Medico2007-07-221-0/+3
| | | | | | wouldn't be pulled in otherwise. (trunk r7343) svn path=/main/branches/2.1.2/; revision=7346
* For bug #169500, detect when the cvs server puts /Attic/ inside the $Header ↵Zac Medico2007-07-211-0/+17
| | | | | | path and automatically correct it. (trunk r7340) svn path=/main/branches/2.1.2/; revision=7341
* For bug #185153, in commit mode do the "Fetching trivial updates" routine ↵Zac Medico2007-07-211-38/+44
| | | | | | before the qa scan. (trunk r7338) svn path=/main/branches/2.1.2/; revision=7339
* Make --prune and --depclean return before calculating dependencies if atoms ↵Zac Medico2007-07-211-0/+9
| | | | | | are given but they don't match any packages. (trunk r7336) svn path=/main/branches/2.1.2/; revision=7337
* Prune really uses all installed instead of world. It's not a real reverse ↵Zac Medico2007-07-211-0/+3
| | | | | | dependency so don't display it as such. (trunk r7334) svn path=/main/branches/2.1.2/; revision=7335
* Just show [0] instead of [0=>0] in the repo display. (trunk r7332)Zac Medico2007-07-211-3/+6
| | | | svn path=/main/branches/2.1.2/; revision=7333
* 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