diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:21:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:21:44 +0000 |
commit | b0eb0d0e9e326d0c124d97bfcaea69f176908df0 (patch) | |
tree | e4cef3eaa8983212a75dd0e9069d934f1d2dc462 /games-action/abuse_sdl | |
parent | Stable on sparc wrt #170310 (diff) | |
download | historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.tar.gz historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.tar.bz2 historical-b0eb0d0e9e326d0c124d97bfcaea69f176908df0.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'games-action/abuse_sdl')
-rw-r--r-- | games-action/abuse_sdl/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-action/abuse_sdl/ChangeLog b/games-action/abuse_sdl/ChangeLog index 00e6acc52258..380c636aeb5b 100644 --- a/games-action/abuse_sdl/ChangeLog +++ b/games-action/abuse_sdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/abuse_sdl -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.11 2006/12/01 20:06:10 wolf31o2 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.12 2007/03/12 13:12:29 genone Exp $ + + 11 Mar 2007; Marius Mauch <genone@gentoo.org> abuse_sdl-0.7.0-r2.ebuild: + Replacing einfo with elog 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> abuse_sdl-0.7.0-r2.ebuild: diff --git a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild index 5285c2975e45..92ca2a3f50a4 100644 --- a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild +++ b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.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/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.11 2006/12/01 20:06:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.12 2007/03/12 13:12:29 genone Exp $ inherit eutils games @@ -58,6 +58,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "NOTE: If you had previous version of abuse installed" - einfo "you may need to remove ~/.abuse for the game to work correctly." + elog "NOTE: If you had previous version of abuse installed" + elog "you may need to remove ~/.abuse for the game to work correctly." } |