[gentoo-portage-dev] [PATCH] BinpkgExtractorAsync: xz and gzip decompression (142579)

2015-01-16 Thread Zac Medico
This adds support for using a binary package's compression header to determine the compression type, providing forward-compatibility for xz and gzip decompression. The file name extension is disregared, so that it will be possible to use a compression-independent file naming scheme in the future

Re: [gentoo-portage-dev] [PATCH] BinpkgExtractorAsync: xz and gzip decompression (142579)

2015-01-16 Thread Brian Dolbec
On Fri, 16 Jan 2015 00:30:31 -0800 Zac Medico zmed...@gentoo.org wrote: This adds support for using a binary package's compression header to determine the compression type, providing forward-compatibility for xz and gzip decompression. The file name extension is disregared, so that it will be

[gentoo-portage-dev] [PATCH] BinpkgExtractorAsync: xz and gzip decompression (142579)

2015-01-15 Thread Zac Medico
This adds support for using a binary package's compression header to determine the compression type, providing forward-compatibility for xz and gzip decompression. The file name extension is disregared, so that it will be possible use a compression-independent file naming scheme in the future (see

Re: [gentoo-portage-dev] [PATCH] BinpkgExtractorAsync: xz and gzip decompression (142579)

2015-01-15 Thread Zac Medico
On 01/15/2015 07:00 PM, Brian Dolbec wrote: On Thu, 15 Jan 2015 17:27:23 -0800 Zac Medico zmed...@gentoo.org wrote: # Add -q to bzip2 opts, in order to avoid trailing garbage after # EOF ignored warning messages due to xpak trailer. +if comp == bzip2: +

Re: [gentoo-portage-dev] [PATCH] BinpkgExtractorAsync: xz and gzip decompression (142579)

2015-01-15 Thread Brian Dolbec
On Thu, 15 Jan 2015 20:53:02 -0800 Zac Medico zmed...@gentoo.org wrote: On 01/15/2015 07:00 PM, Brian Dolbec wrote: On Thu, 15 Jan 2015 17:27:23 -0800 Zac Medico zmed...@gentoo.org wrote: # Add -q to bzip2 opts, in order to avoid trailing garbage after # EOF ignored warning