diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:03:58 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:03:58 +0000 |
commit | fea8d0dd26d611e284399d22679699423a466488 (patch) | |
tree | a48198562eb45997b73d46f6740ef89c98d5a8d8 /games-mud | |
parent | x86 stable (diff) | |
download | gentoo-2-fea8d0dd26d611e284399d22679699423a466488.tar.gz gentoo-2-fea8d0dd26d611e284399d22679699423a466488.tar.bz2 gentoo-2-fea8d0dd26d611e284399d22679699423a466488.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/mmucl/ChangeLog | 5 | ||||
-rw-r--r-- | games-mud/mmucl/mmucl-1.5.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-mud/mmucl/ChangeLog b/games-mud/mmucl/ChangeLog index a91a695a5b19..bc7e750dc8c7 100644 --- a/games-mud/mmucl/ChangeLog +++ b/games-mud/mmucl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/mmucl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/ChangeLog,v 1.8 2007/02/08 21:09:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/ChangeLog,v 1.9 2007/03/12 17:03:58 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> mmucl-1.5.2-r1.ebuild: + Replacing einfo with elog 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-mud/mmucl/mmucl-1.5.2-r1.ebuild b/games-mud/mmucl/mmucl-1.5.2-r1.ebuild index 42932b45860b..3a51b9c8498e 100644 --- a/games-mud/mmucl/mmucl-1.5.2-r1.ebuild +++ b/games-mud/mmucl/mmucl-1.5.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2-r1.ebuild,v 1.3 2005/08/29 19:51:05 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mmucl/mmucl-1.5.2-r1.ebuild,v 1.4 2007/03/12 17:03:58 genone Exp $ inherit games @@ -54,5 +54,5 @@ src_install () { pkg_postinst() { games_pkg_postinst echo - einfo "The executable for this is mmucl2." + elog "The executable for this is mmucl2." } |