Gentoo Archives: gentoo-dev

From: dams <dams@×××.fr>
To: Georgi Georgiev <chutz@×××.net>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] new use flag editor : profuse
Date: Wed, 08 Dec 2004 14:52:32
Message-Id: 41B714B8.1030606@idm.fr
In Reply to: Re: [gentoo-dev] new use flag editor : profuse by Georgi Georgiev
1 Georgi Georgiev wrote:
2 > maillog: 08/12/2004-03:41:03(+0100): dams types
3 >
4 >>Hello,
5 >>
6 >>I have coded profuse, a gtk2 use flag editor (and more), and I think
7 >>it's working great. If you could test it and give me your feedback,
8 >>comments, remarks, wanted features, etc...
9 >>
10 >>http://www.damz.net/profuse/
11 >
12 >
13 > A few notes, requests... whatever:
14 >
15 > - It removed the quotes from almost all lines in my make.conf. E.g,
16 > PORT_LOGDIR="/var/log/portage" became PORT_LOGDIR=/var/log/portage. I
17 > don't like it when it touches stuff besides my USE flags.
18
19 That's true, I'll correct libconf to not always simplify the quotes.
20
21 >
22 > - It removes stuff from my make.conf if it is redundand with the
23 > information from my profile. For example, if I have "alsa" in
24 > /etc/make.conf and I run profuse, it says that alsa is set in
25 > make.defaults and make.conf. I say OK, then run profuse again, and I
26 > get alsa specified in make.defaults only, because profuse removed it
27 > from make.conf. Could you implement an option that will at least give
28 > it a choice to not touch stuff that is already in my make.conf, unless
29 > I specifically request it? I mean, you do keep the data in the table
30 > anyway? Maybe if you made use flags with three states ("enabled",
31 > "disabled" and "unset") it would be trivial to write out to make.conf
32 > every flag that is not "unset". The table could then display either
33 > a "+", a "-" or nothing for each flag.
34
35 Both things are possible, what do you prefer? I think the second
36 solution would be more straightforward
37
38 >
39 > - "profuse --profile-dir=/usr/portage/profiles/default-linux/alpha/2004.3"
40 > fails because of the weirs syntax in that profile.
41 >
42
43 Is it weird and wrong or weird but correct (and I should try to support
44 it ) ?
45
46 Thanks for your comments
47
48 --
49 dams
50
51 --
52 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] new use flag editor : profuse Georgi Georgiev <chutz@×××.net>