diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:21:27 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:21:27 +0000 |
commit | d86b428190ca58211aed61650e58638fafe431ac (patch) | |
tree | 5091120301c74e5297bdfbf8f5875e0bc2772ef9 /games-util/dzip | |
parent | Stable on Alpha, bug 170310. (diff) | |
download | gentoo-2-d86b428190ca58211aed61650e58638fafe431ac.tar.gz gentoo-2-d86b428190ca58211aed61650e58638fafe431ac.tar.bz2 gentoo-2-d86b428190ca58211aed61650e58638fafe431ac.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-util/dzip')
-rw-r--r-- | games-util/dzip/ChangeLog | 5 | ||||
-rw-r--r-- | games-util/dzip/dzip-2.9-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-util/dzip/ChangeLog b/games-util/dzip/ChangeLog index 3b2af81ed9cc..a7b80d011852 100644 --- a/games-util/dzip/ChangeLog +++ b/games-util/dzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/dzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.7 2007/02/08 22:28:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/ChangeLog,v 1.8 2007/03/12 18:21:27 genone Exp $ + + 12 Mar 2007; Marius Mauch <genone@gentoo.org> dzip-2.9-r1.ebuild: + Replacing einfo with elog 08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/games-util/dzip/dzip-2.9-r1.ebuild b/games-util/dzip/dzip-2.9-r1.ebuild index 9162ea84cb9e..b6f1a815b82a 100644 --- a/games-util/dzip/dzip-2.9-r1.ebuild +++ b/games-util/dzip/dzip-2.9-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-util/dzip/dzip-2.9-r1.ebuild,v 1.2 2005/08/23 20:37:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r1.ebuild,v 1.3 2007/03/12 18:21:27 genone Exp $ inherit eutils games @@ -37,7 +37,7 @@ src_install () { pkg_postinst() { games_pkg_postinst echo - einfo "Demo files can be found at http://planetquake.com/sda/" - einfo "and http://planetquake.com/qdq/" + elog "Demo files can be found at http://planetquake.com/sda/" + elog "and http://planetquake.com/qdq/" echo } |