summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Add USE_EXPAND to INCREMENTALS (#105304)Jason Stubbs2005-11-091-1/+1
| | | | svn path=/main/trunk/; revision=2265
* Clean up reporting of the parent of an unsatisfied atom.Jason Stubbs2005-11-081-7/+4
| | | | svn path=/main/trunk/; revision=2264
* Updated make.conf.ppc as requested by lu_zero (#102656)Jason Stubbs2005-11-081-11/+18
| | | | svn path=/main/trunk/; revision=2263
* clean up the last few sections so that they are consistentMike Frysinger2005-11-0510-114/+93
| | | | svn path=/main/branches/2.0/; revision=2260
* bye bye you decrepit POS cache implementation.Brian Harring2005-11-057-549/+0
| | | | svn path=/main/branches/2.0/; revision=2259
* integration chunk of the cache subsystem patch.Brian Harring2005-11-054-264/+176
| | | | | | Will deal with UNUSED_0* after this svn path=/main/branches/2.0/; revision=2258
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-0512-0/+1240
| | | | | | it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257
* 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
* Remove the now unused SANDBOX_PIDS_FILEJason Stubbs2005-11-032-2/+1
| | | | svn path=/main/branches/2.0/; revision=2255
* A couple of bug fixes, large cleanups, commenting and a bit of dead code ↵Jason Stubbs2005-11-031-177/+184
| | | | | | removal. svn path=/main/branches/2.0/; revision=2254
* Start from 1st element rather than 2nd when doing checks on *DEPENDJason Stubbs2005-11-031-1/+1
| | | | svn path=/main/branches/2.0/; revision=2253
* document sandbox and test RESTRICTMike Frysinger2005-11-021-9/+9
| | | | svn path=/main/branches/2.0/; revision=2252
* fix patch for PKGDIR #111222 by ArmandMike Frysinger2005-11-021-1/+1
| | | | svn path=/main/branches/2.0/; revision=2251