summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:21:44 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:21:44 +0000
commitb0eb0d0e9e326d0c124d97bfcaea69f176908df0 (patch)
treee4cef3eaa8983212a75dd0e9069d934f1d2dc462 /games-action/noiz2sa
parentStable on sparc wrt #170310 (diff)
downloadhistorical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.tar.gz
historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.tar.bz2
historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'games-action/noiz2sa')
-rw-r--r--games-action/noiz2sa/ChangeLog7
-rw-r--r--games-action/noiz2sa/noiz2sa-0.51a.ebuild12
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
}