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
commit5f72a0c7b89ac2f60ce325c2140a005dacded017 (patch)
tree0facc9c8d037a604af9760ba58046aaa77b1f0f7 /app-text/winefish
parentReplacing einfo with elog (diff)
downloadgentoo-2-5f72a0c7b89ac2f60ce325c2140a005dacded017.tar.gz
gentoo-2-5f72a0c7b89ac2f60ce325c2140a005dacded017.tar.bz2
gentoo-2-5f72a0c7b89ac2f60ce325c2140a005dacded017.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text/winefish')
-rw-r--r--app-text/winefish/ChangeLog7
-rw-r--r--app-text/winefish/winefish-1.3.3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/winefish/ChangeLog b/app-text/winefish/ChangeLog
index c0c3d5f40a89..01daf7dd88e9 100644
--- a/app-text/winefish/ChangeLog
+++ b/app-text/winefish/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/winefish
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.4 2006/09/01 00:42:21 dang Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/ChangeLog,v 1.5 2007/01/28 06:13:23 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> winefish-1.3.3.ebuild:
+ Replacing einfo with elog
01 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> winefish-1.3.3.ebuild:
Marked ~amd64 for bug #144907
diff --git a/app-text/winefish/winefish-1.3.3.ebuild b/app-text/winefish/winefish-1.3.3.ebuild
index 27e4a26fc067..3f0237fb8e25 100644
--- a/app-text/winefish/winefish-1.3.3.ebuild
+++ b/app-text/winefish/winefish-1.3.3.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/winefish/winefish-1.3.3.ebuild,v 1.4 2006/09/01 00:42:21 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/winefish/winefish-1.3.3.ebuild,v 1.5 2007/01/28 06:13:23 genone Exp $
inherit eutils fdo-mime
@@ -37,5 +37,5 @@ pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
- einfo "You need to emerge a TeX distribution to gain winfish's full capacity"
+ elog "You need to emerge a TeX distribution to gain winfish's full capacity"
}