diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:10:46 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:10:46 +0000 |
commit | 429b9a51e2d051cc030c58e6de218e3e117cff23 (patch) | |
tree | 04da59ba4792a8e9f83caef6c00c44241a651bc8 /app-office/abiword/abiword-2.4.6.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-429b9a51e2d051cc030c58e6de218e3e117cff23.tar.gz gentoo-2-429b9a51e2d051cc030c58e6de218e3e117cff23.tar.bz2 gentoo-2-429b9a51e2d051cc030c58e6de218e3e117cff23.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office/abiword/abiword-2.4.6.ebuild')
-rw-r--r-- | app-office/abiword/abiword-2.4.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/abiword/abiword-2.4.6.ebuild b/app-office/abiword/abiword-2.4.6.ebuild index 1fc26570977b..3d0cdd683746 100644 --- a/app-office/abiword/abiword-2.4.6.ebuild +++ b/app-office/abiword/abiword-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v 1.2 2007/01/04 00:33:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.6.ebuild,v 1.3 2007/01/25 05:10:46 genone Exp $ inherit alternatives eutils fdo-mime @@ -76,7 +76,7 @@ pkg_postinst() { alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" - einfo "As of version 2.4, all abiword plugins have been moved" - einfo "into a seperate abiword-plugins package" - einfo "You can install them by running emerge abiword-plugins" + elog "As of version 2.4, all abiword plugins have been moved" + elog "into a seperate abiword-plugins package" + elog "You can install them by running emerge abiword-plugins" } |