summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check and raise an exception when a hash function is missing during digesting.Jason Stubbs2005-12-302-1/+8
* Split email addresses on the final "@" so as to allow "@" within the usernameJason Stubbs2005-12-301-1/+1
* Convert digest failure information to strings for printing.Jason Stubbs2005-12-301-2/+2
* Don't attempt to chmod/chown unless running as root when calling simpleJason Stubbs2005-12-301-4/+8
* Don't download distfiles when manifesting.Jason Stubbs2005-12-301-2/+3
* Don't print emaint warning for masked/non-existant packages. When usingJason Stubbs2005-12-301-1/+7
* Remove tests for masked/unavailable packages.Jason Stubbs2005-12-301-10/+0
* tweak multiline whitespace display cause i'm anal like thatMike Frysinger2005-12-291-2/+2
* revert down to 2.3 python requirement via avoiding sortedBrian Harring2005-12-271-1/+4
* whitespace corrections, single space between funcs, double between class bloc...Brian Harring2005-12-271-7/+1
* linear unique_array lifted from saviour, lifted from a python cookbook.Brian Harring2005-12-271-9/+34
* ongoing portage_util cleanup.Brian Harring2005-12-272-79/+23
* bye bye crap grab_multiple function.Brian Harring2005-12-272-18/+12
* Modify portage's settings object rather than the original env.Jason Stubbs2005-12-261-1/+4
* - add splitdebug FEATURE to make.conf.5Ned Ludd2005-12-261-0/+4
* - export env variable PORTAGE_QUIET when --quiet option is passedNed Ludd2005-12-261-0/+1
* Sanitize the root parameter specified to portageq.Jason Stubbs2005-12-261-1/+4
* - add back in 1 newline after trimming all the extraneous onesNed Ludd2005-12-261-1/+1
* - update fatal qa error handlingNed Ludd2005-12-261-9/+9
* Export the ROOT environment variable when using functions that take a <root>Jason Stubbs2005-12-261-4/+13
* final cleanups for indirect distfiles, exempt fetch phase also.Brian Harring2005-12-261-2/+2
* don't generate the distfiles indirection for digest/manifest doebuild callsBrian Harring2005-12-261-1/+1
* quote a bit moreMike Frysinger2005-12-261-4/+4
* rename BUILDDIR to PORTAGE_BUILDDIRMike Frysinger2005-12-262-52/+52
* 'DISTFILES indirection; access $BUILDDIR/distdir instead of $DISTFILES , thus...Brian Harring2005-12-263-1/+31
* - consolidate noman noinfo nodoc into a simple loop and use INSTALL_MASK. Add...Ned Ludd2005-12-251-17/+8
* Make dohtml return 1 when a passed file/dir doesn't exist.Jason Stubbs2005-12-251-1/+14
* Don't show any use flags when using --quiet.Jason Stubbs2005-12-251-0/+4
* Don't try to resolve deps of blockers when using --onlydeps.Jason Stubbs2005-12-251-10/+9
* Remove the now unnecessary USE="*" hack.Jason Stubbs2005-12-252-8/+1
* Allow overlays and the user profile to extend arch.list.Jason Stubbs2005-12-251-7/+7
* - trim extraneous spaces tabs form feeds and newlinesNed Ludd2005-12-251-2/+2
* Check for adequate spacing around "||", "(" and ")" tokens.Jason Stubbs2005-12-251-12/+34
* register_death_hook -> register_die_hookBrian Harring2005-12-251-1/+1
* 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