diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:15:09 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:15:09 +0000 |
commit | 56b411c067798394eac6ee787bed006066a64815 (patch) | |
tree | 3b4f8d619f8596013571c4958d0e7adb52cd4e73 /games-action | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-56b411c067798394eac6ee787bed006066a64815.tar.gz gentoo-2-56b411c067798394eac6ee787bed006066a64815.tar.bz2 gentoo-2-56b411c067798394eac6ee787bed006066a64815.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/d1x/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/d1x/d1x-20040118.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/d1x/ChangeLog b/games-action/d1x/ChangeLog index 9742bbfe51af..67b343fbc962 100644 --- a/games-action/d1x/ChangeLog +++ b/games-action/d1x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/d1x # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.8 2007/03/07 16:00:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.9 2007/03/12 13:15:09 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> d1x-20040118.ebuild: + Replacing einfo with elog 07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> d1x-20040118.ebuild: Change all instances of [ to [[. diff --git a/games-action/d1x/d1x-20040118.ebuild b/games-action/d1x/d1x-20040118.ebuild index ffb432fb2253..9862766cd7a2 100644 --- a/games-action/d1x/d1x-20040118.ebuild +++ b/games-action/d1x/d1x-20040118.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-action/d1x/d1x-20040118.ebuild,v 1.8 2007/03/07 16:00:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/d1x-20040118.ebuild,v 1.9 2007/03/12 13:15:09 genone Exp $ inherit eutils games @@ -121,8 +121,8 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "You may want to install the additional map package, which contains" - einfo "popular third-party multiplayer maps." + elog "You may want to install the additional map package, which contains" + elog "popular third-party multiplayer maps." echo - einfo "To do so, run: emerge games-fps/descent1-maps" + elog "To do so, run: emerge games-fps/descent1-maps" } |