diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:23:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:23:00 +0000 |
commit | 0d8bf3c8ac490f454435b075619fb618d4be42a4 (patch) | |
tree | aa88e77c4a95b57e08090d8b3a889f006d0306ee /app-office/grisbi/grisbi-0.5.9.ebuild | |
parent | Replacing einfo with eerror (diff) | |
download | historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.tar.gz historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.tar.bz2 historical-0d8bf3c8ac490f454435b075619fb618d4be42a4.zip |
Replacing einfo with elog
Package-Manager: portage-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" } |