Bug 48976 - cfe-0.12.ebuild (New Package)
Bug#: 48976 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: fonts@gentoo.org Reported By: gentoo-bugs@pekaje.homeip.net
Component: Ebuilds
URL: 
Summary: cfe-0.12.ebuild (New Package)
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2004-04-25 15:14 0000
Description:   Opened: 2004-04-25 15:14 0000
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.

------- Comment #1 From Peter Jensen 2004-04-25 15:15:42 0000 -------
Created an attachment (id=30040) [details]
Proposed ebuild for cfe-0.12

------- Comment #2 From Robin Johnson 2004-04-25 15:37:54 0000 -------
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.

------- Comment #3 From Peter Jensen 2004-04-25 16:31:15 0000 -------
Uhh ... That had *nothing* at all to do with my report, which is a new ebuild! 
I'm reopening ...

------- Comment #4 From Peter Jensen 2004-04-25 16:38:44 0000 -------
Oh, and you might want to add that comment and resolution to bug #48975 instead
:-)

------- Comment #5 From Daniel Black 2004-04-25 18:41:54 0000 -------
thanks for reopening. Added comments to right bug. Will assign once I find
someone to work on this one.

------- Comment #6 From Peter Jensen 2004-05-03 17:03:59 0000 -------
Created an attachment (id=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 :-)

------- Comment #7 From Mamoru KOMACHI (RETIRED) 2004-07-10 01:28:55 0000 -------
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`)

------- Comment #8 From foser (RETIRED) 2004-08-08 17:29:23 0000 -------
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.

------- Comment #9 From Mamoru KOMACHI (RETIRED) 2005-05-03 05:21:39 0000 -------
Sorry for the delay. I removed debug from IUSE and added to CVS.
Thanks for your submission.