summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:22:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 16:22:36 +0000
commit99062e6f27c6c1269a023ba4dc638754fc0517d7 (patch)
treeb3f94aa3b60dc895373e7783d46a2dddc1199204 /app-i18n
parenteinfo converted to elog (diff)
downloadgentoo-2-99062e6f27c6c1269a023ba4dc638754fc0517d7.tar.gz
gentoo-2-99062e6f27c6c1269a023ba4dc638754fc0517d7.tar.bz2
gentoo-2-99062e6f27c6c1269a023ba4dc638754fc0517d7.zip
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/qimhangul/ChangeLog8
-rw-r--r--app-i18n/qimhangul/qimhangul-0.0.2.ebuild18
-rw-r--r--app-i18n/qimhangul/qimhangul-0.0.3.ebuild18
3 files changed, 24 insertions, 20 deletions
diff --git a/app-i18n/qimhangul/ChangeLog b/app-i18n/qimhangul/ChangeLog
index 45b037f3d4fe..70f41a340a64 100644
--- a/app-i18n/qimhangul/ChangeLog
+++ b/app-i18n/qimhangul/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/qimhangul
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.5 2005/12/04 03:40:31 usata Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.6 2007/01/05 16:22:36 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> qimhangul-0.0.2.ebuild,
+ qimhangul-0.0.3.ebuild:
+ Convert to use elog.
*qimhangul-0.0.3 (04 Dec 2005)
diff --git a/app-i18n/qimhangul/qimhangul-0.0.2.ebuild b/app-i18n/qimhangul/qimhangul-0.0.2.ebuild
index db45c7cf8db6..f45cb1e4256a 100644
--- a/app-i18n/qimhangul/qimhangul-0.0.2.ebuild
+++ b/app-i18n/qimhangul/qimhangul-0.0.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/qimhangul/qimhangul-0.0.2.ebuild,v 1.2 2005/12/04 03:40:31 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.2.ebuild,v 1.3 2007/01/05 16:22:36 flameeyes Exp $
inherit qt3 eutils
@@ -39,13 +39,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "After you emerged ${PN}, use right click to switch immodules for Qt."
- einfo "If you would like to use qimhangul as default instead of XIM,"
- einfo " set QT_IM_MODULE to hangul2."
- einfo "e.g.)"
- einfo " % export QT_IM_MODULE=hangul2"
- einfo
+ elog
+ elog "After you emerged ${PN}, use right click to switch immodules for Qt."
+ elog "If you would like to use qimhangul as default instead of XIM,"
+ elog " set QT_IM_MODULE to hangul2."
+ elog "e.g.)"
+ elog " % export QT_IM_MODULE=hangul2"
+ elog
ewarn
ewarn "qtconfig is no longer used for selecting input methods."
ewarn
diff --git a/app-i18n/qimhangul/qimhangul-0.0.3.ebuild b/app-i18n/qimhangul/qimhangul-0.0.3.ebuild
index 19fbd72fc6f9..8e9b6b10a709 100644
--- a/app-i18n/qimhangul/qimhangul-0.0.3.ebuild
+++ b/app-i18n/qimhangul/qimhangul-0.0.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/qimhangul/qimhangul-0.0.3.ebuild,v 1.1 2005/12/04 03:40:31 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.3.ebuild,v 1.2 2007/01/05 16:22:36 flameeyes Exp $
inherit qt3
@@ -33,13 +33,13 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "After you emerged ${PN}, use right click to switch immodules for Qt."
- einfo "If you would like to use qimhangul as default instead of XIM,"
- einfo " set QT_IM_MODULE to hangul2."
- einfo "e.g.)"
- einfo " % export QT_IM_MODULE=hangul2"
- einfo
+ elog
+ elog "After you emerged ${PN}, use right click to switch immodules for Qt."
+ elog "If you would like to use qimhangul as default instead of XIM,"
+ elog " set QT_IM_MODULE to hangul2."
+ elog "e.g.)"
+ elog " % export QT_IM_MODULE=hangul2"
+ elog
ewarn
ewarn "qtconfig is no longer used for selecting input methods."
ewarn