diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:48:54 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:48:54 +0000 |
commit | 309b05d70d0796ca43ea9b2523c8e35ab27e9ad1 (patch) | |
tree | 5bea067dbcf674090dca5f1879a36096e0554604 /media-sound/mup | |
parent | Change einfo statements into elog statements. (diff) | |
download | historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.gz historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.tar.bz2 historical-309b05d70d0796ca43ea9b2523c8e35ab27e9ad1.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/mup')
-rw-r--r-- | media-sound/mup/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/mup/mup-5.1.ebuild | 18 |
2 files changed, 14 insertions, 11 deletions
diff --git a/media-sound/mup/ChangeLog b/media-sound/mup/ChangeLog index 37dc33c2c68e..41299383a2bc 100644 --- a/media-sound/mup/ChangeLog +++ b/media-sound/mup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mup -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.23 2006/08/27 23:08:01 mr_bones_ Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.24 2007/01/05 17:40:08 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> mup-5.1.ebuild: + Convert to use elog. 27 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> -files/4.6-gcc.patch, -mup-4.6.ebuild: 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 } |