diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:16:23 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:16:23 +0000 |
commit | ae89068c4c1a7755f847cb04218a85e264f5102d (patch) | |
tree | 32c1542fbaeb41a1be84537c223194c68d67c8c3 /games-action/descent3 | |
parent | Added a patch from Darren West <deefster@cheerful.com> to do a couple minor c... (diff) | |
download | gentoo-2-ae89068c4c1a7755f847cb04218a85e264f5102d.tar.gz gentoo-2-ae89068c4c1a7755f847cb04218a85e264f5102d.tar.bz2 gentoo-2-ae89068c4c1a7755f847cb04218a85e264f5102d.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action/descent3')
-rw-r--r-- | games-action/descent3/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 5f7a9a4c786a..936cf4d6fcfb 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/descent3 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.22 2006/10/24 22:41:03 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.23 2007/03/12 13:16:23 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> descent3-1.4.0b-r1.ebuild: + Replacing einfo with elog 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b-r1.ebuild: diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index 65f9a8a80e0f..d8576e97026c 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-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-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.10 2006/10/24 22:41:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.11 2007/03/12 13:16:23 genone Exp $ inherit eutils multilib games @@ -110,7 +110,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "To play the game run:" - einfo " descent3" + elog "To play the game run:" + elog " descent3" echo } |