| Commit message (Expand) | Author | Age | Files | Lines |
* | Include symlinks themselves when checking collision-protect. | Jason Stubbs | 2005-12-25 | 1 | -0/+1 |
* | Skip to next directory after one has been removed in unmerge(). | Jason Stubbs | 2005-12-25 | 1 | -0/+1 |
* | Only do one round of directory removal attempts. As symlinks are now removed | Jason Stubbs | 2005-12-25 | 1 | -36/+15 |
* | Factor out mtimedb saving code from portageexit() into a new commit_mtimedb | Jason Stubbs | 2005-12-25 | 1 | -20/+22 |
* | Use the env's PROMPT_COMMAND for resetting xterm titles when available. | Jason Stubbs | 2005-12-25 | 1 | -5/+6 |
* | Fix mishandling of masked atoms in || ( .. ) dependencies. | Jason Stubbs | 2005-12-25 | 1 | -2/+8 |
* | Fix typo in writeints()v2.1_pre2 | Jason Stubbs | 2005-12-25 | 1 | -1/+1 |
* | bug 114133, write a tmp file then rename it for write* funcs. | Brian Harring | 2005-12-24 | 1 | -17/+24 |
* | Limiting hashing to MD5 only until behaviour improves in the case of the | Jason Stubbs | 2005-12-24 | 1 | -1/+4 |
* | Treat symlinks similar to regular files when unmerging and remove them if the | Jason Stubbs | 2005-12-24 | 1 | -46/+6 |
* | Generalize portage_util.dump_traceback() and make use of it if importing | Jason Stubbs | 2005-12-23 | 2 | -9/+17 |
* | if you're going to print an exception, bind the exception when you catch it | Brian Harring | 2005-12-22 | 1 | -1/+1 |
* | Missing return on load_mod. | Jason Stubbs | 2005-12-21 | 1 | -0/+1 |
* | Check that cache modules load correctly and fail if they don't. | Jason Stubbs | 2005-12-21 | 1 | -1/+5 |
* | Prevent traceback on fetcher failure and properly check for error conditions | Jason Stubbs | 2005-12-21 | 2 | -3/+5 |
* | Fix an incorrect positional check in *DEPEND parsing. | Jason Stubbs | 2005-12-21 | 1 | -1/+1 |
* | Remove old debugging related error message. | Jason Stubbs | 2005-12-20 | 1 | -16/+1 |
* | Make digest errors more verbose | Marius Mauch | 2005-12-19 | 2 | -7/+19 |
* | adding multi-hash support | Marius Mauch | 2005-12-19 | 3 | -65/+81 |
* | fix custom module (bug #116024) | Marius Mauch | 2005-12-19 | 2 | -4/+4 |
* | Make the dep_zapdeps a little bit more readable. | Jason Stubbs | 2005-12-19 | 1 | -64/+57 |
* | Check if atoms are masked when scanning for which || ( ) atom/list to use. | Jason Stubbs | 2005-12-19 | 1 | -1/+9 |
* | Removed the now unnecessary dep_opconvert portage function. | Jason Stubbs | 2005-12-19 | 1 | -91/+0 |
* | further type -> isinstance cleanup in dep crap | Brian Harring | 2005-12-19 | 1 | -4/+4 |
* | moved cpv funcs out of the block of dep funcs, removed some type usage (use i... | Brian Harring | 2005-12-19 | 1 | -116/+93 |
* | removed unnecessary reconstruct_eclasses import | Brian Harring | 2005-12-18 | 1 | -1/+0 |
* | parallel-fetch, baby. | Brian Harring | 2005-12-18 | 1 | -11/+0 |
* | couple of tweaks. fixed up whitespacing for template, added a default __cont... | Brian Harring | 2005-12-18 | 2 | -20/+10 |
* | Unpack the _eclasses_ value as it's packed by the database template's __setit... | Jason Stubbs | 2005-12-17 | 1 | -1/+5 |
* | Check if atoms with matching keys will result in higher versioned packages | Jason Stubbs | 2005-12-17 | 1 | -88/+43 |
* | ferringb says: i pity the fool who doesnt use better style | Mike Frysinger | 2005-12-15 | 1 | -1/+1 |
* | Bug 115519 by Diego Petteno: Fix ldconfig command ordering, add dragonfly sup... | Mike Frysinger | 2005-12-15 | 1 | -2/+2 |
* | Add USE_EXPAND_HIDDEN so that users can extend it without killing off | Jason Stubbs | 2005-12-14 | 1 | -1/+1 |
* | Use soft limit, not hard limit. | Brian Harring | 2005-12-14 | 1 | -1/+1 |
* | Prevent USE_EXPAND variables from bypassing use.mask | Jason Stubbs | 2005-12-13 | 1 | -1/+1 |
* | Removed the specific check against PORTAGE_CALLER with regard to fetching. | Jason Stubbs | 2005-12-11 | 1 | -1/+1 |
* | fix the fetch/digest shortcuts so they dont break normal runs of emerge/ebuild | Mike Frysinger | 2005-12-10 | 1 | -4/+7 |
* | only digest/fetch files when the operation warrants it | Mike Frysinger | 2005-12-09 | 1 | -3/+8 |
* | s/series/serious/ mistake | Jason Stubbs | 2005-12-07 | 1 | -0/+3 |
* | cleanse maketest once and for all | Mike Frysinger | 2005-12-07 | 1 | -3/+0 |
* | if PORT_LOGDIR doesnt exist, then try to create it automagically | Mike Frysinger | 2005-12-07 | 1 | -0/+6 |
* | add an option to grab* so that if they're given a directory they'll recursive... | Marius Mauch | 2005-11-30 | 2 | -51/+59 |
* | kill stupid message about 'masked by -*' | Marius Mauch | 2005-11-23 | 1 | -4/+0 |
* | Backport of version code rewrite (bug 37406), should be completely backwards ... | Marius Mauch | 2005-11-13 | 2 | -335/+226 |
* | minor glitch: EBUILD_PHASES is a list, no need to split() it | Marius Mauch | 2005-11-13 | 1 | -1/+1 |
* | First bunch of simple logging modules. | Marius Mauch | 2005-11-13 | 5 | -0/+101 |
* | Add slightly modified elog_base patch containing the basic framework for ebui... | Marius Mauch | 2005-11-13 | 2 | -0/+62 |
* | add NetBSD to the BSD list #112393 | Mike Frysinger | 2005-11-13 | 1 | -1/+1 |
* | Documented `emerge --config` (#109496) | Jason Stubbs | 2005-11-13 | 1 | -0/+5 |
* | Add USE_EXPAND to INCREMENTALS (#105304) | Jason Stubbs | 2005-11-09 | 1 | -1/+1 |