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 | |
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')
-rw-r--r-- | media-fonts/cronyx-fonts/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r1.ebuild | 30 | ||||
-rw-r--r-- | media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild | 28 |
3 files changed, 34 insertions, 30 deletions
diff --git a/media-fonts/cronyx-fonts/ChangeLog b/media-fonts/cronyx-fonts/ChangeLog index 06ee4034bdcb..15324632952b 100644 --- a/media-fonts/cronyx-fonts/ChangeLog +++ b/media-fonts/cronyx-fonts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/cronyx-fonts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog,v 1.17 2007/03/18 12:05:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/ChangeLog,v 1.18 2007/03/19 14:43:42 genone Exp $ + + 19 Mar 2007; Marius Mauch <genone@gentoo.org> + cronyx-fonts-2.3.1-r1.ebuild, cronyx-fonts-2.3.1-r2.ebuild: + Replacing einfo with elog 18 Mar 2007; Simon Stelling <blubb@gentoo.org> cronyx-fonts-2.3.1-r2.ebuild: 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 } diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild index 11ca213388dc..864abb26a343 100644 --- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild +++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild @@ -1,6 +1,6 @@ # 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-r2.ebuild,v 1.9 2007/03/18 12:05:22 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/cronyx-fonts/cronyx-fonts-2.3.1-r2.ebuild,v 1.10 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" @@ -41,19 +41,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 } |