diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:36:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:36:16 +0000 |
commit | c02ca857079392ef2d9e13610f98320219cac350 (patch) | |
tree | 0970815832333204af0cc0b31d00a5d52973f08a /app-i18n | |
parent | Remove prothon mask. (diff) | |
download | gentoo-2-c02ca857079392ef2d9e13610f98320219cac350.tar.gz gentoo-2-c02ca857079392ef2d9e13610f98320219cac350.tar.bz2 gentoo-2-c02ca857079392ef2d9e13610f98320219cac350.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/x-unikey/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/x-unikey/x-unikey-0.9.2.ebuild | 18 | ||||
-rw-r--r-- | app-i18n/x-unikey/x-unikey-1.0.2.ebuild | 18 | ||||
-rw-r--r-- | app-i18n/x-unikey/x-unikey-1.0.4.ebuild | 18 | ||||
-rw-r--r-- | app-i18n/x-unikey/x-unikey-1.0.ebuild | 18 |
5 files changed, 42 insertions, 38 deletions
diff --git a/app-i18n/x-unikey/ChangeLog b/app-i18n/x-unikey/ChangeLog index 77393804f08c..63b87a2cdd7b 100644 --- a/app-i18n/x-unikey/ChangeLog +++ b/app-i18n/x-unikey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/x-unikey -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.14 2006/09/11 18:16:48 pclouds Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.15 2007/01/05 16:36:16 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> x-unikey-0.9.2.ebuild, + x-unikey-1.0.ebuild, x-unikey-1.0.2.ebuild, x-unikey-1.0.4.ebuild: + Convert to use elog. 11 Sep 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> files/digest-x-unikey-1.0.2, files/digest-x-unikey-1.0.4, Manifest: diff --git a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild b/app-i18n/x-unikey/x-unikey-0.9.2.ebuild index 3a063b0f63ab..ed5ff495f3a2 100644 --- a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild +++ b/app-i18n/x-unikey/x-unikey-0.9.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/x-unikey/x-unikey-0.9.2.ebuild,v 1.5 2006/02/10 20:57:57 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-0.9.2.ebuild,v 1.6 2007/01/05 16:36:16 flameeyes Exp $ inherit eutils @@ -38,15 +38,15 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" - einfo "to enable x-unikey" - einfo "" + elog "" + elog "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" + elog "to enable x-unikey" + elog "" if use gtk; then gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules - einfo "If you want to use x-unikey as the default gtk+ input method," - einfo "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" - einfo "" + elog "If you want to use x-unikey as the default gtk+ input method," + elog "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" + elog "" fi } diff --git a/app-i18n/x-unikey/x-unikey-1.0.2.ebuild b/app-i18n/x-unikey/x-unikey-1.0.2.ebuild index 5ec4291bd73e..e2478bedb847 100644 --- a/app-i18n/x-unikey/x-unikey-1.0.2.ebuild +++ b/app-i18n/x-unikey/x-unikey-1.0.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/x-unikey/x-unikey-1.0.2.ebuild,v 1.3 2006/02/10 20:57:57 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.2.ebuild,v 1.4 2007/01/05 16:36:16 flameeyes Exp $ inherit eutils @@ -46,15 +46,15 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" - einfo "to enable x-unikey" - einfo "" + elog "" + elog "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" + elog "to enable x-unikey" + elog "" if use gtk; then gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules - einfo "If you want to use x-unikey as the default gtk+ input method," - einfo "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" - einfo "" + elog "If you want to use x-unikey as the default gtk+ input method," + elog "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" + elog "" fi } diff --git a/app-i18n/x-unikey/x-unikey-1.0.4.ebuild b/app-i18n/x-unikey/x-unikey-1.0.4.ebuild index 75ebd1507e16..e2af8b286e68 100644 --- a/app-i18n/x-unikey/x-unikey-1.0.4.ebuild +++ b/app-i18n/x-unikey/x-unikey-1.0.4.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/x-unikey/x-unikey-1.0.4.ebuild,v 1.1 2006/05/06 12:37:24 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4.ebuild,v 1.2 2007/01/05 16:36:16 flameeyes Exp $ inherit eutils @@ -46,15 +46,15 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" - einfo "to enable x-unikey" - einfo "" + elog "" + elog "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" + elog "to enable x-unikey" + elog "" if use gtk; then gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules - einfo "If you want to use x-unikey as the default gtk+ input method," - einfo "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" - einfo "" + elog "If you want to use x-unikey as the default gtk+ input method," + elog "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" + elog "" fi } diff --git a/app-i18n/x-unikey/x-unikey-1.0.ebuild b/app-i18n/x-unikey/x-unikey-1.0.ebuild index 5c74c9829269..a0a1021a90a2 100644 --- a/app-i18n/x-unikey/x-unikey-1.0.ebuild +++ b/app-i18n/x-unikey/x-unikey-1.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/x-unikey/x-unikey-1.0.ebuild,v 1.2 2006/02/10 20:57:57 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.ebuild,v 1.3 2007/01/05 16:36:16 flameeyes Exp $ inherit eutils @@ -38,15 +38,15 @@ src_install() { } pkg_postinst() { - einfo "" - einfo "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" - einfo "to enable x-unikey" - einfo "" + elog "" + elog "Go to /etc/env.d/01x-unikey and uncomment appropriate lines" + elog "to enable x-unikey" + elog "" if use gtk; then gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules - einfo "If you want to use x-unikey as the default gtk+ input method," - einfo "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" - einfo "" + elog "If you want to use x-unikey as the default gtk+ input method," + elog "change GTK_IM_MODULE in /etc/env.d/01x-unikey to \"unikey\"" + elog "" fi } |