diff options
Diffstat (limited to 'app-i18n/scim-hangul/scim-hangul-0.3.0.ebuild')
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.3.0.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-i18n/scim-hangul/scim-hangul-0.3.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.3.0.ebuild index 523a09273e12..856a6b5eabf9 100644 --- a/app-i18n/scim-hangul/scim-hangul-0.3.0.ebuild +++ b/app-i18n/scim-hangul/scim-hangul-0.3.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-hangul/scim-hangul-0.3.0.ebuild,v 1.1 2006/11/04 06:16:51 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.0.ebuild,v 1.2 2007/01/05 16:27:53 flameeyes Exp $ DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" HOMEPAGE="http://www.scim-im.org/" @@ -33,11 +33,11 @@ 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 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 XMODIFIERS=@im=SCIM" + elog } |