diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:18:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:18:32 +0000 |
commit | 56cea845c02299e73e1b5efe327413829529e358 (patch) | |
tree | 73ba2a887d0368af0e70c70a3af050ee157da733 /games-action/fakk2 | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-56cea845c02299e73e1b5efe327413829529e358.tar.gz gentoo-2-56cea845c02299e73e1b5efe327413829529e358.tar.bz2 gentoo-2-56cea845c02299e73e1b5efe327413829529e358.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action/fakk2')
-rw-r--r-- | games-action/fakk2/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog index 25c2983e2f40..79de1efcb709 100644 --- a/games-action/fakk2/ChangeLog +++ b/games-action/fakk2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/fakk2 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.15 2006/10/24 22:43:18 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.16 2007/03/12 13:18:32 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> fakk2-1.02.ebuild: + Replacing einfo with elog 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild: Moved cdrom_get_cds to src_unpack since binary packages don't require the diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index 739e5444ced4..287fad14965f 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.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/fakk2/fakk2-1.02.ebuild,v 1.14 2006/10/24 22:43:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.15 2007/03/12 13:18:32 genone Exp $ inherit eutils games @@ -65,6 +65,6 @@ pkg_postinst() { ewarn "service. One affects the game when running a server, the other when running as" ewarn "a client. For more information, see bug #82149." echo - einfo "To play the game run:" - einfo " fakk2" + elog "To play the game run:" + elog " fakk2" } |