Attached is the ebuild for "Console Font Editor". Quote from the homepage: cfe is a console font editor which works well both on the console and the terminal. It includes such abilities as various glyph transforming, multi-level undo, and comparing glyphs of two fonts. cfe automatically supports loading of .psf and raw binary fonts. Other types of fonts can be opened using the proper options. I currently have this in app-misc/cfe, but I'm open to better suggestions.
Created attachment 30040 [details] Proposed ebuild for cfe-0.12
openldap-2.0 should have been removed a long time ago for security reasons, but it wasn't because 1.2 was still mostly considered as supported. We do NOT really support 1.2 anymore, that's why the profiles were removed quite a while ago, so I'd really really suggest upgrading your machine properly. given that you have a local copy of the old 1.2 profile, try to remove the mask on the sys-libs/db-4.[01]*. That should let you try the new OpenLDAP. I can't guarentee that it will work, but you can try.
Uhh ... That had *nothing* at all to do with my report, which is a new ebuild! I'm reopening ...
Oh, and you might want to add that comment and resolution to bug #48975 instead :-)
thanks for reopening. Added comments to right bug. Will assign once I find someone to work on this one.
Created attachment 30657 [details] New version of the ebuild Updated the ebuild to use RESTRICT="nostrip" when compiling with USE="debug". Much better than that other hack I did :-)
Hi, your ebuild looks fine, great help ;) However, I cannot reach SRC_URI and HOMEPAGE. You have any idea about it? Also, if you want to add debug IUSE flag, debug.eclass might help. (add "inherit debug" at the top of your ebuild and replace ${debug_conf} with `use_enable debug`)
scrap that debug comment, the debug eclass is not meant to be used like that. Adding nostrip is not the task of the ebuild in general.
Sorry for the delay. I removed debug from IUSE and added to CVS. Thanks for your submission.