Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread Luis Francisco Araujo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 m h wrote: > Other than a text editor? > > I'd like to have a tool that can add USE flags on a per package or > global level. (I'm doing this in some build scripts and would prefer > just to have a tool, rather than sed or some other shell hackery).

Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread Marius Mauch
On Thu, 26 Oct 2006 12:08:36 -0600 "m h" <[EMAIL PROTECTED]> wrote: > Other than a text editor? > > I'd like to have a tool that can add USE flags on a per package or > global level. (I'm doing this in some build scripts and would prefer > just to have a tool, rather than sed or some other shell

Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread Francesco Riosa
Joshua Nichols ha scritto: > m h wrote: [...] Joshua please do not cross post /me run fast and far -- gentoo-dev@gentoo.org mailing list

Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread Joshua Nichols
m h wrote: > Other than a text editor? > > I'd like to have a tool that can add USE flags on a per package or > global level. (I'm doing this in some build scripts and would prefer > just to have a tool, rather than sed or some other shell hackery). > > I couldn't find anything via a quick search

Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread m h
Donnie- thanks for the suggestion (guess I need to look through app-portage before I post next time). I'll check out these tools (though they are written in perl. I was thinking about using python) -matt On 10/26/06, Donnie Berkholz <[EMAIL PROTECTED]> wrote: m h wrote: > Other than a tex

Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread Steve Dibb
m h wrote: use-config --add --component sys-devel/gcc --flag fortran (adds the fortran USE flag to package.use for gcc) A --remove would remove the fortran USE flag, and --unset would put "-fortran" instead. A --global would update make.conf instead of package.use. Add to make.conf: flagedit

Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread Steve Dibb
Donnie Berkholz wrote: m h wrote: Other than a text editor? I'd like to have a tool that can add USE flags on a per package or global level. (I'm doing this in some build scripts and would prefer just to have a tool, rather than sed or some other shell hackery). Probably enhancing uf

Re: [gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread Donnie Berkholz
m h wrote: > Other than a text editor? > > I'd like to have a tool that can add USE flags on a per package or > global level. (I'm doing this in some build scripts and would prefer > just to have a tool, rather than sed or some other shell hackery). Probably enhancing ufed or flagedit to enable

[gentoo-dev] Is there a tool to manage USE flags? (use-config?)

2006-10-26 Thread m h
Other than a text editor? I'd like to have a tool that can add USE flags on a per package or global level. (I'm doing this in some build scripts and would prefer just to have a tool, rather than sed or some other shell hackery). I couldn't find anything via a quick search on google. Here's my