diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:37:22 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:37:22 +0000 |
commit | 9451c40ba83dab243b2d28a30e246bc5fa38990e (patch) | |
tree | 600f76143f7295d8c504d35ddb22b6ead6c7b73d /app-i18n/xsim | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-9451c40ba83dab243b2d28a30e246bc5fa38990e.tar.gz gentoo-2-9451c40ba83dab243b2d28a30e246bc5fa38990e.tar.bz2 gentoo-2-9451c40ba83dab243b2d28a30e246bc5fa38990e.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n/xsim')
-rw-r--r-- | app-i18n/xsim/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r2.ebuild | 14 | ||||
-rw-r--r-- | app-i18n/xsim/xsim-0.3.9.4-r3.ebuild | 14 |
3 files changed, 20 insertions, 16 deletions
diff --git a/app-i18n/xsim/ChangeLog b/app-i18n/xsim/ChangeLog index d27d195ce407..523899642d73 100644 --- a/app-i18n/xsim/ChangeLog +++ b/app-i18n/xsim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/xsim -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.12 2005/10/02 05:12:24 matsuu Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/ChangeLog,v 1.13 2007/01/05 16:37:22 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> xsim-0.3.9.4-r2.ebuild, + xsim-0.3.9.4-r3.ebuild: + Convert to use elog. *xsim-0.3.9.4-r3 (02 Oct 2005) diff --git a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild index 616681ce22cf..93fe0a32ba87 100644 --- a/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild +++ b/app-i18n/xsim/xsim-0.3.9.4-r2.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/xsim/xsim-0.3.9.4-r2.ebuild,v 1.9 2005/01/28 11:34:44 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r2.ebuild,v 1.10 2007/01/05 16:37:22 flameeyes Exp $ inherit kde-functions eutils @@ -59,10 +59,10 @@ src_install() { } pkg_postinst() { - einfo "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you" - einfo "not running it as root, you need to do the following:" - echo - einfo " cp -r /usr/lib/xsim/dat \${HOME}/.xsim" - einfo " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc" + elog "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you" + elog "not running it as root, you need to do the following:" + elog + elog " cp -r /usr/lib/xsim/dat \${HOME}/.xsim" + elog " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc" echo } diff --git a/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild b/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild index 0a2d43024c6e..088c30294849 100644 --- a/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild +++ b/app-i18n/xsim/xsim-0.3.9.4-r3.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/xsim/xsim-0.3.9.4-r3.ebuild,v 1.1 2005/10/02 05:12:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsim/xsim-0.3.9.4-r3.ebuild,v 1.2 2007/01/05 16:37:22 flameeyes Exp $ inherit kde-functions eutils @@ -60,10 +60,10 @@ src_install() { } pkg_postinst() { - einfo "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you" - einfo "not running it as root, you need to do the following:" - echo - einfo " cp -r /usr/lib/xsim/dat \${HOME}/.xsim" - einfo " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc" + elog "XSIM needs write access to /usr/lib/xsim/dat/chardb, so if you" + elog "not running it as root, you need to do the following:" + elog + elog " cp -r /usr/lib/xsim/dat \${HOME}/.xsim" + elog " sed -i \"s#DICT_LOCAL.*#DICT_LOCAL \${HOME}/.xsim#\" > \${HOME}/.xsim/xsimrc" echo } |