diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:16:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:16:25 +0000 |
commit | cc936473b85e9da8d626157c0c96d453c1eb4ba7 (patch) | |
tree | 59b1cbe9fd0e452dfd221c9c41693c31bea75d4c /app-office/grisbi/grisbi-0.5.9.ebuild | |
parent | Replacing einfo with eerror (diff) | |
download | gentoo-2-cc936473b85e9da8d626157c0c96d453c1eb4ba7.tar.gz gentoo-2-cc936473b85e9da8d626157c0c96d453c1eb4ba7.tar.bz2 gentoo-2-cc936473b85e9da8d626157c0c96d453c1eb4ba7.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office/grisbi/grisbi-0.5.9.ebuild')
-rw-r--r-- | app-office/grisbi/grisbi-0.5.9.ebuild | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/app-office/grisbi/grisbi-0.5.9.ebuild b/app-office/grisbi/grisbi-0.5.9.ebuild index 7a141bfb4055..cd20d4b1553d 100644 --- a/app-office/grisbi/grisbi-0.5.9.ebuild +++ b/app-office/grisbi/grisbi-0.5.9.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/app-office/grisbi/grisbi-0.5.9.ebuild,v 1.3 2006/12/01 16:27:12 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.9.ebuild,v 1.4 2007/01/25 05:16:25 genone Exp $ inherit eutils @@ -25,13 +25,11 @@ RDEPEND="${DEPEND}" pkg_setup() { if ! use print; then - echo - einfo - einfo "NOTE: The USE variable 'print' is not in your USE flags." - einfo "For printing support in grisbi, you will need to restart" - einfo "the build with USE=\"print\"" - einfo - echo + elog + elog "NOTE: The USE variable 'print' is not in your USE flags." + elog "For printing support in grisbi, you will need to restart" + elog "the build with USE=\"print\"" + elog ebeep 5 fi } @@ -69,7 +67,7 @@ src_install() { pkg_postinst() { pkg_setup - einfo "The first thing you should do is set up the browser command in" - einfo "preferences after you start up grisbi. Otherwise you will not" - einfo "be able to see the help and manuals" + elog "The first thing you should do is set up the browser command in" + elog "preferences after you start up grisbi. Otherwise you will not" + elog "be able to see the help and manuals" } |