summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Sanitize the root parameter specified to portageq.Jason Stubbs2005-12-261-1/+4
| | | | svn path=/main/trunk/; revision=2482
* - add back in 1 newline after trimming all the extraneous onesNed Ludd2005-12-261-1/+1
| | | | svn path=/main/trunk/; revision=2481
* - update fatal qa error handlingNed Ludd2005-12-261-9/+9
| | | | svn path=/main/trunk/; revision=2480
* Export the ROOT environment variable when using functions that take a <root>Jason Stubbs2005-12-261-4/+13
| | | | svn path=/main/trunk/; revision=2479
* quote a bit moreMike Frysinger2005-12-261-4/+4
| | | | svn path=/main/trunk/; revision=2476
* rename BUILDDIR to PORTAGE_BUILDDIRMike Frysinger2005-12-261-40/+40
| | | | svn path=/main/trunk/; revision=2475
* 'DISTFILES indirection; access $BUILDDIR/distdir instead of $DISTFILES , ↵Brian Harring2005-12-261-0/+3
| | | | | | thus blocking unstated access. svn path=/main/trunk/; revision=2474
* - consolidate noman noinfo nodoc into a simple loop and use INSTALL_MASK. ↵Ned Ludd2005-12-251-17/+8
| | | | | | Add debug to default list of MULTILIB_STRICT_EXEMPT= svn path=/main/trunk/; revision=2473
* Make dohtml return 1 when a passed file/dir doesn't exist.Jason Stubbs2005-12-251-1/+14
| | | | svn path=/main/trunk/; revision=2472
* 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
* - trim extraneous spaces tabs form feeds and newlinesNed Ludd2005-12-251-2/+2
| | | | svn path=/main/trunk/; revision=2467
* Check for adequate spacing around "||", "(" and ")" tokens.Jason Stubbs2005-12-251-12/+34
| | | | svn path=/main/trunk/; revision=2466
* register_death_hook -> register_die_hookBrian Harring2005-12-251-1/+1
| | | | | | thanks to axxo for the catch. svn path=/main/trunk/; revision=2465
* renaming the death hook registration func to register_die_hookBrian Harring2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2462
* - 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
* - use -n syntax like most of ebuild.shNed Ludd2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2458
* - remove intermediate var entryNed Ludd2005-12-251-2/+1
| | | | svn path=/main/trunk/; revision=2456
* - only record vdb entries when the value is non nullNed Ludd2005-12-251-31/+10
| | | | svn path=/main/trunk/; revision=2453
* Fix an incorrect variable reference triggered when using --fix and --checkJason Stubbs2005-12-241-1/+1
| | | | | | together. Patch by Ashley Stovall. # 116576 svn path=/main/trunk/; revision=2444
* Fix an incorrect comparision self-comparison in USE change calculation.Jason Stubbs2005-12-231-1/+1
| | | | svn path=/main/trunk/; revision=2441
* Check if the specified package follows correct syntax and error out if itJason Stubbs2005-12-231-0/+4
| | | | | | doesn't. svn path=/main/trunk/; revision=2440
* Added /dev/{stdin,stdout,stderr} to the default sandbox permissions.Jason Stubbs2005-12-211-2/+2
| | | | svn path=/main/trunk/; revision=2429
* Mention bugs.gentoo.org when asking the user to post config.log.Jason Stubbs2005-12-211-1/+1
| | | | svn path=/main/trunk/; revision=2428
* Separate masked and unavailable ebuilds and report that masked ebuilds can beJason Stubbs2005-12-211-1/+7
| | | | | | handled with package.keywords or package.unmask when they are detected. svn path=/main/trunk/; revision=2427
* 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
* dont use string substitution as this operation can be quite slow on older ↵Mike Frysinger2005-12-211-3/+3
| | | | | | bash versions (<=3.0) #116111 svn path=/main/trunk/; revision=2416
* update to work with the verbose error messagesMarius Mauch2005-12-201-1/+1
| | | | svn path=/main/trunk/; revision=2414
* 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
* Remove duplicate if statement.Jason Stubbs2005-12-171-1/+0
| | | | svn path=/main/trunk/; revision=2388
* Fix missing ":" on except line.Jason Stubbs2005-12-171-1/+1
| | | | svn path=/main/trunk/; revision=2387
* deprecate preplibMike Frysinger2005-12-171-0/+2
| | | | svn path=/main/trunk/; revision=2386
* 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
* nothing uses it so no point in keeping it ... plus the ldconfig calls are ↵Mike Frysinger2005-12-171-10/+0
| | | | | | glibc specific svn path=/main/trunk/; revision=2383
* 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
* sync with savior branchMike Frysinger2005-12-171-18/+66
| | | | svn path=/main/trunk/; revision=2381
* add an add-ebuild-death-hook func so people dont need to know about setting ↵Mike Frysinger2005-12-171-0/+4
| | | | | | some variable svn path=/main/trunk/; revision=2380
* Catch KeyError exception throw from aux_get.Jason Stubbs2005-12-171-0/+3
| | | | svn path=/main/trunk/; revision=2379