diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
commit | 9e89827719b24d23146c889881a7f2f2a62bbaf7 (patch) | |
tree | e5a51a14fa1644deeb47c357973588b37bd7c3b2 /games-strategy | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-9e89827719b24d23146c889881a7f2f2a62bbaf7.tar.gz gentoo-2-9e89827719b24d23146c889881a7f2f2a62bbaf7.tar.bz2 gentoo-2-9e89827719b24d23146c889881a7f2f2a62bbaf7.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/xbattle/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/xbattle/xbattle-5.4.1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-strategy/xbattle/ChangeLog b/games-strategy/xbattle/ChangeLog index a5ee35c624be..4a1d70b2b511 100644 --- a/games-strategy/xbattle/ChangeLog +++ b/games-strategy/xbattle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xbattle # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.8 2007/02/22 00:06:34 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.9 2007/03/12 18:17:53 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> xbattle-5.4.1.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild index 413613831557..872e4ed81e1c 100644 --- a/games-strategy/xbattle/xbattle-5.4.1.ebuild +++ b/games-strategy/xbattle/xbattle-5.4.1.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-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.9 2006/12/06 21:10:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.10 2007/03/12 18:17:53 genone Exp $ inherit games @@ -49,7 +49,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo 'You may be interested by these tutorials:' - einfo ' xbattle-tutorial1' - einfo ' xbattle-tutorial2' + elog 'You may be interested by these tutorials:' + elog ' xbattle-tutorial1' + elog ' xbattle-tutorial2' } |