diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:20:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:20:37 +0000 |
commit | 1f4d9b4e3d627a6126622b40f9b7df95b5008a5c (patch) | |
tree | 9ea0e5dbc369e0b7bdb6268dc875bd63ed1dc36c /games-action | |
parent | Stable on sparc wrt #170310 (diff) | |
download | gentoo-2-1f4d9b4e3d627a6126622b40f9b7df95b5008a5c.tar.gz gentoo-2-1f4d9b4e3d627a6126622b40f9b7df95b5008a5c.tar.bz2 gentoo-2-1f4d9b4e3d627a6126622b40f9b7df95b5008a5c.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/noiz2sa/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/noiz2sa/noiz2sa-0.51a.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-action/noiz2sa/ChangeLog b/games-action/noiz2sa/ChangeLog index e6c64d8c9d3e..ad992534232a 100644 --- a/games-action/noiz2sa/ChangeLog +++ b/games-action/noiz2sa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/noiz2sa -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.6 2006/11/27 01:26:06 blubb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/ChangeLog,v 1.7 2007/03/12 13:20:37 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> noiz2sa-0.51a.ebuild: + Replacing einfo with elog 27 Nov 2006; <blubb@gentoo.org> noiz2sa-0.51a.ebuild: stable on amd64 diff --git a/games-action/noiz2sa/noiz2sa-0.51a.ebuild b/games-action/noiz2sa/noiz2sa-0.51a.ebuild index 7c1da9bfb10b..267c1c603f36 100644 --- a/games-action/noiz2sa/noiz2sa-0.51a.ebuild +++ b/games-action/noiz2sa/noiz2sa-0.51a.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/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.7 2006/11/27 01:26:06 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/noiz2sa/noiz2sa-0.51a.ebuild,v 1.8 2007/03/12 13:20:37 genone Exp $ inherit eutils games @@ -51,9 +51,9 @@ src_install(){ pkg_postinst() { games_pkg_postinst if ! built_with_use media-libs/sdl-mixer vorbis ; then - einfo "${PN} will not have sound since sdl-mixer" - einfo "is built with USE=-vorbis" - einfo "Please emerge sdl-mixer with USE=vorbis" - einfo "if you want sound support" + elog "${PN} will not have sound since sdl-mixer" + elog "is built with USE=-vorbis" + elog "Please emerge sdl-mixer with USE=vorbis" + elog "if you want sound support" fi } |