summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:27:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:27:53 +0000
commit3688242745c7dc8c7154cfb75e1e4bcad95902c4 (patch)
treecd505c688fd41b0ee75d99c0ed5fa5e0485dd0e3 /app-i18n/scim-hangul
parentConvert to use elog. (diff)
downloadgentoo-2-3688242745c7dc8c7154cfb75e1e4bcad95902c4.tar.gz
gentoo-2-3688242745c7dc8c7154cfb75e1e4bcad95902c4.tar.bz2
gentoo-2-3688242745c7dc8c7154cfb75e1e4bcad95902c4.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n/scim-hangul')
-rw-r--r--app-i18n/scim-hangul/ChangeLog9
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild18
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild18
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.2.2.ebuild18
-rw-r--r--app-i18n/scim-hangul/scim-hangul-0.3.0.ebuild18
5 files changed, 43 insertions, 38 deletions
diff --git a/app-i18n/scim-hangul/ChangeLog b/app-i18n/scim-hangul/ChangeLog
index 5d76aa5e50b0..15f7fefe04e9 100644
--- a/app-i18n/scim-hangul/ChangeLog
+++ b/app-i18n/scim-hangul/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-hangul
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.14 2006/11/23 21:47:50 dertobi123 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.15 2007/01/05 16:27:53 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ scim-hangul-0.1.2.ebuild, scim-hangul-0.2.1.ebuild,
+ scim-hangul-0.2.2.ebuild, scim-hangul-0.3.0.ebuild:
+ Convert to use elog.
23 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org>
scim-hangul-0.2.2.ebuild:
diff --git a/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild b/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild
index 40f742180ca3..ae3845bd9fce 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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.1.2.ebuild,v 1.3 2005/01/01 14:39:05 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.1.2.ebuild,v 1.4 2007/01/05 16:27:53 flameeyes Exp $
inherit eutils
@@ -27,11 +27,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
}
diff --git a/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild b/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild
index 73fecc539423..dfc96bc820db 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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.2.1.ebuild,v 1.1 2005/11/06 13:14:55 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.2.1.ebuild,v 1.2 2007/01/05 16:27:53 flameeyes Exp $
inherit eutils
@@ -27,11 +27,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
}
diff --git a/app-i18n/scim-hangul/scim-hangul-0.2.2.ebuild b/app-i18n/scim-hangul/scim-hangul-0.2.2.ebuild
index f4ef1f5c0960..fa7697c1fb44 100644
--- a/app-i18n/scim-hangul/scim-hangul-0.2.2.ebuild
+++ b/app-i18n/scim-hangul/scim-hangul-0.2.2.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.2.2.ebuild,v 1.4 2006/11/23 21:47:50 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.2.2.ebuild,v 1.5 2007/01/05 16:27:53 flameeyes Exp $
inherit eutils
@@ -27,11 +27,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
}
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
}