diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-19 14:43:42 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-19 14:43:42 +0000 |
commit | a15346e08213d3982b46b867b9809ed8cb2f8e3f (patch) | |
tree | 3c01badfbae58752bf2ce117fcbe44fda269c2f6 /media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-a15346e08213d3982b46b867b9809ed8cb2f8e3f.tar.gz gentoo-2-a15346e08213d3982b46b867b9809ed8cb2f8e3f.tar.bz2 gentoo-2-a15346e08213d3982b46b867b9809ed8cb2f8e3f.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild')
-rw-r--r-- | media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild index b2a7d46f139b..09ff342d617b 100644 --- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild +++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-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/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild,v 1.7 2006/03/23 20:51:29 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild,v 1.8 2007/03/19 14:43:42 genone Exp $ DESCRIPTION="Cronyx Cyrillic bitmap fonts for X" HOMEPAGE="http://koi8.pp.ru/frame.html?xwin.html#xwin_fonts" @@ -40,19 +40,19 @@ rebuild_fontfiles() { pkg_postinst() { if use X > /dev/null ; then rebuild_fontfiles - einfo "In order to make X see the fonts, you need to add the" - einfo "following lines to the files section of your " - einfo "/etc/X11/XF86Config (or the XOrg equivalent):" - einfo " FontPath \"${FONT_ROOT}/100dpi/:unscaled\"" - einfo " FontPath \"${FONT_ROOT}/misc/:unscaled\"" - einfo " FontPath \"${FONT_ROOT}/75dpi/:unscaled\"" - einfo "" - einfo "In order to make them accessible to your current X" - einfo "session, run:" - einfo " xset fp+ ${FONT_ROOT}/100dpi/:unscaled,\\" - einfo "${FONT_ROOT}/misc/:unscaled,\\" - einfo "${FONT_ROOT}/75dpi/:unscaled" - einfo " xset fp rehash" + elog "In order to make X see the fonts, you need to add the" + elog "following lines to the files section of your " + elog "/etc/X11/XF86Config (or the XOrg equivalent):" + elog " FontPath \"${FONT_ROOT}/100dpi/:unscaled\"" + elog " FontPath \"${FONT_ROOT}/misc/:unscaled\"" + elog " FontPath \"${FONT_ROOT}/75dpi/:unscaled\"" + elog "" + elog "In order to make them accessible to your current X" + elog "session, run:" + elog " xset fp+ ${FONT_ROOT}/100dpi/:unscaled,\\" + elog "${FONT_ROOT}/misc/:unscaled,\\" + elog "${FONT_ROOT}/75dpi/:unscaled" + elog " xset fp rehash" fi } |