summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 13:53:42 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 13:53:42 +0000
commit2fc24c3aa4494766645e8cda58eccb520fa93931 (patch)
treebd6eec259ed049496643e6a63b774af327e13ded /games-board
parentStable on sparc wrt #170548 (diff)
downloadgentoo-2-2fc24c3aa4494766645e8cda58eccb520fa93931.tar.gz
gentoo-2-2fc24c3aa4494766645e8cda58eccb520fa93931.tar.bz2
gentoo-2-2fc24c3aa4494766645e8cda58eccb520fa93931.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/slibo/ChangeLog7
-rw-r--r--games-board/slibo/slibo-0.4.4.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/games-board/slibo/ChangeLog b/games-board/slibo/ChangeLog
index 30c1e75ef75b..107a3ed237ec 100644
--- a/games-board/slibo/ChangeLog
+++ b/games-board/slibo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/slibo
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.9 2006/06/23 05:37:42 mr_bones_ Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.10 2007/03/12 13:53:42 genone Exp $
+
+ 12 Mar 2007; Marius Mauch <genone@gentoo.org> slibo-0.4.4.ebuild:
+ Replacing einfo with elog
23 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> slibo-0.4.4.ebuild:
Don't install empty doc files (bug #137114)
diff --git a/games-board/slibo/slibo-0.4.4.ebuild b/games-board/slibo/slibo-0.4.4.ebuild
index beb569654e61..6c9d3d040207 100644
--- a/games-board/slibo/slibo-0.4.4.ebuild
+++ b/games-board/slibo/slibo-0.4.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/games-board/slibo/slibo-0.4.4.ebuild,v 1.11 2006/06/23 05:37:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.12 2007/03/12 13:53:42 genone Exp $
inherit eutils kde
@@ -25,8 +25,8 @@ src_install() {
}
pkg_postinst() {
- einfo "If you updated from an older version, please do a"
- einfo " rm ~/.kde/share/apps/slibo/sliboui.rc"
- einfo "to get rid of old configuration files, otherwise"
- einfo "new menu items etc. will not appear"
+ elog "If you updated from an older version, please do a"
+ elog " rm ~/.kde/share/apps/slibo/sliboui.rc"
+ elog "to get rid of old configuration files, otherwise"
+ elog "new menu items etc. will not appear"
}