diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:01:06 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:01:06 +0000 |
commit | 4af4ba8d31d730a6d048597f9ea386b5d9f8dbe3 (patch) | |
tree | 1d05562bd751a676b4f636f4c42cc0ed54fd4550 /games-strategy/crimson | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-4af4ba8d31d730a6d048597f9ea386b5d9f8dbe3.tar.gz gentoo-2-4af4ba8d31d730a6d048597f9ea386b5d9f8dbe3.tar.bz2 gentoo-2-4af4ba8d31d730a6d048597f9ea386b5d9f8dbe3.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy/crimson')
-rw-r--r-- | games-strategy/crimson/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.5.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index 147b63fa6260..a576b684f913 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/crimson # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.24 2007/01/24 03:15:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.25 2007/03/12 18:01:06 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> crimson-0.5.1.ebuild: + Replacing einfo with elog *crimson-0.5.1 (24 Jan 2007) diff --git a/games-strategy/crimson/crimson-0.5.1.ebuild b/games-strategy/crimson/crimson-0.5.1.ebuild index 1b05ae117166..a9b8bc709e6f 100644 --- a/games-strategy/crimson/crimson-0.5.1.ebuild +++ b/games-strategy/crimson/crimson-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.1.ebuild,v 1.1 2007/01/24 03:15:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.1.ebuild,v 1.2 2007/03/12 18:01:06 genone Exp $ inherit eutils games @@ -49,7 +49,7 @@ pkg_postinst() { echo ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions." echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version with which you started" - einfo "those save-games." + elog "If you have older save files and you wish to continue those games," + elog "you'll need to remerge the version with which you started" + elog "those save-games." } |