diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:11:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:11:25 +0000 |
commit | d07a87a8a06b3bfb85f985b15ccc895fc8f41da4 (patch) | |
tree | 3bb0bad91cf40ccf5d316ec6c03a2cd09b81cf7e /media-fonts/shinonome/shinonome-0.9.10.ebuild | |
parent | autoconf dep is 1.9; use gnome-common for m4 macros. (diff) | |
download | gentoo-2-d07a87a8a06b3bfb85f985b15ccc895fc8f41da4.tar.gz gentoo-2-d07a87a8a06b3bfb85f985b15ccc895fc8f41da4.tar.bz2 gentoo-2-d07a87a8a06b3bfb85f985b15ccc895fc8f41da4.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-fonts/shinonome/shinonome-0.9.10.ebuild')
-rw-r--r-- | media-fonts/shinonome/shinonome-0.9.10.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/media-fonts/shinonome/shinonome-0.9.10.ebuild b/media-fonts/shinonome/shinonome-0.9.10.ebuild index 532d7aead63b..fd9e200ff451 100644 --- a/media-fonts/shinonome/shinonome-0.9.10.ebuild +++ b/media-fonts/shinonome/shinonome-0.9.10.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/shinonome/shinonome-0.9.10.ebuild,v 1.9 2006/03/23 21:11:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/shinonome/shinonome-0.9.10.ebuild,v 1.10 2007/01/05 17:11:25 flameeyes Exp $ IUSE="" @@ -39,17 +39,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 "" } |