diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:37:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:37:57 +0000 |
commit | 938207df37d9eee62479edf3858cde13c6dec9ab (patch) | |
tree | f6fa466c6afc284690f49b6c74d55d946c4cdfa5 /app-i18n/qimhangul | |
parent | Remove prothon mask. (diff) | |
download | historical-938207df37d9eee62479edf3858cde13c6dec9ab.tar.gz historical-938207df37d9eee62479edf3858cde13c6dec9ab.tar.bz2 historical-938207df37d9eee62479edf3858cde13c6dec9ab.zip |
Convert to use elog.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'app-i18n/qimhangul')
-rw-r--r-- | app-i18n/qimhangul/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.0.2.ebuild | 18 | ||||
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.0.3.ebuild | 18 |
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 |