Re: [gentoo-user] Configuration options

2003-06-03 Thread Andrew Kirilenko
Hello!

On 20:49 Mon 02 Jun, Yusuf Nagree wrote:
 I've searched an been unable to come up with an answer - can anyone
 help?
 
 How can you set configure options on a per package basis
 
 ie. in the xsane package, I want to run:
 
 configure --disable-gimp --enable-gtk2
 
 I can alter the ebuild file but I would really like to be able to put
 these configuration options somewhere like make.conf etc.. so that they
 are always set  when updating the xsane package.
 
 
 Anyone know if this is possible?

1. Try to play with USE flags
2. Just copy ebuild to the local portage dir and edit it according your
needs.

Best regards,
Andrew.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Configuration options

2003-06-03 Thread Yusuf Nagree




Hi

1. Try to play with USE flags

Trouble with that is that it applies to all packages - for example, I want xsane build without gimp but all the other packages with gimp - really what I'm looking for is a package specific USE


2. Just copy ebuild to the local portage dir and edit it according your
needs.


 I'm trying to avoid because then I have to keep on eye on the 
ebuilds and make new ones as the maintainer releases them


Cheers, Yusuf

On Mon, 2003-06-02 at 20:58, Andrew Kirilenko wrote:

Hello!

On 20:49 Mon 02 Jun, Yusuf Nagree wrote:
 I've searched an been unable to come up with an answer - can anyone
 help?
 
 How can you set configure options on a per package basis
 
 ie. in the xsane package, I want to run:
 
 configure --disable-gimp --enable-gtk2
 
 I can alter the ebuild file but I would really like to be able to put
 these configuration options somewhere like make.conf etc.. so that they
 are always set  when updating the xsane package.
 
 
 Anyone know if this is possible?




Best regards,
Andrew.

--
[EMAIL PROTECTED] mailing list







Re: [gentoo-user] Configuration options

2003-06-03 Thread Norbert Kamenicky
Yusuf Nagree wrote:

Hi

/1. Try to play with USE flags/

Trouble with that is that it applies to all packages - for example, I 
want xsane build without gimp but all the other packages with gimp - 
really what I'm looking for is a package specific USE

/2. Just copy ebuild to the local portage dir and edit it according your
needs./
   

I'm trying to avoid because then I have to keep on eye on the 
ebuilds and make new ones as the maintainer releases them

Cheers, Yusuf
 

On Mon, 2003-06-02 at 20:58, Andrew Kirilenko wrote:

/Hello!

On 20:49 Mon 02 Jun, Yusuf Nagree wrote:
I've searched an been unable to come up with an answer - can anyone
help?
How can you set configure options on a per package basis

ie. in the xsane package, I want to run:

configure --disable-gimp --enable-gtk2

I can alter the ebuild file but I would really like to be able to put
these configuration options somewhere like make.conf etc.. so that they
are always set  when updating the xsane package.
Anyone know if this is possible?
/


/Best regards,
Andrew.
--
[EMAIL PROTECTED] mailing list
/

Hi Yusuf!

You can do it like this:

USE=list of use flags   emerge   ...

noro

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Configuration options

2003-06-02 Thread Yusuf Nagree




I've searched an been unable to come up with an answer - can anyone help?

How can you set configure options on a per package basis

ie. in the xsane package, I want to run:

configure --disable-gimp --enable-gtk2

I can alter the ebuild file but I would really like to be able to put these configuration options somewhere like make.conf etc.. so that they are always set when updating the xsane package.


Anyone know if this is possible?






Regards, Yusuf
-
From Yusuf Nagree
[EMAIL PROTECTED]