summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* convert release notes over to upgrade informationBrian Harring2005-12-251-36/+6
* news file, releasenotes data schlopped into it, plus couple of updates.Brian Harring2005-12-251-0/+27
* renaming the death hook registration func to register_die_hookBrian Harring2005-12-251-1/+1
* - initial commit of post --sync hook. postsync.d to come at a later timeNed Ludd2005-12-251-0/+7
* Include symlinks themselves when checking collision-protect.Jason Stubbs2005-12-251-0/+1
* Skip to next directory after one has been removed in unmerge().Jason Stubbs2005-12-251-0/+1
* - use -n syntax like most of ebuild.shNed Ludd2005-12-251-1/+1
* Only do one round of directory removal attempts. As symlinks are now removedJason Stubbs2005-12-251-36/+15
* - remove intermediate var entryNed Ludd2005-12-251-2/+1
* Factor out mtimedb saving code from portageexit() into a new commit_mtimedbJason Stubbs2005-12-251-20/+22
* Use the env's PROMPT_COMMAND for resetting xterm titles when available.Jason Stubbs2005-12-251-5/+6
* - only record vdb entries when the value is non nullNed Ludd2005-12-251-31/+10
* Fix mishandling of masked atoms in || ( .. ) dependencies.Jason Stubbs2005-12-251-2/+8
* Fix typo in writeints()v2.1_pre2Jason Stubbs2005-12-251-1/+1
* bug 114133, write a tmp file then rename it for write* funcs.Brian Harring2005-12-241-17/+24
* Limiting hashing to MD5 only until behaviour improves in the case of theJason Stubbs2005-12-241-1/+4
* Treat symlinks similar to regular files when unmerging and remove them if theJason Stubbs2005-12-241-46/+6
* Fix an incorrect variable reference triggered when using --fix and --checkJason Stubbs2005-12-241-1/+1
* Fix an incorrect comparision self-comparison in USE change calculation.Jason Stubbs2005-12-231-1/+1
* Check if the specified package follows correct syntax and error out if itJason Stubbs2005-12-231-0/+4
* Generalize portage_util.dump_traceback() and make use of it if importingJason Stubbs2005-12-232-9/+17
* if you're going to print an exception, bind the exception when you catch itBrian Harring2005-12-221-1/+1
* update date/version to stop people from pointless whiningMike Frysinger2005-12-2211-11/+11
* finish syncing manpages between trunk/saviorMike Frysinger2005-12-223-58/+61
* quick sync manpages between trunk/saviorMike Frysinger2005-12-221-33/+31
* Added /dev/{stdin,stdout,stderr} to the default sandbox permissions.Jason Stubbs2005-12-211-2/+2
* Mention bugs.gentoo.org when asking the user to post config.log.Jason Stubbs2005-12-211-1/+1
* Separate masked and unavailable ebuilds and report that masked ebuilds can beJason Stubbs2005-12-211-1/+7
* Missing return on load_mod.Jason Stubbs2005-12-211-0/+1
* Make --skipfirst imply --resume.Jason Stubbs2005-12-211-0/+3
* Check that cache modules load correctly and fail if they don't.Jason Stubbs2005-12-211-1/+5
* - make quiet really mean itNed Ludd2005-12-211-1/+1
* USE flags in the to-be-installed package's IUSE but not in currently installedJason Stubbs2005-12-211-2/+2
* Don't show enabled flags when not using --verbose if they haven't changedJason Stubbs2005-12-211-9/+8
* Push portage to the top of the system and world lists when updating.Jason Stubbs2005-12-211-0/+8
* Prevent traceback on fetcher failure and properly check for error conditionsJason Stubbs2005-12-213-4/+7
* Fix an incorrect positional check in *DEPEND parsing.Jason Stubbs2005-12-211-1/+1
* Document the full-path-to-executable requirement on FETCHCOMMAND andJason Stubbs2005-12-211-4/+6
* dont use string substitution as this operation can be quite slow on older bas...Mike Frysinger2005-12-211-3/+3
* Remove old debugging related error message.Jason Stubbs2005-12-201-16/+1
* update to work with the verbose error messagesMarius Mauch2005-12-201-1/+1
* update with multi-hash stuff and verbose digest errormessages, remove some no...Marius Mauch2005-12-201-8/+4
* Make digest errors more verboseMarius Mauch2005-12-192-7/+19
* adding multi-hash supportMarius Mauch2005-12-193-65/+81
* quote vars inside PORTAGE_ELOG_COMMANDMarius Mauch2005-12-1913-13/+26
* fix custom module (bug #116024)Marius Mauch2005-12-192-4/+4
* Make the dep_zapdeps a little bit more readable.Jason Stubbs2005-12-191-64/+57
* Check if atoms are masked when scanning for which || ( ) atom/list to use.Jason Stubbs2005-12-191-1/+9
* Removed the now unnecessary dep_opconvert portage function.Jason Stubbs2005-12-191-91/+0
* further type -> isinstance cleanup in dep crapBrian Harring2005-12-191-4/+4