summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* touchup TEXTREL warning some more #115727Mike Frysinger2005-12-171-5/+3
| | | | svn path=/main/trunk/; revision=2378
* cleanup textrel qa noticeMike Frysinger2005-12-171-5/+6
| | | | svn path=/main/trunk/; revision=2377
* 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
* - initial commit of split elf debug codeNed Ludd2005-12-151-36/+35
| | | | svn path=/main/trunk/; revision=2374
* Separate and format USE_EXPAND based variables found in IUSE.Jason Stubbs2005-12-131-19/+62
| | | | svn path=/main/trunk/; revision=2363
* add a -v (verbose) option to envvar for easily generating output for use in ↵Mike Frysinger2005-12-101-1/+9
| | | | | | bash scripts svn path=/main/trunk/; revision=2359
* 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
* touchup in general, add support for -h/--help, and delay importing portage ↵Mike Frysinger2005-12-101-16/+24
| | | | | | so using -h/--help doesnt blow goats because portage was imported svn path=/main/trunk/; revision=2356
* Drop the virtuals related fatal errors down to warnings.Jason Stubbs2005-12-101-1/+3
| | | | svn path=/main/trunk/; revision=2352
* dont run depscan.sh anymoreMike Frysinger2005-12-091-2/+0
| | | | svn path=/main/trunk/; revision=2350
* eat whitespace -> YUMMike Frysinger2005-12-091-7/+7
| | | | svn path=/main/trunk/; revision=2349
* s/series/serious/ mistakeJason Stubbs2005-12-071-1/+1
| | | | svn path=/main/trunk/; revision=2347
* run all elf QA checks before aborting, and all some packages (like ↵Mike Frysinger2005-12-071-7/+12
| | | | | | binary-only) to prevent aborting since there isnt much we can do about those craptastic developers svn path=/main/trunk/; revision=2346
* kill dead whitespace and make function def style consistentMike Frysinger2005-12-071-66/+48
| | | | svn path=/main/trunk/; revision=2345
* cleanse maketest once and for allMike Frysinger2005-12-071-1/+1
| | | | svn path=/main/trunk/; revision=2344
* get rid of duplicated Test phase message in src_test()Mike Frysinger2005-12-071-1/+0
| | | | svn path=/main/trunk/; revision=2343
* add a status message to src_compile() like src_unpack()Mike Frysinger2005-12-071-0/+4
| | | | svn path=/main/trunk/; revision=2342
* use emake -j1 in default src_test() instead of makeMike Frysinger2005-12-071-4/+4
| | | | svn path=/main/trunk/; revision=2341
* give a slightly better usage messageMike Frysinger2005-11-291-2/+4
| | | | svn path=/main/trunk/; revision=2323
* Kill of generation of CDEPEND for binary and installed packages.Jason Stubbs2005-11-272-20/+7
| | | | | | Patch by solar. svn path=/main/trunk/; revision=2321
* Petteri says: exit with non-zero status if a file wasnt foundMike Frysinger2005-11-271-1/+4
| | | | svn path=/main/trunk/; revision=2319
* fix for portageq usage call (missing argv), via Emanuele Giaquinta ↵Brian Harring2005-11-151-1/+1
| | | | | | <e.giaquinta@glauco.it> svn path=/main/trunk/; revision=2311
* Add slightly modified elog_base patch containing the basic framework for ↵Marius Mauch2005-11-132-8/+207
| | | | | | ebuild logging. svn path=/main/trunk/; revision=2306
* tweak marking of D as readonly since we need to play around with it in ↵Mike Frysinger2005-11-131-2/+5
| | | | | | pkg_preinst svn path=/main/trunk/; revision=2302
* don't do a sort if just doing percentage for emerge --metadataBrian Harring2005-11-131-1/+0
| | | | svn path=/main/trunk/; revision=2301
* Added a description of emaint to `emaint --help`Jason Stubbs2005-11-131-0/+6
| | | | svn path=/main/trunk/; revision=2298
* pre/post hooks originally from 2.1, quick rewrite by axxo for 2.0Brian Harring2005-11-091-0/+28
| | | | | | Not to be used by ebuilds/eclasses (with the sole exception of java eclass var reset till ebd is stabled), this is user hooks. svn path=/main/trunk/; revision=2267
* 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-052-76/+53
| | | | | | 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
* grab fixes from trunkMike Frysinger2005-11-021-15/+25
| | | | svn path=/main/branches/2.0/; revision=2250
* deprecate IMAGEMike Frysinger2005-11-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2249
* add support for unpacking lha filesMike Frysinger2005-11-011-0/+3
| | | | svn path=/main/branches/2.0/; revision=2225