diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:37:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:37:58 +0000 |
commit | 99d01be293f0f1504e31dedea80955815f553eef (patch) | |
tree | aaca843e8b67c376a472552d6020032be807edff /media-sound/mplay | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-99d01be293f0f1504e31dedea80955815f553eef.tar.gz gentoo-2-99d01be293f0f1504e31dedea80955815f553eef.tar.bz2 gentoo-2-99d01be293f0f1504e31dedea80955815f553eef.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/mplay')
-rw-r--r-- | media-sound/mplay/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/mplay/mplay-0.68.ebuild | 8 | ||||
-rw-r--r-- | media-sound/mplay/mplay-0.80.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/media-sound/mplay/ChangeLog b/media-sound/mplay/ChangeLog index 5e2d21d1808d..6fe2a8c2c692 100644 --- a/media-sound/mplay/ChangeLog +++ b/media-sound/mplay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mplay -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mplay/ChangeLog,v 1.9 2006/02/13 14:49:58 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mplay/ChangeLog,v 1.10 2007/01/05 17:37:58 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> mplay-0.68.ebuild, + mplay-0.80.ebuild: + Convert to use elog. 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> mplay-0.68.ebuild, mplay-0.80.ebuild: diff --git a/media-sound/mplay/mplay-0.68.ebuild b/media-sound/mplay/mplay-0.68.ebuild index 2c804ca20ed6..1c00c9f07250 100644 --- a/media-sound/mplay/mplay-0.68.ebuild +++ b/media-sound/mplay/mplay-0.68.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.68.ebuild,v 1.7 2006/02/13 14:49:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mplay/mplay-0.68.ebuild,v 1.8 2007/01/05 17:37:58 flameeyes Exp $ IUSE="" @@ -72,6 +72,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." } 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." } |