summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:14:10 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:14:10 +0000
commit1b2358e4648a32259feaee09c9352befe8b51261 (patch)
treef8763235ee5f6187326aa4e04a41fd044f3ca065 /app-i18n/canna/canna-3.7_p3.ebuild
parentConvert to use elog. (diff)
downloadgentoo-2-1b2358e4648a32259feaee09c9352befe8b51261.tar.gz
gentoo-2-1b2358e4648a32259feaee09c9352befe8b51261.tar.bz2
gentoo-2-1b2358e4648a32259feaee09c9352befe8b51261.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n/canna/canna-3.7_p3.ebuild')
-rw-r--r--app-i18n/canna/canna-3.7_p3.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/canna/canna-3.7_p3.ebuild b/app-i18n/canna/canna-3.7_p3.ebuild
index b8023b5f1d62..5627192d3f01 100644
--- a/app-i18n/canna/canna-3.7_p3.ebuild
+++ b/app-i18n/canna/canna-3.7_p3.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-i18n/canna/canna-3.7_p3.ebuild,v 1.1 2006/08/20 14:14:09 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild,v 1.2 2007/01/05 16:14:10 flameeyes Exp $
inherit cannadic eutils multilib
@@ -95,7 +95,7 @@ src_install() {
exeinto /etc/init.d ; newexe ${FILESDIR}/canna.initd canna || die
insinto /etc/conf.d ; newins ${FILESDIR}/canna.confd canna || die
- insinto /etc/ ; newins ${FILESDIR}/canna.hosts hosts.canna || die
+ insinto /etc/ ; newins ${FILESDIR}/canna.hosts hosts.canna || die
keepdir /var/log/canna/ || die
# for backward compatibility
@@ -112,10 +112,10 @@ src_install() {
pkg_postinst() {
update-cannadic-dir
- einfo
- einfo "Canna dictionary format has been changed."
- einfo "You should rebuild app-dict/canna-* after emerge."
- einfo
+ elog
+ elog "Canna dictionary format has been changed."
+ elog "You should rebuild app-dict/canna-* after emerge."
+ elog
}
pkg_prerm() {