around line 2772 and 2786: echo "${_BLUE}<<< ${compiled_file%[co]}[co]${_NORMAL}" rm -f "${compiled_file%[co]}"[co] This causes unneeded spam during unmerge and should be quieted.
while [[ "${dir}" != "${root}" ]]; do if rmdir "${dir}" 2> /dev/null; then echo "${_CYAN}<<< ${dir}${_NORMAL}" else break fi just a few lines below that, another spammer :)
/var/cvsroot/gentoo-x86/eclass/python.eclass,v <-- python.eclass new revision: 1.156; previous revision: 1.155 Much nicer without random spew :)