summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:26:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:26:40 +0000
commit2fb79044d7088419eb63870db05818bd2ff44f04 (patch)
treefbc7241824d0a57aa1e95610dfb89c13f054d19a /app-i18n/scim-canna
parentConvert to use elog. (diff)
downloadgentoo-2-2fb79044d7088419eb63870db05818bd2ff44f04.tar.gz
gentoo-2-2fb79044d7088419eb63870db05818bd2ff44f04.tar.bz2
gentoo-2-2fb79044d7088419eb63870db05818bd2ff44f04.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n/scim-canna')
-rw-r--r--app-i18n/scim-canna/ChangeLog8
-rw-r--r--app-i18n/scim-canna/scim-canna-1.0.0.ebuild22
2 files changed, 17 insertions, 13 deletions
diff --git a/app-i18n/scim-canna/ChangeLog b/app-i18n/scim-canna/ChangeLog
index 09701093437f..a817cfe0227a 100644
--- a/app-i18n/scim-canna/ChangeLog
+++ b/app-i18n/scim-canna/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim-canna
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.10 2006/11/23 22:05:41 dertobi123 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.11 2007/01/05 16:26:40 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ scim-canna-1.0.0.ebuild:
+ Convert to use elog.
23 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org>
scim-canna-1.0.0.ebuild:
diff --git a/app-i18n/scim-canna/scim-canna-1.0.0.ebuild b/app-i18n/scim-canna/scim-canna-1.0.0.ebuild
index 9364f8032630..a992e0b91b57 100644
--- a/app-i18n/scim-canna/scim-canna-1.0.0.ebuild
+++ b/app-i18n/scim-canna/scim-canna-1.0.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-i18n/scim-canna/scim-canna-1.0.0.ebuild,v 1.4 2006/11/23 22:05:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/scim-canna-1.0.0.ebuild,v 1.5 2007/01/05 16:26:40 flameeyes Exp $
DESCRIPTION="Japanese input method Canna IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMCanna"
@@ -21,13 +21,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use SCIM with both GTK2 and XIM, you should use the following"
- einfo "in your user startup scripts such as .gnomerc or .xinitrc:"
- einfo
- einfo "LANG='your_language' scim -d"
- einfo "export GTK_IM_MODULE=scim"
- einfo "export QT_IM_MODULE=scim"
- einfo "export XMODIFIERS=@im=SCIM"
- einfo
+ elog
+ elog "To use SCIM with both GTK2 and XIM, you should use the following"
+ elog "in your user startup scripts such as .gnomerc or .xinitrc:"
+ elog
+ elog "LANG='your_language' scim -d"
+ elog "export GTK_IM_MODULE=scim"
+ elog "export QT_IM_MODULE=scim"
+ elog "export XMODIFIERS=@im=SCIM"
+ elog
}