summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 15:47:55 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 15:47:55 +0000
commit516e0aec8327197da04913533b06df0e90ba95bf (patch)
treed1ea38a00a93482bd18f70714be7c269e67d5420 /games-fps
parentReplacing einfo with elog (diff)
downloadgentoo-2-516e0aec8327197da04913533b06df0e90ba95bf.tar.gz
gentoo-2-516e0aec8327197da04913533b06df0e90ba95bf.tar.bz2
gentoo-2-516e0aec8327197da04913533b06df0e90ba95bf.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/wolfgl/ChangeLog5
-rw-r--r--games-fps/wolfgl/wolfgl-0.93-r1.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/games-fps/wolfgl/ChangeLog b/games-fps/wolfgl/ChangeLog
index 5db6681aae2f..d71dbffdbc6c 100644
--- a/games-fps/wolfgl/ChangeLog
+++ b/games-fps/wolfgl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/wolfgl
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/wolfgl/ChangeLog,v 1.10 2007/02/22 01:02:01 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/wolfgl/ChangeLog,v 1.11 2007/03/12 15:47:55 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> wolfgl-0.93-r1.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild b/games-fps/wolfgl/wolfgl-0.93-r1.ebuild
index bc52fa01bb21..152ffd66601b 100644
--- a/games-fps/wolfgl/wolfgl-0.93-r1.ebuild
+++ b/games-fps/wolfgl/wolfgl-0.93-r1.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/wolfgl/wolfgl-0.93-r1.ebuild,v 1.9 2006/12/05 18:11:54 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/wolfgl/wolfgl-0.93-r1.ebuild,v 1.10 2007/03/12 15:47:55 genone Exp $
#ECVS_SERVER="wolfgl.cvs.sourceforge.net:/cvsroot/wolfgl"
#ECVS_MODULE="wolfgl"
@@ -51,8 +51,8 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
- einfo "This installed the shareware data files for"
- einfo "Wolfenstein 3D and Spear Of Destiny."
- einfo "If you wish to play the full versions just"
- einfo "copy the data files to ${GAMES_DATADIR}/${PN}/"
+ elog "This installed the shareware data files for"
+ elog "Wolfenstein 3D and Spear Of Destiny."
+ elog "If you wish to play the full versions just"
+ elog "copy the data files to ${GAMES_DATADIR}/${PN}/"
}