public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Hypothetical question
@ 2004-01-16  7:29 Drake Wyrm
  2004-01-16  7:50 ` Mike Frysinger
  2004-01-16  8:15 ` Torsten Veller
  0 siblings, 2 replies; 5+ messages in thread
From: Drake Wyrm @ 2004-01-16  7:29 UTC (permalink / raw
  To: gentoo-dev

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

Something mentioned in the thread about installers inspired the
additional following conversation fodder. What would be the "best" way
to individually tailor Portage settings for specific packages? Somebody
mentioned something about enabling USE="ssl" only for php, but leaving
it disabled for everything else. Would it be better to do this all in
one file, or in one file for each package so modified?

In the former case, it could be done with optional dependency strings in
the make.conf variables. e.g. USE="-ssl >=dev-php/php-1.2.3:+ssl" This
seems fairly simple to use, but would be a pain to implement (I think).

In the latter case, package.conf files in the PORTAGE_OVERLAY
might be an option. e.g. USE="-ssl" in make.conf; USE="ssl" in
$PORTAGE_OVERLAY/dev-php/php/package.conf. Somehow, I think we do not
need another config file to remember. This also seems like a bug-farm.

Any creative ideas?

-- 
Batou: Hey, Major... You ever hear of "human rights"?
Kusanagi: I understand the concept, but I've never seen it in action.
  --Ghost in the Shell

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

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

* Re: [gentoo-dev] Hypothetical question
  2004-01-16  7:29 [gentoo-dev] Hypothetical question Drake Wyrm
@ 2004-01-16  7:50 ` Mike Frysinger
  2004-01-16 15:57   ` Drake Wyrm
  2004-01-16  8:15 ` Torsten Veller
  1 sibling, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2004-01-16  7:50 UTC (permalink / raw
  To: gentoo-dev

On Friday 16 January 2004 02:29, Drake Wyrm wrote:
> Something mentioned in the thread about installers inspired the
> additional following conversation fodder. What would be the "best" way
> to individually tailor Portage settings for specific packages? Somebody
> mentioned something about enabling USE="ssl" only for php, but leaving
> it disabled for everything else. Would it be better to do this all in
> one file, or in one file for each package so modified?

it's already implemented and in at least portage-2.0.50_preX
see the portage(5) manpage about 'package..use'
-mike


--
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] Hypothetical question
  2004-01-16  7:29 [gentoo-dev] Hypothetical question Drake Wyrm
  2004-01-16  7:50 ` Mike Frysinger
@ 2004-01-16  8:15 ` Torsten Veller
  1 sibling, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2004-01-16  8:15 UTC (permalink / raw
  To: gentoo-dev

* Drake Wyrm <wyrm@haell.com>:
> Somebody mentioned something about enabling USE="ssl" only for php,
> but leaving it disabled for everything else. Would it be better to do
> this all in one file, or in one file for each package so modified?

If i understand you correctly, this is could be done with
/etc/portage/package.use (>=portage-2.0.50).
Insert '>=dev-php/php-1.2.3 ssl' in that file and -ssl in make.conf.

-- 
.:      Torsten      |      Life is difficult because it is non-linear.      :.

--
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] Hypothetical question
  2004-01-16  7:50 ` Mike Frysinger
@ 2004-01-16 15:57   ` Drake Wyrm
  2004-01-16 16:45     ` Marius Mauch
  0 siblings, 1 reply; 5+ messages in thread
From: Drake Wyrm @ 2004-01-16 15:57 UTC (permalink / raw
  To: gentoo-dev

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

On Fri, Jan 16, 2004 at 02:50:10AM -0500, in <200401160250.10414.vapier@gentoo.org>, Mike Frysinger <vapier@gentoo.org> wrote:
> it's already implemented and in at least portage-2.0.50_preX
> see the portage(5) manpage about 'package..use'
> -mike
Shoots down that conversation, doesn't it?

So, how about those Broncos? What sport do they play again?

Seriously, though, this is starting to become a recurring issue. I can't
even keep up with you guys, let alone *contribute*.

-- 
Batou: Hey, Major... You ever hear of "human rights"?
Kusanagi: I understand the concept, but I've never seen it in action.
  --Ghost in the Shell

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

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

* Re: [gentoo-dev] Hypothetical question
  2004-01-16 15:57   ` Drake Wyrm
@ 2004-01-16 16:45     ` Marius Mauch
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Mauch @ 2004-01-16 16:45 UTC (permalink / raw
  To: gentoo-dev

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

On 01/16/04  Drake Wyrm wrote:

> Seriously, though, this is starting to become a recurring issue. I
> can't even keep up with you guys, let alone *contribute*.

Well, there are still ~300-350 portage bugs / feature requests in
bugzilla to be fixed ;)

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.

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

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

end of thread, other threads:[~2004-01-16 16:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-16  7:29 [gentoo-dev] Hypothetical question Drake Wyrm
2004-01-16  7:50 ` Mike Frysinger
2004-01-16 15:57   ` Drake Wyrm
2004-01-16 16:45     ` Marius Mauch
2004-01-16  8:15 ` Torsten Veller

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