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

Bug 495080

Summary: Add 256-color USE for elinks-0.12_pre6
Product: Gentoo Linux Reporter: Roger <rogerx.oss>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add USE 256-color enabling 256 Colors for ELinks

Description Roger 2013-12-23 03:16:53 UTC
Created attachment 365950 [details, diff]
Add USE 256-color enabling 256 Colors for ELinks

The following attached EBuild patch adds 256-color USE feature for ELinks.

About the only thing the EBuild patch does is, use sed to search & replace a line within the features.conf file within the root build folder.  The augmented line, replace "CONFIG_256_COLORS=no" with "CONFIG_256_COLORS=yes".

Tested & works on amd64 with no apparent negligible effects, except the user may get a black & white terminal, requiring them to reset their configuration options to specify a color terminal.
Comment 1 Roger 2013-12-23 03:19:47 UTC
FYI: I added a blank line within the "! use ftp" check for increasing readability.  Also, some "${pn}" variables could also be capitalized, but didn't catch this until after generating the patch.
Comment 2 Roger 2013-12-23 03:43:55 UTC
Completely disregard this patch.

256-color, as well as fastmem is already integrated within the ebuild.