diff options
author | 2007-01-05 16:28:18 +0000 | |
---|---|---|
committer | 2007-01-05 16:28:18 +0000 | |
commit | e28cc8c35d0781b86be7f3ff5f60de022b0231bc (patch) | |
tree | 40c961395ee3457c31b8531fee723a57772eed85 /app-i18n | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-e28cc8c35d0781b86be7f3ff5f60de022b0231bc.tar.gz gentoo-2-e28cc8c35d0781b86be7f3ff5f60de022b0231bc.tar.bz2 gentoo-2-e28cc8c35d0781b86be7f3ff5f60de022b0231bc.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-input-pad/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild | 32 |
2 files changed, 22 insertions, 18 deletions
diff --git a/app-i18n/scim-input-pad/ChangeLog b/app-i18n/scim-input-pad/ChangeLog index 631482031f96..6b42218717bc 100644 --- a/app-i18n/scim-input-pad/ChangeLog +++ b/app-i18n/scim-input-pad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-input-pad -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/ChangeLog,v 1.1 2006/02/16 19:30:56 liquidx Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/ChangeLog,v 1.2 2007/01/05 16:28:18 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + scim-input-pad-0.1.1.ebuild: + Convert to use elog. *scim-input-pad-0.1.1 (16 Feb 2006) diff --git a/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild b/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild index 4688a739c22c..fb447861052c 100644 --- a/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild +++ b/app-i18n/scim-input-pad/scim-input-pad-0.1.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-input-pad/scim-input-pad-0.1.1.ebuild,v 1.1 2006/02/16 19:30:56 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-input-pad/scim-input-pad-0.1.1.ebuild,v 1.2 2007/01/05 16:28:18 flameeyes Exp $ DESCRIPTION="Input pad for SCIM used to input symbols and special characters" HOMEPAGE="http://www.scim-im.org/" @@ -29,19 +29,19 @@ src_install() { pkg_postinst() { - einfo - einfo "The SCIM input pad should be startable from the SCIM (and Skim)" - einfo "systray icon right click menu. You will have to restart SCIM" - einfo "(or Skim) in order for the menu entry to appear (you may simply" - einfo "restart your X server). If you want to use it immediately, just" - einfo "start the SCIM input pad, using the 'scim-input-pad' command." - einfo - einfo "To use, select the text zone you wish to write in, and just" - einfo "click on the wanted character in the right multilevel tabbed" - einfo "table, from the SCIM Input Pad interface." - einfo - einfo "To add new characters to the tables, see the documentation" - einfo "(/usr/share/doc/${PF}/README.gz)." - einfo + elog + elog "The SCIM input pad should be startable from the SCIM (and Skim)" + elog "systray icon right click menu. You will have to restart SCIM" + elog "(or Skim) in order for the menu entry to appear (you may simply" + elog "restart your X server). If you want to use it immediately, just" + elog "start the SCIM input pad, using the 'scim-input-pad' command." + elog + elog "To use, select the text zone you wish to write in, and just" + elog "click on the wanted character in the right multilevel tabbed" + elog "table, from the SCIM Input Pad interface." + elog + elog "To add new characters to the tables, see the documentation" + elog "(/usr/share/doc/${PF}/README.gz)." + elog } |