diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:38:38 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-28 05:38:38 +0000 |
commit | def0269560e7d59aeacc97bdda086b8520a8ad56 (patch) | |
tree | 14c0cb55d855dca444793b44cab107a1c766464c /app-text | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-def0269560e7d59aeacc97bdda086b8520a8ad56.tar.gz gentoo-2-def0269560e7d59aeacc97bdda086b8520a8ad56.tar.bz2 gentoo-2-def0269560e7d59aeacc97bdda086b8520a8ad56.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/biblestudy/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/biblestudy/biblestudy-1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/biblestudy/ChangeLog b/app-text/biblestudy/ChangeLog index 6a6ddefd3998..342dbe2d6445 100644 --- a/app-text/biblestudy/ChangeLog +++ b/app-text/biblestudy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/biblestudy # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.8 2007/01/19 14:36:39 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.9 2007/01/28 05:38:38 genone Exp $ + + 28 Jan 2007; Marius Mauch <genone@gentoo.org> biblestudy-1.0.ebuild: + Replacing einfo with elog 19 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org> biblestudy-1.0.ebuild: diff --git a/app-text/biblestudy/biblestudy-1.0.ebuild b/app-text/biblestudy/biblestudy-1.0.ebuild index a9f2abe69dab..79a0e3b0b954 100644 --- a/app-text/biblestudy/biblestudy-1.0.ebuild +++ b/app-text/biblestudy/biblestudy-1.0.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-text/biblestudy/biblestudy-1.0.ebuild,v 1.8 2007/01/19 14:36:39 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.9 2007/01/28 05:38:38 genone Exp $ IUSE="unicode" DESCRIPTION="Bible study software based on the sword library" @@ -27,6 +27,6 @@ pkg_postinst() { ewarn fi - einfo "If you are looking for some texts to use with biblestudy," - einfo "then you can emerge app-text/sword-modules" + elog "If you are looking for some texts to use with biblestudy," + elog "then you can emerge app-text/sword-modules" } |