Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26938 - incorrect einfo of media-fonts/monafont
Summary: incorrect einfo of media-fonts/monafont
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mamoru KOMACHI (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-19 11:25 UTC by HAGIHARA Yoshiaki
Modified: 2003-08-20 02:36 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HAGIHARA Yoshiaki 2003-08-19 11:25:07 UTC
The ebuild of monafont suggests to set incorrect FontPath to XFree86Config.

This is a patch.

--- monafont-2.22.ebuild.org    2003-08-09 19:41:23.000000000 +0900
+++ monafont-2.22.ebuild        2003-08-20 03:23:42.000000000 +0900
@@ -34,7 +34,7 @@
        einfo "You need you add following line into 'Section \"Files\"' in"
        einfo "XF86Config and reboot X Window System, to use these fonts."
        einfo ""
-       einfo "\tFontPath \"${FONTDIR}/${PN}\""
+       einfo "\tFontPath \"${FONTDIR}\""
        einfo ""
 }

@@ -42,6 +42,6 @@
        einfo "You need you remove following line in 'Section \"Files\"' in"
        einfo "XF86Config, to unmerge this package completely."
        einfo ""
-       einfo "\t FontPath \"${FONTDIR}/${PN}\""
+       einfo "\t FontPath \"${FONTDIR}\""
        einfo ""
 }


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-08-19 13:42:20 UTC
You are right.  Unfortunately, Gentoo CVS server closes
all its connection at this moment.  I'll commit it as soon as it will 
open up CVS connection again.  Thanks for solving a bug!
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-08-20 02:36:40 UTC
in CVS.  Thanks.