summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 18:24:09 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 18:24:09 +0000
commitb8249715025fa564a95763ec9ff1091f17d6c950 (patch)
tree0e15dd2b99af1bebf60fe6f1ba01eafbc831f343 /games-util/dzip
parentStable on Alpha, bug 170310. (diff)
downloadhistorical-b8249715025fa564a95763ec9ff1091f17d6c950.tar.gz
historical-b8249715025fa564a95763ec9ff1091f17d6c950.tar.bz2
historical-b8249715025fa564a95763ec9ff1091f17d6c950.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-util/dzip')
-rw-r--r--games-util/dzip/ChangeLog5
-rw-r--r--games-util/dzip/dzip-2.9-r1.ebuild8
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
}