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 | 167661c52f1672c450e08aff9b5d4242e866d342 (patch) | |
tree | d2bc866b30795835e410dd9a2de4b340af5e577d /media-fonts/mathematica-fonts | |
parent | x86 stable (diff) | |
download | historical-167661c52f1672c450e08aff9b5d4242e866d342.tar.gz historical-167661c52f1672c450e08aff9b5d4242e866d342.tar.bz2 historical-167661c52f1672c450e08aff9b5d4242e866d342.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'media-fonts/mathematica-fonts')
-rw-r--r-- | media-fonts/mathematica-fonts/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild | 18 | ||||
-rw-r--r-- | media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild | 16 |
3 files changed, 22 insertions, 18 deletions
diff --git a/media-fonts/mathematica-fonts/ChangeLog b/media-fonts/mathematica-fonts/ChangeLog index 64b587e614c7..08d79b9119de 100644 --- a/media-fonts/mathematica-fonts/ChangeLog +++ b/media-fonts/mathematica-fonts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/mathematica-fonts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.7 2007/03/18 12:10:06 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.8 2007/03/19 14:47:00 genone Exp $ + + 19 Mar 2007; Marius Mauch <genone@gentoo.org> + mathematica-fonts-4.2.ebuild, mathematica-fonts-5.2.ebuild: + Replacing einfo with elog 18 Mar 2007; Simon Stelling <blubb@gentoo.org> mathematica-fonts-5.2.ebuild: diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild index 3130fa6e2556..02623014698f 100644 --- a/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild +++ b/media-fonts/mathematica-fonts/mathematica-fonts-4.2.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/mathematica-fonts/mathematica-fonts-4.2.ebuild,v 1.5 2006/08/14 15:47:20 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild,v 1.6 2007/03/19 14:47:00 genone Exp $ inherit font @@ -52,11 +52,11 @@ 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" } 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" } |