summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 14:38:40 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 14:38:40 +0000
commitca20df2de31ff912b06a744bbffb06c38f598f5c (patch)
tree6a0926fca1614a9d4ca5fe8b2ead699d4dbe4d73 /games-fps/ezquake-bin
parentStable on sparc wrt #168034 (diff)
downloadgentoo-2-ca20df2de31ff912b06a744bbffb06c38f598f5c.tar.gz
gentoo-2-ca20df2de31ff912b06a744bbffb06c38f598f5c.tar.bz2
gentoo-2-ca20df2de31ff912b06a744bbffb06c38f598f5c.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps/ezquake-bin')
-rw-r--r--games-fps/ezquake-bin/ChangeLog7
-rw-r--r--games-fps/ezquake-bin/ezquake-bin-1517.ebuild18
2 files changed, 14 insertions, 11 deletions
diff --git a/games-fps/ezquake-bin/ChangeLog b/games-fps/ezquake-bin/ChangeLog
index c8a8e6e86929..341c9a7397b6 100644
--- a/games-fps/ezquake-bin/ChangeLog
+++ b/games-fps/ezquake-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/ezquake-bin
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v 1.4 2006/12/05 14:58:59 wolf31o2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ChangeLog,v 1.5 2007/03/12 14:38:40 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> ezquake-bin-1517.ebuild:
+ Replacing einfo with elog
05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
ezquake-bin-1517.ebuild:
diff --git a/games-fps/ezquake-bin/ezquake-bin-1517.ebuild b/games-fps/ezquake-bin/ezquake-bin-1517.ebuild
index 5a26acb44e97..ff5cd6a5201c 100644
--- a/games-fps/ezquake-bin/ezquake-bin-1517.ebuild
+++ b/games-fps/ezquake-bin/ezquake-bin-1517.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-fps/ezquake-bin/ezquake-bin-1517.ebuild,v 1.4 2006/12/05 14:58:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ezquake-bin/ezquake-bin-1517.ebuild,v 1.5 2007/03/12 14:38:40 genone Exp $
inherit games
@@ -48,11 +48,11 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- einfo "NOTE that this client doesnt include .pak files. You need to copy them from"
- einfo "your quake1 CD (see also: http://www.idsoftware.com/store/index.php?view=quake&page=2), "
- einfo "(note that quake1 shareware packs are free) and put them in"
- einfo " ${GAMES_PREFIX_OPT}/quake1/id1 (all names lowercase)"
- einfo "You may also want to check:"
- einfo "--> http://fuhquake.quakeworld.nu -- complete howto on commands and variables"
- einfo "--> http://equake.quakeworld.nu -- free package containing various files"
+ elog "NOTE that this client doesnt include .pak files. You need to copy them from"
+ elog "your quake1 CD (see also: http://www.idsoftware.com/store/index.php?view=quake&page=2), "
+ elog "(note that quake1 shareware packs are free) and put them in"
+ elog " ${GAMES_PREFIX_OPT}/quake1/id1 (all names lowercase)"
+ elog "You may also want to check:"
+ elog "--> http://fuhquake.quakeworld.nu -- complete howto on commands and variables"
+ elog "--> http://equake.quakeworld.nu -- free package containing various files"
}