Bug 199464 - Please change kernel-2.eclass to use elog instead of einfo
Bug#: 199464 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: kernel-misc@gentoo.org Reported By: xake@rymdraket.net
Component: Eclasses and Profiles
URL:  http://bugs.gentoo.org/show_bug.cgi?id=158933
Summary: Please change kernel-2.eclass to use elog instead of einfo
Keywords:  
Status Whiteboard: 
Opened: 2007-11-17 20:30 0000
Description:   Opened: 2007-11-17 20:30 0000
Is there any special reason why kernel-2.eclass (or any eclass) uses einfo
instead of elog for post-install messages?

------- Comment #1 From Xake 2008-01-22 13:03:39 0000 -------
I was about to make a patch as a proposal, but I do need advice on the way to
proceed.
Should I adjust K_EXTRAEINFO to use elog, or should I make a K_EXTRAELOG and
attache patches agains *-sources that uses K_EXTRAEINFO where they should use
K_EXTRAELOG?

------- Comment #2 From Bo Ørsted Andresen (RETIRED) 2008-02-26 23:43:24 0000 -------
Created an attachment (id=144712) [details]
convert eclass and ebuilds to using elog, add K_EXTRAELOG

I left out rsbac-sources because it isn't under the kernel herd at all but it
really should be converted too. I also only added the latest ebuild under each
package since it's exactly the same for every version and including all of it
just increases the noise.

Using einfo for any of this makes it drown in the noise from epatch, running
autofoo, enabling foo, etc. which all use einfo..

I'm willing to commit as much of this to as many ebuilds as I get permission
for if you want...

------- Comment #3 From Daniel Drake 2008-02-28 11:34:01 0000 -------
Looks great, please commit!! Thanks a lot for working on this.

------- Comment #4 From Bo Ørsted Andresen (RETIRED) 2008-03-01 20:08:01 0000 -------
CC'ing kang so he can decide if he want to use K_EXTRAELOG in rsbac-sources
too. Marking FIXED as the patch has been committed.