Re: [gentoo-dev] RFD: EAPI specification in ebuilds

2012-03-10 Thread Ciaran McCreesh
On Sat, 10 Mar 2012 14:06:49 +1300 Kent Fredric kentfred...@gmail.com wrote: HOMEPAGE         Package's homepage. If you are unable to locate an official one, try to provide a link to freshmeat.net or a similar package tracking site. Never refer to a variable name in the string; include

Re: [gentoo-dev] RFD: EAPI specification in ebuilds

2012-03-10 Thread Zac Medico
On 03/09/2012 11:20 AM, Ciaran McCreesh wrote: On Fri, 09 Mar 2012 11:49:44 -0500 Michael Orlitzky mich...@orlitzky.com wrote: isnt the whole point of the proposal to get eapi without sourcing ? so that we can use new bash features at local or global scope without risking that people with an

[gentoo-dev] newsitem: unmasking udev-181

2012-03-10 Thread William Hubbs
All, here is the udev 181 unmasking news item. If all goes well, this will be committed to the tree on 3/14 UTC. William Title: udev-181 unmasking Author: William Hubbs willi...@gentoo.org Content-Type: text/plain Posted: 2012-03-14 Revision: 1 News-Item-Format: 1.0 Display-If-Installed:

[gentoo-dev] Re: newsitem: unmasking udev-181

2012-03-10 Thread Rich Freeman
On Sat, Mar 10, 2012 at 9:27 PM, William Hubbs willi...@gentoo.org wrote: here is the udev 181 unmasking news item. If all goes well, this will be committed to the tree  on 3/14 UTC. I guess this might be OK for unstable, but before this goes stable we really need to improve the docs around

Re: [gentoo-dev] Re: newsitem: unmasking udev-181

2012-03-10 Thread Luca Barbato
On 3/10/12 6:53 PM, Rich Freeman wrote: neither the genkernel nor dracut docs have specific instructions about I guess we could pour more effort in getting dracut more easy to use and/or try to figure out which are the items that should be moved to / and fix the remaining ones... lu

Re: [gentoo-dev] Re: newsitem: unmasking udev-181

2012-03-10 Thread Dale
Rich Freeman wrote: On Sat, Mar 10, 2012 at 9:27 PM, William Hubbs willi...@gentoo.org wrote: here is the udev 181 unmasking news item. If all goes well, this will be committed to the tree on 3/14 UTC. I guess this might be OK for unstable, but before this goes stable we really need to

Re: [gentoo-dev] Re: newsitem: unmasking udev-181

2012-03-10 Thread Rich Freeman
On Sat, Mar 10, 2012 at 10:28 PM, Luca Barbato lu_z...@gentoo.org wrote: I guess we could pour more effort in getting dracut more easy to use and/or try to figure out which are the items that should be moved to / and fix the remaining ones... Well, I'm trying not to take sides in that war.

Re: [gentoo-dev] Re: newsitem: unmasking udev-181

2012-03-10 Thread Luca Barbato
On 3/10/12 7:50 PM, Rich Freeman wrote: Well, I'm trying not to take sides in that war. Unless we want to patch the living daylights out of upsteam it seems almost moot. It is not a matter about siding. If our boot process requires glib or dbus we are sore idiots if we aren't either of them

[gentoo-dev] Re: newsitem: unmasking udev-181

2012-03-10 Thread Duncan
Rich Freeman posted on Sat, 10 Mar 2012 21:53:25 -0500 as excerpted: On Sat, Mar 10, 2012 at 9:27 PM, William Hubbs willi...@gentoo.org wrote: here is the udev 181 unmasking news item. If all goes well, this will be committed to the tree  on 3/14 UTC. I guess this might be OK for

[gentoo-dev] Re: newsitem: unmasking udev-181

2012-03-10 Thread Ryan Hill
On Sat, 10 Mar 2012 20:27:06 -0600 William Hubbs willi...@gentoo.org wrote: An initramfs which does this is created by =sys-kernel/genkernel-3.4.25 or =sys-kernel/dracut-017-r1. If you do not want to use these tools, be sure any initramfs you create pre-mounts /usr. We should really have

[gentoo-portage-dev] [PATCH] portageq: add colormap helper

2012-03-10 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- bin/isolated-functions.sh |2 +- bin/portageq |8 pym/portage/output.py |6 ++ pym/portage/package/ebuild/doebuild.py |8 ++-- 4 files changed, 17

Re: [gentoo-portage-dev] [PATCH] portageq: add colormap helper

2012-03-10 Thread Alec Warner
On Sat, Mar 10, 2012 at 8:15 PM, Mike Frysinger vap...@gentoo.org wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org ---  bin/isolated-functions.sh              |    2 +-  bin/portageq                           |    8  pym/portage/output.py                  |    6 ++  

Re: [gentoo-portage-dev] [PATCH] portageq: add colormap helper

2012-03-10 Thread Mike Frysinger
On Sunday 11 March 2012 03:09:05 Alec Warner wrote: On Sat, Mar 10, 2012 at 8:15 PM, Mike Frysinger vap...@gentoo.org wrote: --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py -from portage.output import style_to_ansi_code +from portage.output