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/mplay/mplay-0.80.ebuild | |
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/mplay/mplay-0.80.ebuild')
-rw-r--r-- | media-sound/mplay/mplay-0.80.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/mplay/mplay-0.80.ebuild b/media-sound/mplay/mplay-0.80.ebuild index bb20281b634b..36e61df606ea 100644 --- a/media-sound/mplay/mplay-0.80.ebuild +++ b/media-sound/mplay/mplay-0.80.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/mplay/mplay-0.80.ebuild,v 1.4 2006/02/13 14:49:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mplay/mplay-0.80.ebuild,v 1.5 2007/01/05 17:37:58 flameeyes Exp $ DESCRIPTION="A Curses front-end for mplayer" @@ -41,6 +41,6 @@ src_install() { } pkg_postinst() { - einfo "Please note, gnome terminal does not like this program" - einfo "too much. xterm,kterm, and konsole can use it ok." + elog "Please note, gnome terminal does not like this program" + elog "too much. xterm,kterm, and konsole can use it ok." } |