summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:22:54 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:22:54 +0000
commit792279d7338104f07e3cf8d6cafe8f5f414a00f4 (patch)
tree05b9fe5866b87f707202e9f1414ac6dfe5b5d5ad /games-arcade/bub-n-bros
parentKeyworded ~sparc (diff)
downloadgentoo-2-792279d7338104f07e3cf8d6cafe8f5f414a00f4.tar.gz
gentoo-2-792279d7338104f07e3cf8d6cafe8f5f414a00f4.tar.bz2
gentoo-2-792279d7338104f07e3cf8d6cafe8f5f414a00f4.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-arcade/bub-n-bros')
-rw-r--r--games-arcade/bub-n-bros/ChangeLog5
-rw-r--r--games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/games-arcade/bub-n-bros/ChangeLog b/games-arcade/bub-n-bros/ChangeLog
index 528697606c81..beab555465f7 100644
--- a/games-arcade/bub-n-bros/ChangeLog
+++ b/games-arcade/bub-n-bros/ChangeLog
@@ -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.
diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild
index 262b22d85265..6af0d940a9c4 100644
--- a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild
+++ b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild
@@ -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."
}