Gentoo Archives: gentoo-dev

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] eqawarn for main tree
Date: Fri, 12 Mar 2010 19:40:45
Message-Id: 4B9A9876.8000802@gentoo.org
1 In eclasses there's often use for outputting QA warnings for ebuild
2 authors (at least in java and python could immediately make use of
3 this). Currently Portage has eqawarn available but it's considered
4 internal. Hopefully eqawarn finds it's way to the next EAPI but in the
5 mean while do we want:
6
7 1) Do a wrapper like attached to eutils.eclass
8 2) Use whatever e* function that seems most appropriate (for example
9 einfo when it's common so user LOGging setups don't get too much noise)
10 3) Have a speedy next EAPI if we can find more stuff like this to bundle
11
12 Regards,
13 Petteri

Attachments

File name MIME type
eqawarn.patch text/plain
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] eqawarn for main tree Zac Medico <zmedico@g.o>