diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:48:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:48:44 +0000 |
commit | 3cce3e53e54ce85c6fc6eb0f3bfe74384579d4b4 (patch) | |
tree | b2f03aea8dd075258ec0568b9f66dff266fe9d03 /app-text/gonzui | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-3cce3e53e54ce85c6fc6eb0f3bfe74384579d4b4.tar.gz gentoo-2-3cce3e53e54ce85c6fc6eb0f3bfe74384579d4b4.tar.bz2 gentoo-2-3cce3e53e54ce85c6fc6eb0f3bfe74384579d4b4.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text/gonzui')
-rw-r--r-- | app-text/gonzui/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/gonzui/gonzui-1.2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-text/gonzui/ChangeLog b/app-text/gonzui/ChangeLog index 17e152a77144..133ac595b5de 100644 --- a/app-text/gonzui/ChangeLog +++ b/app-text/gonzui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/gonzui -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.7 2006/12/22 09:16:26 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.8 2007/01/28 05:48:44 genone Exp $ + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> gonzui-1.2.ebuild: + Replacing einfo with elog 22 Dec 2006; Mike Frysinger <vapier@gentoo.org> +files/gonzui-1.2-parallel.patch, gonzui-1.2.ebuild: diff --git a/app-text/gonzui/gonzui-1.2.ebuild b/app-text/gonzui/gonzui-1.2.ebuild index 46c450fe2919..068b1c070c0d 100644 --- a/app-text/gonzui/gonzui-1.2.ebuild +++ b/app-text/gonzui/gonzui-1.2.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/app-text/gonzui/gonzui-1.2.ebuild,v 1.7 2006/12/22 09:16:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2.ebuild,v 1.8 2007/01/28 05:48:44 genone Exp $ inherit eutils ruby @@ -41,7 +41,7 @@ src_install() { } pkg_postinst() { - einfo "The database (gonzui.db) format has become incompatible with" - einfo "older versions." - einfo "Please restructure the database if you already have it." + elog "The database (gonzui.db) format has become incompatible with" + elog "older versions." + elog "Please restructure the database if you already have it." } |