summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 02:53:01 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 02:53:01 +0000
commit178a6b372228d016ebe0ef98738c64c60820935b (patch)
tree8c94d31ef9a660f45832ead5a79ffbb394ec7a25 /app-editors/screem/screem-0.16.1.ebuild
parentReplacing einfo with eerror (diff)
downloadgentoo-2-178a6b372228d016ebe0ef98738c64c60820935b.tar.gz
gentoo-2-178a6b372228d016ebe0ef98738c64c60820935b.tar.bz2
gentoo-2-178a6b372228d016ebe0ef98738c64c60820935b.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-editors/screem/screem-0.16.1.ebuild')
-rw-r--r--app-editors/screem/screem-0.16.1.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/screem/screem-0.16.1.ebuild b/app-editors/screem/screem-0.16.1.ebuild
index 9a7e04a4e329..deff53dbd6ed 100644
--- a/app-editors/screem/screem-0.16.1.ebuild
+++ b/app-editors/screem/screem-0.16.1.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-editors/screem/screem-0.16.1.ebuild,v 1.3 2006/03/25 13:24:43 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/screem/screem-0.16.1.ebuild,v 1.4 2007/01/24 02:53:01 genone Exp $
inherit gnome2 autotools
@@ -72,11 +72,11 @@ src_unpack()
pkg_postinst() {
gnome2_pkg_postinst
- echo
- einfo "Run gconftool-2 --shutdown in order to be able to run screem."
- einfo "(As a normal user)"
- einfo "Otherwise, you will get an error about missing configuration"
- einfo "files."
- echo
+ elog
+ elog "Run gconftool-2 --shutdown in order to be able to run screem."
+ elog "(As a normal user)"
+ elog "Otherwise, you will get an error about missing configuration"
+ elog "files."
+ elog
}