diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:07:28 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 12:07:28 +0000 |
commit | e8655e92e745b3c5ac6c0bd1cb7c3cca41995824 (patch) | |
tree | 689a71fcb4655d3e2e94acbdbc1629ce2a650bf8 /net-im/tkabber | |
parent | Replacing einfo with elog (diff) | |
download | historical-e8655e92e745b3c5ac6c0bd1cb7c3cca41995824.tar.gz historical-e8655e92e745b3c5ac6c0bd1cb7c3cca41995824.tar.bz2 historical-e8655e92e745b3c5ac6c0bd1cb7c3cca41995824.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-im/tkabber')
-rw-r--r-- | net-im/tkabber/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/tkabber/tkabber-0.9.9.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/net-im/tkabber/ChangeLog b/net-im/tkabber/ChangeLog index 48bfa6d9ad97..4eed097bbbe0 100644 --- a/net-im/tkabber/ChangeLog +++ b/net-im/tkabber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/tkabber # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/tkabber/ChangeLog,v 1.30 2007/04/30 15:45:04 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tkabber/ChangeLog,v 1.31 2007/05/06 12:03:37 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> tkabber-0.9.9.ebuild: + Replacing einfo with elog 30 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org> ChangeLog: Stable on alpha wrt bug #96933 diff --git a/net-im/tkabber/tkabber-0.9.9.ebuild b/net-im/tkabber/tkabber-0.9.9.ebuild index ab6a3a9d00c2..dc62cc344653 100644 --- a/net-im/tkabber/tkabber-0.9.9.ebuild +++ b/net-im/tkabber/tkabber-0.9.9.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/net-im/tkabber/tkabber-0.9.9.ebuild,v 1.4 2007/04/30 15:45:04 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/tkabber/tkabber-0.9.9.ebuild,v 1.5 2007/05/06 12:03:37 genone Exp $ inherit eutils @@ -72,10 +72,10 @@ src_install() { } pkg_postinst() { - einfo "There's no UI option to disable emoticons yet, however" - einfo "you can put the following into your ~/.tkabber/config.tcl" - einfo - einfo "hook::add finload_hook {" - einfo " array unset emoteicons::emoteicons" - einfo "}" + elog "There's no UI option to disable emoticons yet, however" + elog "you can put the following into your ~/.tkabber/config.tcl" + elog + elog "hook::add finload_hook {" + elog " array unset emoteicons::emoteicons" + elog "}" } |