Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50925 - New ebuild: pcf2bdf
Summary: New ebuild: pcf2bdf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 06:01 UTC by Eivind Tagseth
Modified: 2004-05-15 10:54 UTC (History)
0 users

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


Attachments
pcf2bdf-1.04.ebuild (pcf2bdf-1.04.ebuild,517 bytes, text/plain)
2004-05-13 06:14 UTC, Eivind Tagseth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eivind Tagseth 2004-05-13 06:01:26 UTC
A small utility converting pcf fonts to bdf fonts.
Comment 1 Eivind Tagseth 2004-05-13 06:14:14 UTC
Created attachment 31333 [details]
pcf2bdf-1.04.ebuild
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-05-15 10:54:05 UTC
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.