summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:24:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:24:43 +0000
commit32b11ceecaf7b04fcd67413181ccd72e10952e95 (patch)
tree01c46bbeaf08c857d6404fb4ad52316493e357b8 /app-i18n/scim
parenteinfo converted to elog (diff)
downloadgentoo-2-32b11ceecaf7b04fcd67413181ccd72e10952e95.tar.gz
gentoo-2-32b11ceecaf7b04fcd67413181ccd72e10952e95.tar.bz2
gentoo-2-32b11ceecaf7b04fcd67413181ccd72e10952e95.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n/scim')
-rw-r--r--app-i18n/scim/ChangeLog8
-rw-r--r--app-i18n/scim/scim-1.4.4.ebuild50
-rw-r--r--app-i18n/scim/scim-1.4.5-r1.ebuild50
-rw-r--r--app-i18n/scim/scim-1.4.5.ebuild50
4 files changed, 81 insertions, 77 deletions
diff --git a/app-i18n/scim/ChangeLog b/app-i18n/scim/ChangeLog
index b385e4bf6bc9..079c36150b26 100644
--- a/app-i18n/scim/ChangeLog
+++ b/app-i18n/scim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.110 2006/12/23 19:15:02 dertobi123 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/ChangeLog,v 1.111 2007/01/05 16:24:43 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> scim-1.4.4.ebuild,
+ scim-1.4.5.ebuild, scim-1.4.5-r1.ebuild:
+ Convert to use elog.
23 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
scim-1.4.5-r1.ebuild:
diff --git a/app-i18n/scim/scim-1.4.4.ebuild b/app-i18n/scim/scim-1.4.4.ebuild
index c2a606c185f4..a4b7481d96cc 100644
--- a/app-i18n/scim/scim-1.4.4.ebuild
+++ b/app-i18n/scim/scim-1.4.4.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/scim-1.4.4.ebuild,v 1.11 2006/10/14 10:18:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.4.ebuild,v 1.12 2007/01/05 16:24:43 flameeyes Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -78,29 +78,29 @@ 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 "export GTK_IM_MODULE=\"scim\""
- einfo "export QT_IM_MODULE=\"scim\""
- einfo
- einfo "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
- einfo "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
- einfo
- einfo "If you prefer KDE/Qt interface, try emerge app-i18n/skim."
- einfo
- einfo "To use Chinese input methods:"
- einfo " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
- einfo "To use Korean input methods:"
- einfo " # emerge app-i18n/scim-hangul"
- einfo "To use Japanese input methods:"
- einfo " # emerge app-i18n/scim-uim"
- einfo "To use various input methods (more than 30 languages):"
- einfo " # emerge app-i18n/scim-m17n"
- 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 "export GTK_IM_MODULE=\"scim\""
+ elog "export QT_IM_MODULE=\"scim\""
+ elog
+ elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
+ elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
+ elog
+ elog "If you prefer KDE/Qt interface, try emerge app-i18n/skim."
+ elog
+ elog "To use Chinese input methods:"
+ elog " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
+ elog "To use Korean input methods:"
+ elog " # emerge app-i18n/scim-hangul"
+ elog "To use Japanese input methods:"
+ elog " # emerge app-i18n/scim-uim"
+ elog "To use various input methods (more than 30 languages):"
+ elog " # emerge app-i18n/scim-m17n"
+ elog
ewarn
ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules."
ewarn
diff --git a/app-i18n/scim/scim-1.4.5-r1.ebuild b/app-i18n/scim/scim-1.4.5-r1.ebuild
index 437b95679694..870270785de6 100644
--- a/app-i18n/scim/scim-1.4.5-r1.ebuild
+++ b/app-i18n/scim/scim-1.4.5-r1.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/scim-1.4.5-r1.ebuild,v 1.4 2006/12/23 19:15:02 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.5-r1.ebuild,v 1.5 2007/01/05 16:24:43 flameeyes Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -82,29 +82,29 @@ 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 "export GTK_IM_MODULE=\"scim\""
- einfo "export QT_IM_MODULE=\"scim\""
- einfo
- einfo "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
- einfo "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
- einfo
- einfo "If you prefer KDE/Qt interface, try emerge app-i18n/skim."
- einfo
- einfo "To use Chinese input methods:"
- einfo " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
- einfo "To use Korean input methods:"
- einfo " # emerge app-i18n/scim-hangul"
- einfo "To use Japanese input methods:"
- einfo " # emerge app-i18n/scim-anthy"
- einfo "To use various input methods (more than 30 languages):"
- einfo " # emerge app-i18n/scim-m17n"
- 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 "export GTK_IM_MODULE=\"scim\""
+ elog "export QT_IM_MODULE=\"scim\""
+ elog
+ elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
+ elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
+ elog
+ elog "If you prefer KDE/Qt interface, try emerge app-i18n/skim."
+ elog
+ elog "To use Chinese input methods:"
+ elog " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
+ elog "To use Korean input methods:"
+ elog " # emerge app-i18n/scim-hangul"
+ elog "To use Japanese input methods:"
+ elog " # emerge app-i18n/scim-anthy"
+ elog "To use various input methods (more than 30 languages):"
+ elog " # emerge app-i18n/scim-m17n"
+ elog
ewarn
ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules."
ewarn
diff --git a/app-i18n/scim/scim-1.4.5.ebuild b/app-i18n/scim/scim-1.4.5.ebuild
index a1e1ac6c4c44..d894003186ac 100644
--- a/app-i18n/scim/scim-1.4.5.ebuild
+++ b/app-i18n/scim/scim-1.4.5.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/scim-1.4.5.ebuild,v 1.7 2006/10/30 15:15:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.5.ebuild,v 1.8 2007/01/05 16:24:43 flameeyes Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -81,29 +81,29 @@ 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 "export GTK_IM_MODULE=\"scim\""
- einfo "export QT_IM_MODULE=\"scim\""
- einfo
- einfo "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
- einfo "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
- einfo
- einfo "If you prefer KDE/Qt interface, try emerge app-i18n/skim."
- einfo
- einfo "To use Chinese input methods:"
- einfo " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
- einfo "To use Korean input methods:"
- einfo " # emerge app-i18n/scim-hangul"
- einfo "To use Japanese input methods:"
- einfo " # emerge app-i18n/scim-anthy"
- einfo "To use various input methods (more than 30 languages):"
- einfo " # emerge app-i18n/scim-m17n"
- 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 "export GTK_IM_MODULE=\"scim\""
+ elog "export QT_IM_MODULE=\"scim\""
+ elog
+ elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
+ elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
+ elog
+ elog "If you prefer KDE/Qt interface, try emerge app-i18n/skim."
+ elog
+ elog "To use Chinese input methods:"
+ elog " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
+ elog "To use Korean input methods:"
+ elog " # emerge app-i18n/scim-hangul"
+ elog "To use Japanese input methods:"
+ elog " # emerge app-i18n/scim-anthy"
+ elog "To use various input methods (more than 30 languages):"
+ elog " # emerge app-i18n/scim-m17n"
+ elog
ewarn
ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules."
ewarn