First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 50925
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Fonts Team <fonts@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Eivind Tagseth <eivindt-gentoo@multinet.no>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pcf2bdf-1.04.ebuild pcf2bdf-1.04.ebuild text/plain Eivind Tagseth 2004-05-13 06:14 0000 517 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 50925 depends on: Show dependency tree
Show dependency graph
Bug 50925 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-05-13 06:01 0000
A small utility converting pcf fonts to bdf fonts.

------- Comment #1 From Eivind Tagseth 2004-05-13 06:14:14 0000 -------
Created an attachment (id=31333) [edit]
pcf2bdf-1.04.ebuild

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2004-05-15 10:54:05 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug