summaryrefslogtreecommitdiffstats
path: root/bin/emerge
Commit message (Collapse)AuthorAgeFilesLines
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* Unify the -p and -pv USE display functions and IUSE additions in yellowJason Stubbs2005-12-311-32/+16
| | | | | | followed by a "%" character. svn path=/main/trunk/; revision=2504
* Don't print emaint warning for masked/non-existant packages. When usingJason Stubbs2005-12-301-1/+7
| | | | | | --verbose, print a warning for those packages. svn path=/main/trunk/; revision=2493
* Modify portage's settings object rather than the original env.Jason Stubbs2005-12-261-1/+4
| | | | svn path=/main/trunk/; revision=2485
* - export env variable PORTAGE_QUIET when --quiet option is passedNed Ludd2005-12-261-0/+1
| | | | svn path=/main/trunk/; revision=2483
* Don't show any use flags when using --quiet.Jason Stubbs2005-12-251-0/+4
| | | | svn path=/main/trunk/; revision=2471
* Don't try to resolve deps of blockers when using --onlydeps.Jason Stubbs2005-12-251-10/+9
| | | | svn path=/main/trunk/; revision=2470
* - initial commit of post --sync hook. postsync.d to come at a later timeNed Ludd2005-12-251-0/+7
| | | | svn path=/main/trunk/; revision=2461
* Fix an incorrect comparision self-comparison in USE change calculation.Jason Stubbs2005-12-231-1/+1
| | | | svn path=/main/trunk/; revision=2441
* Make --skipfirst imply --resume.Jason Stubbs2005-12-211-0/+3
| | | | svn path=/main/trunk/; revision=2425
* - make quiet really mean itNed Ludd2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2423
* USE flags in the to-be-installed package's IUSE but not in currently installedJason Stubbs2005-12-211-2/+2
| | | | | | | package's IUSE and not enabled were not being shown. USE_EXPAND variable names were being shown in lower case rather than upper case. svn path=/main/trunk/; revision=2422
* Don't show enabled flags when not using --verbose if they haven't changedJason Stubbs2005-12-211-9/+8
| | | | | | | since the last emerge. Show enabled flags in red rather than green if the previously merged package didn't support them. svn path=/main/trunk/; revision=2421
* Push portage to the top of the system and world lists when updating.Jason Stubbs2005-12-211-0/+8
| | | | svn path=/main/trunk/; revision=2420
* Prevent traceback on fetcher failure and properly check for error conditionsJason Stubbs2005-12-211-1/+2
| | | | | | when fetching remote binary packages. #116276 svn path=/main/trunk/; revision=2419
* Add USE display when --verbose is not used. Only flags that are enabled,Jason Stubbs2005-12-181-10/+33
| | | | | | have changed or are new but disabled are shown. svn path=/main/trunk/; revision=2400
* Restore previous --verbose USE flag style and prepare for a minimal flagJason Stubbs2005-12-181-70/+72
| | | | | | display for when not using --verbose. svn path=/main/trunk/; revision=2399
* Quick hack to work around the extra package lookups in porttree when checkingJason Stubbs2005-12-181-11/+17
| | | | | | | for issues in the world file. This restores the number of lookups to be equal with xcreate before it was refactored. Further refactoring will improve style. svn path=/main/trunk/; revision=2398
* parallel-fetch, baby.Brian Harring2005-12-181-0/+35
| | | | svn path=/main/trunk/; revision=2396
* Check if packages listed in the --resume list have been removed from theJason Stubbs2005-12-171-0/+8
| | | | | | relevant trees and report the problem. #103564 svn path=/main/trunk/; revision=2392
* Check if atoms with matching keys will result in higher versioned packagesJason Stubbs2005-12-171-2/+1
| | | | | | when dealing with || ( ) type dependencies. #100876 svn path=/main/trunk/; revision=2389
* Add --verbose to the list of options that need to be removed from those Jason Stubbs2005-12-171-4/+3
| | | | | | | pulled from the mtimedb when using --resume. Patch by Alec Warner (antarus). Code-style cleanups. #74990 svn path=/main/trunk/; revision=2385
* Fail if not running as root and --resume is attempted.Jason Stubbs2005-12-171-1/+1
| | | | | | Patch by Alec Warner (antarus). #114550 svn path=/main/trunk/; revision=2382
* Prevent masked use flags from being shown in packages' flag list.Jason Stubbs2005-12-161-18/+16
| | | | | | Colorize negated flags if they have changed. Code style cleanups. svn path=/main/trunk/; revision=2376
* Change unmatched ' to " in use flag output.Jason Stubbs2005-12-161-1/+1
| | | | svn path=/main/trunk/; revision=2375
* Separate and format USE_EXPAND based variables found in IUSE.Jason Stubbs2005-12-131-19/+62
| | | | svn path=/main/trunk/; revision=2363
* make the --quiet option useful, touchup whitespace in a few places, and add ↵Mike Frysinger2005-12-101-14/+28
| | | | | | --cols as short for --columns for retards like myself who cant remember how to spell svn path=/main/trunk/; revision=2357
* eat whitespace -> YUMMike Frysinger2005-12-091-7/+7
| | | | svn path=/main/trunk/; revision=2349
* don't do a sort if just doing percentage for emerge --metadataBrian Harring2005-11-131-1/+0
| | | | svn path=/main/trunk/; revision=2301
* Limit --emptytree to only affect ${ROOT} (#34887)Jason Stubbs2005-11-091-1/+1
| | | | svn path=/main/trunk/; revision=2266
* Clean up reporting of the parent of an unsatisfied atom.Jason Stubbs2005-11-081-7/+4
| | | | svn path=/main/trunk/; revision=2264
* integration chunk of the cache subsystem patch.Brian Harring2005-11-051-75/+52
| | | | | | Will deal with UNUSED_0* after this svn path=/main/branches/2.0/; revision=2258
* Use os.path.splitext() rather than slicing strings to get at file ↵Jason Stubbs2005-11-031-5/+7
| | | | | | extensions. Patch by Jason Pepas. svn path=/main/branches/2.0/; revision=2256
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-301-9/+9
| | | | | | | | dblink.__init__() and merge(). Adjust all calls to dblink(), merge() and doebuild() to specify what tree should be used for aux_get(). Patch created with the help of Zac Medico (zmedico). svn path=/main/branches/2.0/; revision=2203
* Don't add packages to the graph that are left as is due to --upgrade-only.Jason Stubbs2005-10-291-1/+5
| | | | | | | | This is necessary because later code assumes that packages are either from porttree or bintree whereas the --upgrade-only is almost exclusively from vartree. svn path=/main/branches/2.0/; revision=2199
* Clarifying the error message when path/to/ebuild is used on an ebuild that ↵Jason Stubbs2005-10-161-1/+1
| | | | | | isn't in a normal PORTDIR structure. svn path=/main/branches/2.0/; revision=2138
* Return after detecting an invalid command line atom so as to avoid spurious ↵Jason Stubbs2005-10-161-0/+1
| | | | | | dependency errors. svn path=/main/branches/2.0/; revision=2136
* Restore the old behaviour that was dropped in the big refactoring by making ↵Jason Stubbs2005-10-061-1/+1
| | | | | | --update implied by world or system targets. svn path=/main/branches/2.0/; revision=2114
* Make --newuse switch on --updateJason Stubbs2005-10-051-0/+4
| | | | svn path=/main/branches/2.0/; revision=2112
* Be sure to reset settings changes before each package is merged.v2.0.53_rc4_2111Jason Stubbs2005-10-051-0/+1
| | | | svn path=/main/branches/2.0/; revision=2107
* Suggest running emaint when problems with the world file are detected.Jason Stubbs2005-10-051-6/+13
| | | | svn path=/main/branches/2.0/; revision=2097
* Warn and ignore on invalid system/world atomsJason Stubbs2005-10-031-0/+3
| | | | svn path=/main/branches/2.0/; revision=2082
* Make sure to include package.use flags with fetch-restricted packagesJason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2076
* Pass use list rather than config obj to portdbapi.fetch_check()Jason Stubbs2005-10-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2074
* Restore full range of possible atoms that can be given to emerge by doingJason Stubbs2005-10-011-1/+8
| | | | | | atom validity checks using a dummy category if necessary. svn path=/main/branches/2.0/; revision=2068
* Check if invalid atoms are only missing a category and let those pass.Jason Stubbs2005-10-011-1/+1
| | | | svn path=/main/branches/2.0/; revision=2066
* Add some more info about where the problem is coming from when atoms cannot ↵Jason Stubbs2005-09-291-0/+2
| | | | | | be resolved. svn path=/main/branches/2.0/; revision=2062
* Make depclean a little friendler (so that perhaps people will read the ↵Jason Stubbs2005-09-291-33/+27
| | | | | | messages? ;) svn path=/main/branches/2.0/; revision=2061
* Ignore packages in system/world that are satisfied by packages in ↵Jason Stubbs2005-09-291-0/+10
| | | | | | package.provided. svn path=/main/branches/2.0/; revision=2060
* Ignore blockers when fetching.Jason Stubbs2005-09-291-2/+9
| | | | svn path=/main/branches/2.0/; revision=2058