Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 495080 - Add 256-color USE for elinks-0.12_pre6
Summary: Add 256-color USE for elinks-0.12_pre6
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-23 03:16 UTC by Roger
Modified: 2013-12-23 03:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add USE 256-color enabling 256 Colors for ELinks (elinks-0.12_pre6.ebuild-Enable256Colors.patch,1.23 KB, patch)
2013-12-23 03:16 UTC, Roger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.