diff options
author | 2007-01-28 06:13:23 +0000 | |
---|---|---|
committer | 2007-01-28 06:13:23 +0000 | |
commit | d10766b5a999fac246a442c6419aab8c0c2cd217 (patch) | |
tree | db60cdeadb79791026ed0eab22971882bf82c6ad /app-text/sword/sword-1.5.8.ebuild | |
parent | update (diff) | |
download | historical-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/sword/sword-1.5.8.ebuild')
-rw-r--r-- | app-text/sword/sword-1.5.8.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/sword/sword-1.5.8.ebuild b/app-text/sword/sword-1.5.8.ebuild index 740236ec6c7d..27356bdecaa0 100644 --- a/app-text/sword/sword-1.5.8.ebuild +++ b/app-text/sword/sword-1.5.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/sword/sword-1.5.8.ebuild,v 1.6 2005/11/20 02:59:10 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8.ebuild,v 1.7 2007/01/28 06:05:23 genone Exp $ DESCRIPTION="Library for Bible reading software." HOMEPAGE="http://www.crosswire.org/sword/" @@ -35,9 +35,9 @@ src_install() { pkg_postinst() { echo - einfo "Check out http://www.crosswire.org/sword/modules/" - einfo "to download modules that you would like to use with SWORD." - einfo "Follow module installation instructions found on" - einfo "the web or in /usr/share/doc/${PF}/INSTALL.gz." + elog "Check out http://www.crosswire.org/sword/modules/" + elog "to download modules that you would like to use with SWORD." + elog "Follow module installation instructions found on" + elog "the web or in /usr/share/doc/${PF}/INSTALL.gz." echo } |