diff options
Diffstat (limited to 'media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild')
-rw-r--r-- | media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild index ab9f7f376192..af81463e95ee 100644 --- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild +++ b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild,v 1.1 2006/01/11 20:56:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r1.ebuild,v 1.2 2007/01/05 17:06:11 flameeyes Exp $ IUSE="X" @@ -48,17 +48,17 @@ src_install() { } pkg_postinst(){ - einfo "You need you add following line into 'Section \"Files\"' in" - einfo "XF86Config and reboot X Window System, to use these fonts." - einfo "" - einfo "\t FontPath \"${FONTDIR}\"" - einfo "" + elog "You need you add following line into 'Section \"Files\"' in" + elog "XF86Config and reboot X Window System, to use these fonts." + elog "" + elog "\t FontPath \"${FONTDIR}\"" + elog "" } pkg_postrm(){ - einfo "You need you remove following line in 'Section \"Files\"' in" - einfo "XF86Config, to unmerge this package completely." - einfo "" - einfo "\t FontPath \"${FONTDIR}\"" - einfo "" + elog "You need you remove following line in 'Section \"Files\"' in" + elog "XF86Config, to unmerge this package completely." + elog "" + elog "\t FontPath \"${FONTDIR}\"" + elog "" } |