summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 20:58:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 20:58:10 +0000
commit09a4147a7f21b596da80389965963e8563eef4ef (patch)
treef14a30c58ef1d9c4507b3aee75bc5760661b814c /games-fps/enemy-territory
parent2.1.2_pre1-r4 revbump. This fixes bugs #147766 and #149208. (diff)
downloadgentoo-2-09a4147a7f21b596da80389965963e8563eef4ef.tar.gz
gentoo-2-09a4147a7f21b596da80389965963e8563eef4ef.tar.bz2
gentoo-2-09a4147a7f21b596da80389965963e8563eef4ef.zip
Change the instructions at the end of the ebuild from einfo to elog.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'games-fps/enemy-territory')
-rw-r--r--games-fps/enemy-territory/ChangeLog6
-rw-r--r--games-fps/enemy-territory/enemy-territory-2.60b.ebuild23
2 files changed, 17 insertions, 12 deletions
diff --git a/games-fps/enemy-territory/ChangeLog b/games-fps/enemy-territory/ChangeLog
index 4d02a9b23dd8..5da4c3dd8d18 100644
--- a/games-fps/enemy-territory/ChangeLog
+++ b/games-fps/enemy-territory/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/enemy-territory
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory/ChangeLog,v 1.37 2006/05/22 19:53:31 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory/ChangeLog,v 1.38 2006/09/27 20:58:10 wolf31o2 Exp $
+
+ 27 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ enemy-territory-2.60b.ebuild:
+ Change the instructions at the end of the ebuild from einfo to elog.
22 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
enemy-territory-2.60b.ebuild:
diff --git a/games-fps/enemy-territory/enemy-territory-2.60b.ebuild b/games-fps/enemy-territory/enemy-territory-2.60b.ebuild
index 9ca2f7e31e4a..5d322bf86fc6 100644
--- a/games-fps/enemy-territory/enemy-territory-2.60b.ebuild
+++ b/games-fps/enemy-territory/enemy-territory-2.60b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory/enemy-territory-2.60b.ebuild,v 1.4 2006/05/22 19:53:31 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory/enemy-territory-2.60b.ebuild,v 1.5 2006/09/27 20:58:10 wolf31o2 Exp $
inherit eutils games
@@ -79,25 +79,26 @@ pkg_postinst() {
ewarn "other when running as a client."
ewarn "For more information, see bug #82149."
echo
- einfo "To play the game run:"
- einfo " et"
+ elog "To play the game run:"
+ elog " et"
echo
if use dedicated; then
- einfo "To start a dedicated server run:"
- einfo " /etc/init.d/et-ded start"
+ elog "To start a dedicated server run:"
+ elog " /etc/init.d/et-ded start"
echo
- einfo "To run the dedicated server at boot, type:"
- einfo " rc-update add et-ded default"
+ elog "To run the dedicated server at boot, type:"
+ elog " rc-update add et-ded default"
echo
- einfo "The dedicated server is started under the ${GAMES_USER_DED} user account"
+ elog "The dedicated server is started under the ${GAMES_USER_DED} user account."
echo
ewarn "Store your configurations under ${dir}/etwolf-homedir or they"
ewarn "will be erased on the next upgrade."
- einfo "See bug #132795 for more info."
+ ewarn "See bug #132795 for more info."
+ echo
fi
if use amd64; then
- einfo "If you are running an amd64 system and using ALSA, you must have"
- einfo "ALSA 32-bit emulation enabled in your kernel for this to function properly."
+ elog "If you are running an amd64 system and using ALSA, you must have"
+ elog "ALSA 32-bit emulation enabled in your kernel for this to function properly."
echo
fi
}