diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:15:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 00:15:44 +0000 |
commit | 4a2b1cfeaf01df2f3d722c25fe6798a6f03fbd5b (patch) | |
tree | 5bdc2cea70888725698a919445a0096658984acb /media-sound | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-4a2b1cfeaf01df2f3d722c25fe6798a6f03fbd5b.tar.gz gentoo-2-4a2b1cfeaf01df2f3d722c25fe6798a6f03fbd5b.tar.bz2 gentoo-2-4a2b1cfeaf01df2f3d722c25fe6798a6f03fbd5b.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpg123/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mpg123/mpg123-0.61.ebuild | 12 | ||||
-rw-r--r-- | media-sound/mpg123/mpg123-0.65.ebuild | 12 |
3 files changed, 17 insertions, 13 deletions
diff --git a/media-sound/mpg123/ChangeLog b/media-sound/mpg123/ChangeLog index e8f07d26bfd8..1717e977d3fc 100644 --- a/media-sound/mpg123/ChangeLog +++ b/media-sound/mpg123/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mpg123 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.115 2007/04/11 19:02:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.116 2007/05/01 00:15:44 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> mpg123-0.61.ebuild, + mpg123-0.65.ebuild: + Replacing einfo with elog 11 Apr 2007; Markus Rothe <corsair@gentoo.org> mpg123-0.65.ebuild: Stable on ppc64; bug #113414 diff --git a/media-sound/mpg123/mpg123-0.61.ebuild b/media-sound/mpg123/mpg123-0.61.ebuild index e7d4f5120fbf..1c3179377a55 100644 --- a/media-sound/mpg123/mpg123-0.61.ebuild +++ b/media-sound/mpg123/mpg123-0.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.61.ebuild,v 1.5 2007/04/09 10:43:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.61.ebuild,v 1.6 2007/05/01 00:15:44 genone Exp $ inherit eutils @@ -52,11 +52,11 @@ src_compile() { myconf="--with-cpu=mmx" fi - einfo "Compiling with ${audiodev} audio output." - einfo "If that is not what you want, then select exactly ONE" - einfo "of the following USE flags:" - einfo "alsa oss sdl esd nas jack portaudio" - einfo "and recompile ${PN}." + elog "Compiling with ${audiodev} audio output." + elog "If that is not what you want, then select exactly ONE" + elog "of the following USE flags:" + elog "alsa oss sdl esd nas jack portaudio" + elog "and recompile ${PN}." epause 5 econf \ diff --git a/media-sound/mpg123/mpg123-0.65.ebuild b/media-sound/mpg123/mpg123-0.65.ebuild index e348488cd4df..b3a5b384fb41 100644 --- a/media-sound/mpg123/mpg123-0.65.ebuild +++ b/media-sound/mpg123/mpg123-0.65.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.65.ebuild,v 1.8 2007/04/11 19:02:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.65.ebuild,v 1.9 2007/05/01 00:15:44 genone Exp $ inherit eutils @@ -52,11 +52,11 @@ src_compile() { myconf="--with-cpu=mmx" fi - einfo "Compiling with ${audiodev} audio output." - einfo "If that is not what you want, then select exactly ONE" - einfo "of the following USE flags:" - einfo "alsa oss sdl esd nas jack portaudio" - einfo "and recompile ${PN}." + elog "Compiling with ${audiodev} audio output." + elog "If that is not what you want, then select exactly ONE" + elog "of the following USE flags:" + elog "alsa oss sdl esd nas jack portaudio" + elog "and recompile ${PN}." epause 5 econf \ |