diff options
author | 2007-01-05 16:06:50 +0000 | |
---|---|---|
committer | 2007-01-05 16:06:50 +0000 | |
commit | 66cf9199e96259b9ca5a25b9303008e787e99365 (patch) | |
tree | 1af3cab5ebb4db1b1444125be967bd7bb4095c2d /app-dicts/kannadic | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-66cf9199e96259b9ca5a25b9303008e787e99365.tar.gz gentoo-2-66cf9199e96259b9ca5a25b9303008e787e99365.tar.bz2 gentoo-2-66cf9199e96259b9ca5a25b9303008e787e99365.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-dicts/kannadic')
-rw-r--r-- | app-dicts/kannadic/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/kannadic/kannadic-1.7.0.ebuild | 24 | ||||
-rw-r--r-- | app-dicts/kannadic/kannadic-2.0.3.ebuild | 24 |
3 files changed, 30 insertions, 26 deletions
diff --git a/app-dicts/kannadic/ChangeLog b/app-dicts/kannadic/ChangeLog index 236debb18bd7..43de3607eed1 100644 --- a/app-dicts/kannadic/ChangeLog +++ b/app-dicts/kannadic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/kannadic -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/ChangeLog,v 1.17 2006/10/21 13:57:43 carlo Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/ChangeLog,v 1.18 2007/01/05 16:06:50 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> kannadic-1.7.0.ebuild, + kannadic-2.0.3.ebuild: + Convert to use elog. 21 Oct 2006; Carsten Lohrke <carlo@gentoo.org> kannadic-1.7.0.ebuild, kannadic-2.0.3.ebuild: diff --git a/app-dicts/kannadic/kannadic-1.7.0.ebuild b/app-dicts/kannadic/kannadic-1.7.0.ebuild index 0b9f2af45bea..c1862bee9133 100644 --- a/app-dicts/kannadic/kannadic-1.7.0.ebuild +++ b/app-dicts/kannadic/kannadic-1.7.0.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-dicts/kannadic/kannadic-1.7.0.ebuild,v 1.11 2006/10/21 13:57:43 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-1.7.0.ebuild,v 1.12 2007/01/05 16:06:50 flameeyes Exp $ inherit kde @@ -19,14 +19,14 @@ RDEPEND="${DEPEND}" need-kde 3 pkg_postinst() { - einfo - einfo "Currently KannaDic doesn't create a dictionary for you," - einfo "so you need to create one manually." - einfo "e.g) If you are going to add user dictionary named \"personal\", run" - einfo - einfo "\t% mkdic user" - einfo - einfo "and add [1m:user \"personal\"[0m to (use-dictionary ...) in your ~/.canna" - einfo "You may need to restart canna server in order to use your dictionary." - einfo + elog + elog "Currently KannaDic doesn't create a dictionary for you," + elog "so you need to create one manually." + elog "e.g) If you are going to add user dictionary named \"personal\", run" + elog + elog "\t% mkdic user" + elog + elog "and add [1m:user \"personal\"[0m to (use-dictionary ...) in your ~/.canna" + elog "You may need to restart canna server in order to use your dictionary." + elog } diff --git a/app-dicts/kannadic/kannadic-2.0.3.ebuild b/app-dicts/kannadic/kannadic-2.0.3.ebuild index 51a964ea464b..11fc4c169e72 100644 --- a/app-dicts/kannadic/kannadic-2.0.3.ebuild +++ b/app-dicts/kannadic/kannadic-2.0.3.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-dicts/kannadic/kannadic-2.0.3.ebuild,v 1.8 2006/10/21 13:57:43 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kannadic/kannadic-2.0.3.ebuild,v 1.9 2007/01/05 16:06:50 flameeyes Exp $ inherit kde @@ -19,14 +19,14 @@ RDEPEND="${DEPEND}" need-kde 3 pkg_postinst() { - einfo - einfo "Currently KannaDic doesn't create a dictionary for you," - einfo "so you need to create one manually." - einfo "e.g) If you are going to add user dictionary named \"personal\", run" - einfo - einfo "\t% mkdic user" - einfo - einfo "and add [1m:user \"personal\"[0m to (use-dictionary ...) in your ~/.canna" - einfo "You may need to restart canna server in order to use your dictionary." - einfo + elog + elog "Currently KannaDic doesn't create a dictionary for you," + elog "so you need to create one manually." + elog "e.g) If you are going to add user dictionary named \"personal\", run" + elog + elog "\t% mkdic user" + elog + elog "and add [1m:user \"personal\"[0m to (use-dictionary ...) in your ~/.canna" + elog "You may need to restart canna server in order to use your dictionary." + elog } |