summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved cpv funcs out of the block of dep funcs, removed some type usage (use i...Brian Harring2005-12-191-116/+93
* use spaces for space aligned text (kind of a duh)Brian Harring2005-12-191-1/+1
* added parallel-fetch in...Brian Harring2005-12-191-0/+2
* Add USE display when --verbose is not used. Only flags that are enabled,Jason Stubbs2005-12-181-10/+33
* Restore previous --verbose USE flag style and prepare for a minimal flagJason Stubbs2005-12-181-70/+72
* Quick hack to work around the extra package lookups in porttree when checkingJason Stubbs2005-12-181-11/+17
* removed unnecessary reconstruct_eclasses importBrian Harring2005-12-181-1/+0
* parallel-fetch, baby.Brian Harring2005-12-183-11/+38
* couple of tweaks. fixed up whitespacing for template, added a default __cont...Brian Harring2005-12-182-20/+10
* Unpack the _eclasses_ value as it's packed by the database template's __setit...Jason Stubbs2005-12-171-1/+5