summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 06:13:23 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 06:13:23 +0000
commitd10766b5a999fac246a442c6419aab8c0c2cd217 (patch)
treedb60cdeadb79791026ed0eab22971882bf82c6ad /app-text/gonzui
parentupdate (diff)
downloadhistorical-d10766b5a999fac246a442c6419aab8c0c2cd217.tar.gz
historical-d10766b5a999fac246a442c6419aab8c0c2cd217.tar.bz2
historical-d10766b5a999fac246a442c6419aab8c0c2cd217.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-text/gonzui')
-rw-r--r--app-text/gonzui/ChangeLog7
-rw-r--r--app-text/gonzui/gonzui-1.2.ebuild10
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."
}