diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-19 14:47:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-19 14:47:00 +0000 |
commit | 949f6ebef25e96451b62a9d9bd2de6ca1fbb6b83 (patch) | |
tree | 69049eefbc6f5e1945d9c4be7059d682336a91ed /media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild | |
parent | x86 stable (diff) | |
download | gentoo-2-949f6ebef25e96451b62a9d9bd2de6ca1fbb6b83.tar.gz gentoo-2-949f6ebef25e96451b62a9d9bd2de6ca1fbb6b83.tar.bz2 gentoo-2-949f6ebef25e96451b62a9d9bd2de6ca1fbb6b83.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild')
-rw-r--r-- | media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild index 210d8247a88b..1cbec392c88d 100644 --- a/media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild +++ b/media-fonts/mathematica-fonts/mathematica-fonts-5.2.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/mathematica-fonts/mathematica-fonts-5.2.ebuild,v 1.4 2007/03/18 12:10:06 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild,v 1.5 2007/03/19 14:47:00 genone Exp $ inherit font @@ -29,12 +29,12 @@ src_install() { pkg_postinst() { - einfo "To make Mozilla happy, you should change font.mathfont-family:" - einfo "1. Enter the URL about:config" - einfo "2. First, check to see if the pref exists" - einfo " If not, right-click and select New > String" - einfo " The name of the preference is font.mathfont-family" - einfo "3. You should set the value to (right-click to modify):" - einfo " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L" + elog "To make Mozilla happy, you should change font.mathfont-family:" + elog "1. Enter the URL about:config" + elog "2. First, check to see if the pref exists" + elog " If not, right-click and select New > String" + elog " The name of the preference is font.mathfont-family" + elog "3. You should set the value to (right-click to modify):" + elog " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L" } |