Re: [gentoo-portage-dev] handling config stuff in portage (for package compression, etc)

2005-11-07 Thread Jason Pepas
On Mon, Nov 07, 2005 at 12:11:55AM +0100, Marius Mauch wrote: > > For example, if Z="bzip2", a file would be sourced ("bzip2.sh"), which > > would contain the these settings: > > > > ZEXT="bz2" > > TZEXT="tbz2" > > ZCOMPRESS="bzip2" > > ZDECOMPRESS="bunzip2" > > ZFILTER="bzip2" > > ZUNFILTER="bunz

Re: [gentoo-portage-dev] handling config stuff in portage (for package compression, etc)

2005-11-06 Thread Marius Mauch
On Sat, 5 Nov 2005 20:58:57 -0600 Jason Pepas <[EMAIL PROTECTED]> wrote: > So, I have been going over how "class config" works in portage, but I > am still unsure of where to fit in the changes I would need. > > I suppose I'll lay out the structure of what I had in mind and ask > y'all for advice

[gentoo-portage-dev] handling config stuff in portage (for package compression, etc)

2005-11-05 Thread Jason Pepas
So, I have been going over how "class config" works in portage, but I am still unsure of where to fit in the changes I would need. I suppose I'll lay out the structure of what I had in mind and ask y'all for advice. Compression would be supported in a modular fashion. The following config option