A small utility converting pcf fonts to bdf fonts.
Created attachment 31333 [details] pcf2bdf-1.04.ebuild
Hi, your ebuild emerges and works fine. I made several modification to your ebuild and committed to CVS. * SRC_URI should be SRC_URI="http://www.tsg.ne.jp/GANA/S/pcf2bdf/${P}.tgz". pcf2bdf-${PV}.tgz is equal to ${P}.tgz but we prefer to write ${P} if possible. * LICENSE must exactly match one of /usr/portage/licenses (case sensitive). You need to write "as-is" instead of "AS-IS". * "emake -f Makefile.gcc CC=g++" is not recommended. Rather, you may want to inherit gcc and write "emake -f Makefile.gcc CC=$(gcc-getCXX)". Please refer to the manpage of gcc.eclass(`man gcc.eclass`) and /usr/portage/eclass/gcc.eclass (the code). * Since we follow FHS (File Hierarcy Standard) manpages should be installed under /usr/share/man rather than /usr/man. Feel free to ask any question. Thanks for the ebuild submission.