* [gentoo-user] Package flag description
@ 2006-06-17 17:48 Leandro Melo de Sales
2006-06-17 18:08 ` [gentoo-user] " Francesco Talamona
2006-06-17 18:49 ` [gentoo-user] " Brad Camroux
0 siblings, 2 replies; 4+ messages in thread
From: Leandro Melo de Sales @ 2006-06-17 17:48 UTC (permalink / raw
To: gentoo-user
Hi,
is there a place (URL) where can I find a description of a
particular package flag? For example, when I type:
# emerge -pv openldap
...
Calculating dependencies ...done!
[ebuild R ] net-nds/openldap-2.3.24-r1 +berkdb +crypt -debug
+gdbm -ipv6 -kerberos -minimal -odbc -overlays +perl +readline +samba
+sasl (-selinux) +slp +ssl +tcpd 0 kB
I'd like to know what the "minimal" flag include and its propose. I
know that I can control the flags in /etc/portage/package.use
Leandro.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-user] Re: Package flag description
2006-06-17 17:48 [gentoo-user] Package flag description Leandro Melo de Sales
@ 2006-06-17 18:08 ` Francesco Talamona
2006-06-17 18:38 ` Daniel Iliev
2006-06-17 18:49 ` [gentoo-user] " Brad Camroux
1 sibling, 1 reply; 4+ messages in thread
From: Francesco Talamona @ 2006-06-17 18:08 UTC (permalink / raw
To: gentoo-user
On Saturday 17 June 2006 19:48, Leandro Melo de Sales wrote:
> Hi,
>
> is there a place (URL) where can I find a description of a
> particular package flag? For example, when I type:
>
> # emerge -pv openldap
> ...
> Calculating dependencies ...done!
>
> [ebuild R ] net-nds/openldap-2.3.24-r1 +berkdb +crypt -debug
> +gdbm -ipv6 -kerberos -minimal -odbc -overlays +perl +readline +samba
> +sasl (-selinux) +slp +ssl +tcpd 0 kB
>
> I'd like to know what the "minimal" flag include and its propose. I
> know that I can control the flags in /etc/portage/package.use
>
> Leandro.
Two URIs:
/usr/portage/profiles/use.local.desc
/usr/portage/profiles/use.desc
Usually I prefer profuse (app-portage/profuse) of ufed
(app-portage/ufed).
Ciao
Francesco
--
Linux Version 2.6.16-gentoo-r10, Compiled #1 PREEMPT Sat Jun 17 07:19:21
CEST 2006
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2007.29 Bogomips Total
aemaeth
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Re: Package flag description
2006-06-17 18:08 ` [gentoo-user] " Francesco Talamona
@ 2006-06-17 18:38 ` Daniel Iliev
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Iliev @ 2006-06-17 18:38 UTC (permalink / raw
To: gentoo-user
On Sat, Юни 17, 2006 9:08 pm, Francesco Talamona wrote:
> On Saturday 17 June 2006 19:48, Leandro Melo de Sales wrote:
>> Hi,
>>
>> is there a place (URL) where can I find a description of a
>> particular package flag? For example, when I type:
>>
>> # emerge -pv openldap
>> ...
>> Calculating dependencies ...done!
>>
>> [ebuild R ] net-nds/openldap-2.3.24-r1 +berkdb +crypt -debug
>> +gdbm -ipv6 -kerberos -minimal -odbc -overlays +perl +readline +samba
>> +sasl (-selinux) +slp +ssl +tcpd 0 kB
>>
>> I'd like to know what the "minimal" flag include and its propose. I
>> know that I can control the flags in /etc/portage/package.use
>>
>> Leandro.
>
> Two URIs:
> /usr/portage/profiles/use.local.desc
> /usr/portage/profiles/use.desc
>
> Usually I prefer profuse (app-portage/profuse) of ufed
> (app-portage/ufed).
>
> Ciao
> Francesco
> --
> Linux Version 2.6.16-gentoo-r10, Compiled #1 PREEMPT Sat Jun 17 07:19:21
> CEST 2006
> One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2007.29 Bogomips Total
> aemaeth
> --
> gentoo-user@gentoo.org mailing list
>
>
My advise would be: Install app-portage/gentoolkit (if you haven't already done so).
This package contains the program "euse". Here is its output:
# euse -i minimal
global use flags (searching: minimal)
************************************************************
[- ] minimal - Install a very minimal build (disables, for example, plugins,
fonts, most drivers, non-critical features)
local use flags (searching: minimal)
************************************************************
no matching entries found
--
Best regards,
Daniel
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Package flag description
2006-06-17 17:48 [gentoo-user] Package flag description Leandro Melo de Sales
2006-06-17 18:08 ` [gentoo-user] " Francesco Talamona
@ 2006-06-17 18:49 ` Brad Camroux
1 sibling, 0 replies; 4+ messages in thread
From: Brad Camroux @ 2006-06-17 18:49 UTC (permalink / raw
To: gentoo-user
On Sat, Jun 17, 2006 at 02:48:59PM -0300, Leandro Melo de Sales wrote:
> Hi,
>
> is there a place (URL) where can I find a description of a
> particular package flag? For example, when I type:
>
> # emerge -pv openldap
> ...
> Calculating dependencies ...done!
>
> [ebuild R ] net-nds/openldap-2.3.24-r1 +berkdb +crypt -debug
> +gdbm -ipv6 -kerberos -minimal -odbc -overlays +perl +readline +samba
> +sasl (-selinux) +slp +ssl +tcpd 0 kB
>
> I'd like to know what the "minimal" flag include and its propose. I
> know that I can control the flags in /etc/portage/package.use
>
I find www.gentoo-portage.com to be a useful site for this stuff, too.
Just search for your package, select it, and the click on USE Flags to
get a description of the various flags. Not all of them are documented,
but most are.
HTH,
Brad
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-17 19:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-17 17:48 [gentoo-user] Package flag description Leandro Melo de Sales
2006-06-17 18:08 ` [gentoo-user] " Francesco Talamona
2006-06-17 18:38 ` Daniel Iliev
2006-06-17 18:49 ` [gentoo-user] " Brad Camroux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox