summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:40:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:40:08 +0000
commitce476b333b93ca8ad72dbbbdff0941bebfa3a778 (patch)
tree944a00ac0e1211039203e17dd90a340dd1016da5 /media-sound/mup/mup-5.1.ebuild
parentConvert to use elog. (diff)
downloadgentoo-2-ce476b333b93ca8ad72dbbbdff0941bebfa3a778.tar.gz
gentoo-2-ce476b333b93ca8ad72dbbbdff0941bebfa3a778.tar.bz2
gentoo-2-ce476b333b93ca8ad72dbbbdff0941bebfa3a778.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/mup/mup-5.1.ebuild')
-rw-r--r--media-sound/mup/mup-5.1.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/media-sound/mup/mup-5.1.ebuild b/media-sound/mup/mup-5.1.ebuild
index 065fb12bfdb9..9120c0b7110f 100644
--- a/media-sound/mup/mup-5.1.ebuild
+++ b/media-sound/mup/mup-5.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/media-sound/mup/mup-5.1.ebuild,v 1.7 2006/07/27 14:47:45 deltacow Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.1.ebuild,v 1.8 2007/01/05 17:40:08 flameeyes Exp $
inherit eutils toolchain-funcs
@@ -74,15 +74,15 @@ src_install() {
pkg_postinst() {
if use svga ; then
- einfo "Please note that using mupdisp in SVGA mode on the console"
- einfo "requires that it can write to the console device. To allow"
- einfo "this, make mupdisp setuid to root, like this:"
- einfo
- einfo "\tchown root /usr/bin/mupdisp"
- einfo "\tchmod u+s /usr/bin/mupdisp"
+ elog "Please note that using mupdisp in SVGA mode on the console"
+ elog "requires that it can write to the console device. To allow"
+ elog "this, make mupdisp setuid to root, like this:"
+ elog
+ elog "\tchown root /usr/bin/mupdisp"
+ elog "\tchmod u+s /usr/bin/mupdisp"
fi
if use X || use svga ; then
echo
- einfo "If you want to use mupdisp, make sure you also install ghostscript."
+ elog "If you want to use mupdisp, make sure you also install ghostscript."
fi
}