diff options
Diffstat (limited to 'app-text/winefish')
-rw-r--r-- | app-text/winefish/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/winefish/winefish-1.3.3.ebuild | 6 |
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" } |