public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-dev] Useflag selector
  2002-12-20  6:24 [gentoo-dev] Useflag selector John Nilsson
@ 2002-12-20  6:15 ` Rajiv Aaron Manglani
  2002-12-20 13:57   ` Cal Evans
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rajiv Aaron Manglani @ 2002-12-20  6:15 UTC (permalink / raw
  To: John Nilsson; +Cc: gentoo-dev

have you seen ufed ?

emerge ufed


>I'm planning to write an interface for selecting useflags and gccflags.
>Need some reference code to work with though.
>Where can I find the part of ebuild that checks what use-flags are
>enabled?

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-dev] Useflag selector
@ 2002-12-20  6:24 John Nilsson
  2002-12-20  6:15 ` Rajiv Aaron Manglani
  0 siblings, 1 reply; 7+ messages in thread
From: John Nilsson @ 2002-12-20  6:24 UTC (permalink / raw
  To: gentoo-dev


I'm planning to write an interface for selecting useflags and gccflags.
Need some reference code to work with though.
Where can I find the part of ebuild that checks what use-flags are
enabled?

/John

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [gentoo-dev] Useflag selector
  2002-12-20  6:15 ` Rajiv Aaron Manglani
@ 2002-12-20 13:57   ` Cal Evans
  2002-12-21  2:53     ` Peter Ruskin
  2002-12-20 14:32   ` John Nilsson
  2002-12-21 10:39   ` Christian Skarby
  2 siblings, 1 reply; 7+ messages in thread
From: Cal Evans @ 2002-12-20 13:57 UTC (permalink / raw
  To: Rajiv Aaron Manglani, John Nilsson; +Cc: gentoo-dev

oh that is TOO cool! Once again, we need some kind of service that lets
people know these are here.  Now if I could just get my USE flags  to
survive a portage update...

=C=

*
* Cal Evans
* The Virtual CIO
* http://www.calevans.com
*


-----Original Message-----
From: Rajiv Aaron Manglani [mailto:rajiv@gentoo.org]
Sent: Friday, December 20, 2002 12:15 AM
To: John Nilsson
Cc: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] Useflag selector


have you seen ufed ?

emerge ufed


>I'm planning to write an interface for selecting useflags and gccflags.
>Need some reference code to work with though.
>Where can I find the part of ebuild that checks what use-flags are
>enabled?

--
gentoo-dev@gentoo.org mailing list



--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Useflag selector
  2002-12-20  6:15 ` Rajiv Aaron Manglani
  2002-12-20 13:57   ` Cal Evans
@ 2002-12-20 14:32   ` John Nilsson
  2002-12-21 10:39   ` Christian Skarby
  2 siblings, 0 replies; 7+ messages in thread
From: John Nilsson @ 2002-12-20 14:32 UTC (permalink / raw
  To: gentoo-dev

Hmm that was what I had in mid =), still room for improvements though.

Thanx /John


On Fri, 2002-12-20 at 07:15, Rajiv Aaron Manglani wrote:
> have you seen ufed ?
> 
> emerge ufed
> 
> 
> >I'm planning to write an interface for selecting useflags and gccflags.
> >Need some reference code to work with though.
> >Where can I find the part of ebuild that checks what use-flags are
> >enabled?
> 
> --
> gentoo-dev@gentoo.org mailing list
> 


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Useflag selector
  2002-12-20 13:57   ` Cal Evans
@ 2002-12-21  2:53     ` Peter Ruskin
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Ruskin @ 2002-12-21  2:53 UTC (permalink / raw
  To: gentoo-dev

On Friday 20 Dec 2002 13:57, Cal Evans wrote:
> oh that is TOO cool! Once again, we need some kind of service that lets
> people know these are here.  Now if I could just get my USE flags  to
> survive a portage update...
>
The new kportage handles use flags well
-- 
Gentoo Linux release 1.4rc1 Unstable. KDE: 3.1.0 (RC5) Qt: 3.1.1
AMD Athlon(tm) XP 1900+ 512MB.	Kernel: 2.4.20-win4lin-r1-pnr.	GCC 3.2.1
Linux user #275590 (http://counter.li.org/). up 16 min.


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Useflag selector
  2002-12-20  6:15 ` Rajiv Aaron Manglani
  2002-12-20 13:57   ` Cal Evans
  2002-12-20 14:32   ` John Nilsson
@ 2002-12-21 10:39   ` Christian Skarby
  2002-12-21 13:54     ` Maik Schreiber
  2 siblings, 1 reply; 7+ messages in thread
From: Christian Skarby @ 2002-12-21 10:39 UTC (permalink / raw
  To: rajiv; +Cc: pzycrow, gentoo-dev

http://bugs.gentoo.org/show_bug.cgi?id=7484

I assume that portage somehow uses bash to get the variables, I know it is
(at least were in the first release) done with parsing in ufed. What is
the best and whats the right way I do not know at the moment. What is the
right (correct) way would actually be of interest :)

Christian

> have you seen ufed ?
>
> emerge ufed
>
>
>>I'm planning to write an interface for selecting useflags and gccflags.
>> Need some reference code to work with though.
>>Where can I find the part of ebuild that checks what use-flags are
>> enabled?
>
> --
> gentoo-dev@gentoo.org mailing list




--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-dev] Useflag selector
  2002-12-21 10:39   ` Christian Skarby
@ 2002-12-21 13:54     ` Maik Schreiber
  0 siblings, 0 replies; 7+ messages in thread
From: Maik Schreiber @ 2002-12-21 13:54 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

> I assume that portage somehow uses bash to get the variables, I know it is
> (at least were in the first release) done with parsing in ufed.

ufed is written in Perl, and it parses the USE line directly out of make.conf and associates.

-- 
Maik Schreiber, Gentoo Linux Developer
http://www.gentoo.org
mailto:blizzy@gentoo.org

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-12-21 13:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-20  6:24 [gentoo-dev] Useflag selector John Nilsson
2002-12-20  6:15 ` Rajiv Aaron Manglani
2002-12-20 13:57   ` Cal Evans
2002-12-21  2:53     ` Peter Ruskin
2002-12-20 14:32   ` John Nilsson
2002-12-21 10:39   ` Christian Skarby
2002-12-21 13:54     ` Maik Schreiber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox