summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 02:56:17 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 02:56:17 +0000
commitd94246fde4c9b89c6e9052a992bd563efecf2dee (patch)
tree46e6e89858f981a4572bd1ed28f554874b8dc562 /app-editors/nvu/nvu-1.0-r2.ebuild
parentReplacing einfo with eerror (diff)
downloadhistorical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.gz
historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.bz2
historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-editors/nvu/nvu-1.0-r2.ebuild')
-rw-r--r--app-editors/nvu/nvu-1.0-r2.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/nvu/nvu-1.0-r2.ebuild b/app-editors/nvu/nvu-1.0-r2.ebuild
index 315721cb7107..0db1acf6fd67 100644
--- a/app-editors/nvu/nvu-1.0-r2.ebuild
+++ b/app-editors/nvu/nvu-1.0-r2.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/nvu/nvu-1.0-r2.ebuild,v 1.4 2006/10/23 22:02:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.5 2007/01/24 02:48:25 genone Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -79,10 +79,10 @@ src_install() {
}
pkg_postinst() {
- einfo "If you choose to setup the webbrowser feature to execute urls"
- einfo "under the HELP section please refer to"
- einfo "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
- einfo "Make sure you follow the instructions to the letter if you have"
- einfo "any problems email me at anarchy@gentoo.org I will be more then"
- einfo "happy to assist you. DO NOT file a bug report on this issue."
+ elog "If you choose to setup the webbrowser feature to execute urls"
+ elog "under the HELP section please refer to"
+ elog "http://www.nvu.com/Building_From_Source.php#tipsandhints ."
+ elog "Make sure you follow the instructions to the letter if you have"
+ elog "any problems email me at anarchy@gentoo.org I will be more then"
+ elog "happy to assist you. DO NOT file a bug report on this issue."
}