summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 05:37:30 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 05:37:30 +0000
commitce16198cd638bccce35882aacc778db546b4c521 (patch)
tree9f7509a72fdeea18f19354ba71260c058cb5a6a1 /app-office/plan
parentFix deps, bug 158581 (diff)
downloadhistorical-ce16198cd638bccce35882aacc778db546b4c521.tar.gz
historical-ce16198cd638bccce35882aacc778db546b4c521.tar.bz2
historical-ce16198cd638bccce35882aacc778db546b4c521.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-office/plan')
-rw-r--r--app-office/plan/ChangeLog7
-rw-r--r--app-office/plan/plan-1.9.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog
index da78818644d5..5b37c7087bd8 100644
--- a/app-office/plan/ChangeLog
+++ b/app-office/plan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/plan
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.13 2006/10/30 02:23:50 weeve Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.14 2007/01/25 05:35:51 genone Exp $
+
+ 25 Jan 2007; Marius Mauch <genone@gentoo.org> plan-1.9.ebuild:
+ Replacing einfo with elog
30 Oct 2006; Jason Wever <weeve@gentoo.org> -plan-1.8.6.ebuild,
-plan-1.8.7.ebuild, plan-1.9.ebuild:
diff --git a/app-office/plan/plan-1.9.ebuild b/app-office/plan/plan-1.9.ebuild
index 26760e68324c..52a9b50992a6 100644
--- a/app-office/plan/plan-1.9.ebuild
+++ b/app-office/plan/plan-1.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/app-office/plan/plan-1.9.ebuild,v 1.3 2006/10/30 02:23:50 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9.ebuild,v 1.4 2007/01/25 05:35:51 genone Exp $
inherit eutils
@@ -57,10 +57,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo " Check /usr/share/${PN}/holiday for examples to set your"
- einfo " ~/.holiday according to your country."
- einfo
- einfo " WebPlan 1.8 can be found in /usr/share/${PN}/web."
- einfo
+ elog
+ elog " Check /usr/share/${PN}/holiday for examples to set your"
+ elog " ~/.holiday according to your country."
+ elog
+ elog " WebPlan 1.8 can be found in /usr/share/${PN}/web."
+ elog
}