summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:39:38 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:39:38 +0000
commita5d2376786c4499c2e8119eaf1023bc9c2f9b1a9 (patch)
treed9f6fec66fb799b2f85fac44e4b656bc1283eb6e /app-text/clara
parentReplacing einfo with elog (diff)
downloadgentoo-2-a5d2376786c4499c2e8119eaf1023bc9c2f9b1a9.tar.gz
gentoo-2-a5d2376786c4499c2e8119eaf1023bc9c2f9b1a9.tar.bz2
gentoo-2-a5d2376786c4499c2e8119eaf1023bc9c2f9b1a9.zip
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-text/clara')
-rw-r--r--app-text/clara/ChangeLog7
-rw-r--r--app-text/clara/clara-20031214.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/app-text/clara/ChangeLog b/app-text/clara/ChangeLog
index 122b45fa6998..c880364ad5f3 100644
--- a/app-text/clara/ChangeLog
+++ b/app-text/clara/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/clara
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v 1.11 2006/09/16 16:57:40 spock Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/clara/ChangeLog,v 1.12 2007/01/28 05:39:38 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> clara-20031214.ebuild:
+ Replacing einfo with elog
16 Sep 2006; Michał Januszewski <spock@gentoo.org> clara-20031214.ebuild:
Don't install COPYING into /usr/share/doc.
diff --git a/app-text/clara/clara-20031214.ebuild b/app-text/clara/clara-20031214.ebuild
index 98b1c9156ac2..ca47f7675a40 100644
--- a/app-text/clara/clara-20031214.ebuild
+++ b/app-text/clara/clara-20031214.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/clara/clara-20031214.ebuild,v 1.13 2006/09/16 16:57:40 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/clara/clara-20031214.ebuild,v 1.14 2007/01/28 05:39:38 genone Exp $
DESCRIPTION="An OCR (Optical Character Recognition) program"
SRC_URI="http://www.geocities.com/claraocr/clara-20031214.tar.gz"
@@ -30,10 +30,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Please note that Clara OCR has to be trained to recognize text,"
- einfo "without a training session it simply won't work. Have a look at"
- einfo "the docs in /usr/share/doc/${P}/html/ to get more "
- einfo "info about the training procedure."
- einfo
+ elog
+ elog "Please note that Clara OCR has to be trained to recognize text,"
+ elog "without a training session it simply won't work. Have a look at"
+ elog "the docs in /usr/share/doc/${P}/html/ to get more "
+ elog "info about the training procedure."
+ elog
}