summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* ferringb says: i pity the fool who doesnt use better styleMike Frysinger2005-12-151-1/+1
| | | | svn path=/main/trunk/; revision=2373
* Bug 115519 by Diego Petteno: Fix ldconfig command ordering, add dragonfly ↵Mike Frysinger2005-12-151-2/+2
| | | | | | support svn path=/main/trunk/; revision=2372
* Add USE_EXPAND_HIDDEN so that users can extend it without killing off Jason Stubbs2005-12-141-1/+1
| | | | | | profile settings. svn path=/main/trunk/; revision=2368
* Use soft limit, not hard limit.Brian Harring2005-12-141-1/+1
| | | | svn path=/main/trunk/; revision=2365
* Prevent USE_EXPAND variables from bypassing use.maskJason Stubbs2005-12-131-1/+1
| | | | svn path=/main/trunk/; revision=2364
* Separate and format USE_EXPAND based variables found in IUSE.Jason Stubbs2005-12-131-19/+62
| | | | svn path=/main/trunk/; revision=2363
* Removed the specific check against PORTAGE_CALLER with regard to fetching.Jason Stubbs2005-12-111-1/+1
| | | | svn path=/main/trunk/; revision=2360
* 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
* fix the fetch/digest shortcuts so they dont break normal runs of emerge/ebuildMike Frysinger2005-12-101-4/+7
| | | | svn path=/main/trunk/; revision=2358
* 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
* fix whitespace in depend atom as point out by chkno #114956Mike Frysinger2005-12-101-1/+1
| | | | svn path=/main/trunk/; revision=2355
* 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
* only digest/fetch files when the operation warrants itMike Frysinger2005-12-091-3/+8
| | | | svn path=/main/trunk/; revision=2348
* s/series/serious/ mistakeJason Stubbs2005-12-072-1/+4
| | | | 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-072-4/+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
* if PORT_LOGDIR doesnt exist, then try to create it automagicallyMike Frysinger2005-12-071-0/+6
| | | | svn path=/main/trunk/; revision=2340
* add a user-friendly list of changesMarius Mauch2005-12-051-0/+42
| | | | svn path=/main/trunk/; revision=2339
* Saleem Abdulrasool: document IUSE.invalidMike Frysinger2005-12-011-0/+6
| | | | svn path=/main/trunk/; revision=2325
* add an option to grab* so that if they're given a directory they'll ↵Marius Mauch2005-11-302-51/+59
| | | | | | recursively find all files in it and treat them like one big file. Also make use of this option for most of the config files. svn path=/main/trunk/; revision=2324
* give a slightly better usage messageMike Frysinger2005-11-291-2/+4
| | | | svn path=/main/trunk/; revision=2323
* compnerd: document manifest actionMike Frysinger2005-11-291-0/+5
| | | | svn path=/main/trunk/; revision=2322
* 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
* kill stupid message about 'masked by -*'Marius Mauch2005-11-231-4/+0
| | | | svn path=/main/trunk/; revision=2316
* move --nocolor to OPTIONS instead of ACTIONS #113225 by P NienaberMike Frysinger2005-11-221-3/+3
| | | | svn path=/main/trunk/; revision=2315
* config additions for elogMarius Mauch2005-11-1513-0/+520
| | | | svn path=/main/trunk/; revision=2312
* 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
* manpage for emaint #112510Mike Frysinger2005-11-151-0/+30
| | | | svn path=/main/trunk/; revision=2310
* Backport of version code rewrite (bug 37406), should be completely backwards ↵Marius Mauch2005-11-132-335/+226
| | | | | | | | compatible (and the algorithm has been tested on the whole tree multiple times already). Also adds some new features in version syntax like cvs version prefixes (in the same package) and multiple suffixes. svn path=/main/trunk/; revision=2309
* minor glitch: EBUILD_PHASES is a list, no need to split() itMarius Mauch2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2308
* First bunch of simple logging modules.Marius Mauch2005-11-135-0/+101
| | | | svn path=/main/trunk/; revision=2307
* Add slightly modified elog_base patch containing the basic framework for ↵Marius Mauch2005-11-134-8/+269
| | | | | | ebuild logging. svn path=/main/trunk/; revision=2306
* add NetBSD to the BSD list #112393Mike Frysinger2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2304
* 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
* Documented `emerge --config` (#109496)Jason Stubbs2005-11-131-0/+5
| | | | svn path=/main/trunk/; revision=2299
* Added a description of emaint to `emaint --help`Jason Stubbs2005-11-131-0/+6
| | | | svn path=/main/trunk/; revision=2298
* Documented `emerge --config` (#109496)Jason Stubbs2005-11-131-0/+5
| | | | svn path=/main/trunk/; revision=2297