summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearsMike Frysinger2006-01-0571-73/+73
* sync with savior branchMike Frysinger2006-01-052-24/+8
* use an echo rather than ewarnMike Frysinger2006-01-041-1/+1
* re-import the e* functions from baselayout since these ones are broken #117186Mike Frysinger2006-01-031-24/+54
* fix broken quotingMike Frysinger2006-01-031-13/+13
* if youre going to rip code from baselayout, you really need to do it from an ...Mike Frysinger2006-01-031-62/+37
* Add CTARGET back into the list of vars to be written out for installedv2.1_pre3Jason Stubbs2005-12-311-1/+1
* BUILDIR => BUILDDIRJason Stubbs2005-12-311-1/+1
* Update the `touch .unpacked` error message to output the actual path in orderJason Stubbs2005-12-311-1/+1
* Unify the -p and -pv USE display functions and IUSE additions in yellowJason Stubbs2005-12-311-32/+16
* 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
* Modify portage's settings object rather than the original env.Jason Stubbs2005-12-261-1/+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
* quote a bit moreMike Frysinger2005-12-261-4/+4
* rename BUILDDIR to PORTAGE_BUILDDIRMike Frysinger2005-12-261-40/+40
* 'DISTFILES indirection; access $BUILDDIR/distdir instead of $DISTFILES , thus...Brian Harring2005-12-261-0/+3
* - 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
* - 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
* 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
* - use -n syntax like most of ebuild.shNed Ludd2005-12-251-1/+1
* - remove intermediate var entryNed Ludd2005-12-251-2/+1
* - only record vdb entries when the value is non nullNed Ludd2005-12-251-31/+10
* 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
* 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
* Make --skipfirst imply --resume.Jason Stubbs2005-12-211-0/+3
* - 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-211-1/+2
* dont use string substitution as this operation can be quite slow on older bas...Mike Frysinger2005-12-211-3/+3
* update to work with the verbose error messagesMarius Mauch2005-12-201-1/+1
* 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