Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 269862

Summary: [PATCH] app-text/pinfo should support lzma or xz compressed info files
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: Current packagesAssignee: Jeroen Roovers (RETIRED) <jer>
Status: RESOLVED FIXED    
Severity: enhancement CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 339957    
Attachments: Patch against pinfo-0.6.9 to support lzma and xz compression

Description Martin Väth 2009-05-14 17:57:13 UTC
With PORTAGE_COMPRESS="lzma" the info-files will get compressed with lzma,
but although it is possible to view them with "info" it is not possible to
view these files currently with pinfo.
The same will happen with the successor format PORTAGE_COMPRESS="xz"
(this can currently be tested only with the patch from bug 269742).
It is almost trivial to patch pinfo such that both formats are supported.
Comment 1 Martin Väth 2009-05-14 17:58:26 UTC
Created attachment 191278 [details, diff]
Patch against pinfo-0.6.9 to support lzma and xz compression
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-10-06 16:37:11 UTC
Fixed in 0.6.9-r1 in June. :)