Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Mon, 12 Mar 2007 13:24:24 +0000 (13:24 +0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 12 Mar 2007 13:24:24 +0000 (13:24 +0000)
Package-Manager: portage-2.1.2-r10

games-arcade/bub-n-bros/ChangeLog
games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild
games-arcade/ddrmat/ChangeLog
games-arcade/ddrmat/ddrmat-0.12.ebuild

index 528697606c81ee6e084d83486c4ae99658106df4..beab555465f7eadbb75f1af1e7fc5fa85508eba9 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/bub-n-bros
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.9 2007/02/08 20:51:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.10 2007/03/12 13:22:54 genone Exp $
+
+  12 Mar 2007; Marius Mauch <genone@gentoo.org> bub-n-bros-1.1.ebuild:
+  Replacing einfo with elog
 
   08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 262b22d852658a21ebab55b14e10249a5013704d..6af0d940a9c4137d4f477e33c4f7a0f7baccf1c3 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.10 2005/08/11 23:54:26 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.11 2007/03/12 13:22:54 genone Exp $
 
 inherit games
 
@@ -55,8 +55,8 @@ src_install() {
 pkg_postinst() {
        games_pkg_postinst
        echo
-       einfo "First you must start a server by running \`bubnbros-server\`."
-       einfo "Afterwards you can start the client by running \`bubnbros\`"
-       einfo "or \`bubnbros-x\`.  Note that the X version of the game"
-       einfo "doesn't support sound and music."
+       elog "First you must start a server by running \`bubnbros-server\`."
+       elog "Afterwards you can start the client by running \`bubnbros\`"
+       elog "or \`bubnbros-x\`.  Note that the X version of the game"
+       elog "doesn't support sound and music."
 }
index 5f3a8b1e5dcff29a42ddf65ba0b18858cebde300..db8e8a8fa199d9934650dd63bf6514aef2d1ee66 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/ddrmat
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ChangeLog,v 1.6 2006/06/13 10:15:08 uberlord Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ChangeLog,v 1.7 2007/03/12 13:24:24 genone Exp $
+
+  12 Mar 2007; Marius Mauch <genone@gentoo.org> ddrmat-0.12.ebuild:
+  Replacing einfo with elog
 
   13 Jun 2006; Roy Marples <uberlord@gentoo.org> ddrmat-0.12.ebuild:
   Use modules-update instead of update-modules
index 4b6d016967a2f6ec5e69256ad4737a75134b5928..a306802101af1d69d221bf0113708505a7a06334 100644 (file)
@@ -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-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.5 2006/06/13 10:15:08 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ddrmat/ddrmat-0.12.ebuild,v 1.6 2007/03/12 13:24:24 genone Exp $
 
 DESCRIPTION="Kernel module for parallel port Playstation joystick (i.e. DDR mats) adapters"
 HOMEPAGE="http://www.icculus.org/pyddr/"
@@ -26,7 +26,7 @@ src_install() {
 
 pkg_postinst() {
        [[ ${ROOT} == "/" ]] && /sbin/modules-update
-       einfo "You can insert the ddrmat module via \"modprobe ddrmat gc=0,7\" or"
-       einfo "you can add \"ddrmat\" to your \"/etc/modules.autoload\" to load it"
-       einfo "when the system is started."
+       elog "You can insert the ddrmat module via \"modprobe ddrmat gc=0,7\" or"
+       elog "you can add \"ddrmat\" to your \"/etc/modules.autoload\" to load it"
+       elog "when the system is started."
 }