summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't inline code, do __name__=="__main__" so the module can be used instead ↵Brian Harring2006-01-121-47/+48
| | | | | | of strictly called. svn path=/main/trunk/; revision=2560
* - dont save debug info twiceNed Ludd2006-01-101-0/+3
| | | | svn path=/main/trunk/; revision=2559
* Always call prerm/postrm regardless if the previous install had contents or not.Brian Harring2006-01-091-6/+5
| | | | svn path=/main/trunk/; revision=2556
* fix display of ebuild(1)Mike Frysinger2006-01-091-1/+1
| | | | svn path=/main/trunk/; revision=2555
* get rid of the word "downloaded" in the search output because some people ↵Mike Frysinger2006-01-091-4/+4
| | | | | | cant seem to handle it #81501 svn path=/main/trunk/; revision=2554
* reorganization and a bit of clean up from Benno Schulenberg , bug 84285Brian Harring2006-01-091-37/+36
| | | | svn path=/main/trunk/; revision=2553
* handle cross-compilers as wellMike Frysinger2006-01-091-1/+1
| | | | svn path=/main/trunk/; revision=2552
* fixed the '/' stray char outputBrian Harring2006-01-081-3/+3
| | | | svn path=/main/trunk/; revision=2551
* bug 118191 , puke properly when no args to envvar are supplied.Brian Harring2006-01-081-5/+8
| | | | svn path=/main/trunk/; revision=2550
* add another common example for package.providedMike Frysinger2006-01-081-0/+3
| | | | svn path=/main/trunk/; revision=2549
* s/checksums/manifests/Marius Mauch2006-01-081-1/+1
| | | | svn path=/main/trunk/; revision=2546
* slightly improve newsMarius Mauch2006-01-081-3/+4
| | | | svn path=/main/trunk/; revision=2545
* reenable multi-hash and make error message a bit more usefulMarius Mauch2006-01-082-3/+2
| | | | svn path=/main/trunk/; revision=2544
* bug 117440, added PORTAGE_ACTUAL_DISTDIR var to make cvs/svn eclasses play ↵Brian Harring2006-01-071-1/+2
| | | | | | nice since they're not part of our SRC_URI scheme (yet). svn path=/main/trunk/; revision=2543
* - FEATURES=installsources from Olivier Crete an extention of splitdebug for ↵Ned Ludd2006-01-071-0/+10
| | | | | | better debugging when debugedit is installed. bug 112907 svn path=/main/trunk/; revision=2542
* touchup styleMike Frysinger2006-01-061-4/+4
| | | | svn path=/main/trunk/; revision=2540
* generate a log file for users to attach to bug reportsMike Frysinger2006-01-061-0/+7
| | | | svn path=/main/trunk/; revision=2539
* touchup output slightlyMike Frysinger2006-01-061-0/+2
| | | | svn path=/main/trunk/; revision=2538
* - set noiselevel when quiet is enabledNed Ludd2006-01-051-0/+1
| | | | svn path=/main/trunk/; revision=2537
* bug 117849, when parallel-fetch is on don't write out the mtimedb in the ↵Brian Harring2006-01-051-0/+3
| | | | | | fetcher process svn path=/main/trunk/; revision=2534
* filter '(' and ')' tokens also when checking for invalid atoms.Brian Harring2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2533
* bug 42299, detect and fail invalid atoms in *DEPENDBrian Harring2006-01-051-18/+21
| | | | svn path=/main/trunk/; revision=2532
* adress -> address spelling typo.Brian Harring2006-01-0513-39/+39
| | | | | | Sidenote, really should remove the 101 files and centralize this damn thing.. svn path=/main/trunk/; revision=2531
* force a realpath call for complaints about digest files; better resolution ↵Brian Harring2006-01-051-1/+1
| | | | | | | | is resetting DISTDIR post doebuild (see, we really need to break the beast up or decorate it), but this resolves 117264 in the meantime. svn path=/main/trunk/; revision=2529
* 'k. reverted use_reduce filtering of empty lists (was resulting in ["||"] ↵Brian Harring2006-01-052-6/+22
| | | | | | | | | as elements, which are invalid), added a recursive filter of empty sets/resolved || and && nodes; in the process, keeps portage from using an empty bool as a satisfier in || () restriction sets. svn path=/main/trunk/; revision=2528
* only complain about executable stacks on architectures that actually support ↵Mike Frysinger2006-01-051-2/+9
| | | | | | them svn path=/main/trunk/; revision=2527
* update copyright yearsMike Frysinger2006-01-0571-73/+73
| | | | svn path=/main/trunk/; revision=2526
* sync with savior branchMike Frysinger2006-01-052-24/+8
| | | | svn path=/main/trunk/; revision=2525
* el buggo pointed out via spyderous.Brian Harring2006-01-041-2/+6
| | | | | | | | | | | | | || ( a ( x? ( b ) y? ( c ) ) ) -x -y , was resulting in || ( a () ) the main consumer of this, portage.dep_check is stupid, and was assuming () was valid. It's not, obviously. Long term bug, around in at least .51 . Should correct dep_check handling of it also, but no reason to be handing () in the result lists also. svn path=/main/trunk/; revision=2522
* use an echo rather than ewarnMike Frysinger2006-01-041-1/+1
| | | | svn path=/main/trunk/; revision=2521
* re-import the e* functions from baselayout since these ones are broken #117186Mike Frysinger2006-01-031-24/+54
| | | | svn path=/main/trunk/; revision=2520
* fix broken quotingMike Frysinger2006-01-031-13/+13
| | | | svn path=/main/trunk/; revision=2519
* if youre going to rip code from baselayout, you really need to do it from an ↵Mike Frysinger2006-01-031-62/+37
| | | | | | up-to-date version ... so re-import the KV functions and the color code so it doesnt suck svn path=/main/trunk/; revision=2518
* - added writemsg_stdout function and make portage use it internallyNed Ludd2006-01-011-29/+32
| | | | svn path=/main/trunk/; revision=2517
* - added writemsg_stdout function and make portage use it internallyNed Ludd2006-01-011-3/+10
| | | | svn path=/main/trunk/; revision=2516
* Kill the double xterm title codes.Jason Stubbs2006-01-011-1/+1
| | | | svn path=/main/trunk/; revision=2515
* Add CTARGET back into the list of vars to be written out for installedv2.1_pre3Jason Stubbs2005-12-311-1/+1
| | | | | | packages. svn path=/main/trunk/; revision=2510
* Redo virtuals code that relied on unique_array keeping the original order.Jason Stubbs2005-12-311-1/+2
| | | | svn path=/main/trunk/; revision=2509
* BUILDIR => BUILDDIRJason Stubbs2005-12-311-1/+1
| | | | svn path=/main/trunk/; revision=2508
* Update the `touch .unpacked` error message to output the actual path in orderJason Stubbs2005-12-311-1/+1
| | | | | | to match the other touch error messages. svn path=/main/trunk/; revision=2507
* Updated --pretend example to document new USE flag displays.Jason Stubbs2005-12-311-17/+11
| | | | svn path=/main/trunk/; revision=2505
* 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
* Check and raise an exception when a hash function is missing during digesting.Jason Stubbs2005-12-302-1/+8
| | | | svn path=/main/trunk/; revision=2498
* Split email addresses on the final "@" so as to allow "@" within the usernameJason Stubbs2005-12-301-1/+1
| | | | | | portion of the address. svn path=/main/trunk/; revision=2497
* Convert digest failure information to strings for printing.Jason Stubbs2005-12-301-2/+2
| | | | svn path=/main/trunk/; revision=2496
* Don't attempt to chmod/chown unless running as root when calling simpleJason Stubbs2005-12-301-4/+8
| | | | | | ebuild functions. svn path=/main/trunk/; revision=2495
* Don't download distfiles when manifesting.Jason Stubbs2005-12-301-2/+3
| | | | svn path=/main/trunk/; revision=2494
* 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
* Remove tests for masked/unavailable packages.Jason Stubbs2005-12-301-10/+0
| | | | svn path=/main/trunk/; revision=2492
* tweak multiline whitespace display cause i'm anal like thatMike Frysinger2005-12-291-2/+2
| | | | svn path=/main/trunk/; revision=2491