Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 423741 - python eclass is too noisy on unmerge
Summary: python eclass is too noisy on unmerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 07:28 UTC by Patrick Lauer
Modified: 2012-08-16 07:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-06-27 07:28:57 UTC
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.
Comment 1 Patrick Lauer gentoo-dev 2012-06-27 07:32:21 UTC
                        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 :)
Comment 2 Patrick Lauer gentoo-dev 2012-08-16 07:46:48 UTC
/var/cvsroot/gentoo-x86/eclass/python.eclass,v  <--  python.eclass
new revision: 1.156; previous revision: 1.155

Much nicer without random spew :)