Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26938

Summary: incorrect einfo of media-fonts/monafont
Product: Gentoo Linux Reporter: HAGIHARA Yoshiaki <hagi>
Component: New packagesAssignee: Mamoru KOMACHI (RETIRED) <usata>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.