summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:25:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:25:39 +0000
commit0bd00ebcca723ea7dee85b022e494da309e13b25 (patch)
tree69e8be683dc89128e42bd16817f3353254814e5d /app-i18n
parentConvert to use elog. (diff)
downloadgentoo-2-0bd00ebcca723ea7dee85b022e494da309e13b25.tar.gz
gentoo-2-0bd00ebcca723ea7dee85b022e494da309e13b25.tar.bz2
gentoo-2-0bd00ebcca723ea7dee85b022e494da309e13b25.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/scim-anthy/ChangeLog9
-rw-r--r--app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild22
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild22
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild22
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.2.1.ebuild22
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.2.2.ebuild22
6 files changed, 62 insertions, 57 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog
index 5db7997657c4..07d376079ab2 100644
--- a/app-i18n/scim-anthy/ChangeLog
+++ b/app-i18n/scim-anthy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/scim-anthy
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.38 2006/12/03 17:54:14 tove Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.39 2007/01/05 16:25:39 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ scim-anthy-0.7.1.ebuild, scim-anthy-1.0.0.ebuild, scim-anthy-1.2.0.ebuild,
+ scim-anthy-1.2.1.ebuild, scim-anthy-1.2.2.ebuild:
+ Convert to use elog.
*scim-anthy-1.2.2 (16 Nov 2006)
diff --git a/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild b/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild
index 656f7912248d..05e59a86971e 100644
--- a/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-0.7.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-anthy/scim-anthy-0.7.1.ebuild,v 1.7 2006/10/16 18:28:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild,v 1.8 2007/01/05 16:25:39 flameeyes Exp $
DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
@@ -25,13 +25,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "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
+ elog
+ elog "To use SCIM, you should use the following in your user startup scripts"
+ elog "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
}
diff --git a/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild
index 664cd3f93064..0e7776465910 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-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-anthy/scim-anthy-1.0.0.ebuild,v 1.3 2006/07/04 00:06:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.0.0.ebuild,v 1.4 2007/01/05 16:25:39 flameeyes Exp $
inherit libtool
@@ -44,13 +44,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "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
+ elog
+ elog "To use SCIM, you should use the following in your user startup scripts"
+ elog "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
}
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild
index 9e32b7cf168e..ef4f65598b77 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.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-anthy/scim-anthy-1.2.0.ebuild,v 1.1 2006/08/06 16:10:06 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.0.ebuild,v 1.2 2007/01/05 16:25:39 flameeyes Exp $
inherit libtool
@@ -44,13 +44,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "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
+ elog
+ elog "To use SCIM, you should use the following in your user startup scripts"
+ elog "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
}
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.1.ebuild
index d4e885418a2b..393c39544105 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.1.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.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-anthy/scim-anthy-1.2.1.ebuild,v 1.2 2006/10/30 15:55:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.1.ebuild,v 1.3 2007/01/05 16:25:39 flameeyes Exp $
inherit libtool
@@ -44,13 +44,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "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
+ elog
+ elog "To use SCIM, you should use the following in your user startup scripts"
+ elog "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
}
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.2.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.2.ebuild
index a6b9dbefe0d6..d0d70f6d1ae1 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.2.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.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-anthy/scim-anthy-1.2.2.ebuild,v 1.1 2006/11/16 17:09:03 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.2.ebuild,v 1.2 2007/01/05 16:25:39 flameeyes Exp $
inherit libtool
@@ -45,13 +45,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "To use SCIM, you should use the following in your user startup scripts"
- einfo "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
+ elog
+ elog "To use SCIM, you should use the following in your user startup scripts"
+ elog "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
}