summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:29:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:29:00 +0000
commit0b591a19ccce49197089942fa280cd8a4534ba4a (patch)
tree665885511507d179f6027660ecc250a9b25b68f6 /app-i18n
parenteinfo converted to elog (diff)
downloadgentoo-2-0b591a19ccce49197089942fa280cd8a4534ba4a.tar.gz
gentoo-2-0b591a19ccce49197089942fa280cd8a4534ba4a.tar.bz2
gentoo-2-0b591a19ccce49197089942fa280cd8a4534ba4a.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-m17n/ChangeLog8
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild18
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.2.0.ebuild18
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.2.1.ebuild20
-rw-r--r--app-i18n/scim-m17n/scim-m17n-0.2.2.ebuild20
5 files changed, 44 insertions, 40 deletions
diff --git a/app-i18n/scim-m17n/ChangeLog b/app-i18n/scim-m17n/ChangeLog
index 66deea63e984..bd7ae3c97c18 100644
--- a/app-i18n/scim-m17n/ChangeLog
+++ b/app-i18n/scim-m17n/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/scim-m17n
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/ChangeLog,v 1.23 2006/12/02 07:51:10 matsuu Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/ChangeLog,v 1.24 2007/01/05 16:29:00 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> scim-m17n-0.1.3.ebuild,
+ scim-m17n-0.2.0.ebuild, scim-m17n-0.2.1.ebuild, scim-m17n-0.2.2.ebuild:
+ Convert to use elog.
*scim-m17n-0.2.2 (02 Dec 2006)
diff --git a/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild b/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild
index 13d46e53a7d3..a46423c568c9 100644
--- a/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild
+++ b/app-i18n/scim-m17n/scim-m17n-0.1.3.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-m17n/scim-m17n-0.1.3.ebuild,v 1.7 2005/04/21 18:59:44 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.1.3.ebuild,v 1.8 2007/01/05 16:29:00 flameeyes Exp $
DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
HOMEPAGE="http://freedesktop.org/~suzhe/"
@@ -26,11 +26,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-m17n/scim-m17n-0.2.0.ebuild b/app-i18n/scim-m17n/scim-m17n-0.2.0.ebuild
index 1122df796a27..7d875a96dfc3 100644
--- a/app-i18n/scim-m17n/scim-m17n-0.2.0.ebuild
+++ b/app-i18n/scim-m17n/scim-m17n-0.2.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-m17n/scim-m17n-0.2.0.ebuild,v 1.1 2006/02/10 22:54:12 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.2.0.ebuild,v 1.2 2007/01/05 16:29:00 flameeyes Exp $
DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
HOMEPAGE="http://www.scim-im.org/projects/imengines"
@@ -26,11 +26,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-m17n/scim-m17n-0.2.1.ebuild b/app-i18n/scim-m17n/scim-m17n-0.2.1.ebuild
index f021575615f1..2d400b86d1c2 100644
--- a/app-i18n/scim-m17n/scim-m17n-0.2.1.ebuild
+++ b/app-i18n/scim-m17n/scim-m17n-0.2.1.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-m17n/scim-m17n-0.2.1.ebuild,v 1.1 2006/10/19 00:00:11 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.2.1.ebuild,v 1.2 2007/01/05 16:29:00 flameeyes Exp $
DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
HOMEPAGE="http://www.scim-im.org/projects/imengines"
@@ -21,12 +21,12 @@ 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
+ 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
}
diff --git a/app-i18n/scim-m17n/scim-m17n-0.2.2.ebuild b/app-i18n/scim-m17n/scim-m17n-0.2.2.ebuild
index 27f5fe6ca6be..b1ea21a059e7 100644
--- a/app-i18n/scim-m17n/scim-m17n-0.2.2.ebuild
+++ b/app-i18n/scim-m17n/scim-m17n-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-m17n/scim-m17n-0.2.2.ebuild,v 1.1 2006/12/02 07:51:10 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.2.2.ebuild,v 1.2 2007/01/05 16:29:00 flameeyes Exp $
DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
HOMEPAGE="http://www.scim-im.org/projects/imengines"
@@ -21,12 +21,12 @@ 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
+ 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
}