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 | 9de6719585680a6b289189c365ba2b2d2402c68e (patch) | |
tree | b0421b9efa2e0e4fd663cd7ff456694cbe1a9447 /games-strategy/xbattle | |
parent | Stable for HPPA (bug #169512). (diff) | |
download | historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.gz historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.bz2 historical-9de6719585680a6b289189c365ba2b2d2402c68e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-strategy/xbattle')
-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' } |