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
commit67fe3bddb8abdcb945cecaf522f92d22b55e9b85 (patch)
treeef87a9a7e9f5b246b51386f92e5e290e7260dee3 /games-action
parentReplacing einfo with elog (diff)
downloadgentoo-2-67fe3bddb8abdcb945cecaf522f92d22b55e9b85.tar.gz
gentoo-2-67fe3bddb8abdcb945cecaf522f92d22b55e9b85.tar.bz2
gentoo-2-67fe3bddb8abdcb945cecaf522f92d22b55e9b85.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/rrootage/ChangeLog7
-rw-r--r--games-action/rrootage/rrootage-0.23a.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/games-action/rrootage/ChangeLog b/games-action/rrootage/ChangeLog
index 653506135b7c..f53cee10f318 100644
--- a/games-action/rrootage/ChangeLog
+++ b/games-action/rrootage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/rrootage
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.7 2006/06/06 15:44:48 blubb Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.8 2007/03/12 13:21:44 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> rrootage-0.23a.ebuild:
+ Replacing einfo with elog
06 Jun 2006; Simon Stelling <blubb@gentoo.org> rrootage-0.23a.ebuild:
stable on amd64
diff --git a/games-action/rrootage/rrootage-0.23a.ebuild b/games-action/rrootage/rrootage-0.23a.ebuild
index 4e97337f7f76..c3589d76af45 100644
--- a/games-action/rrootage/rrootage-0.23a.ebuild
+++ b/games-action/rrootage/rrootage-0.23a.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/rrootage/rrootage-0.23a.ebuild,v 1.7 2006/06/06 15:44:48 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.8 2007/03/12 13:21:44 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
}