diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:35:51 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 05:35:51 +0000 |
commit | 74cb03cfbf654183e3aa129052a06d8814176ea3 (patch) | |
tree | 5a031f23cf3de0bbe08c898b44dad67ad8643a6f /app-office/plan | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-74cb03cfbf654183e3aa129052a06d8814176ea3.tar.gz gentoo-2-74cb03cfbf654183e3aa129052a06d8814176ea3.tar.bz2 gentoo-2-74cb03cfbf654183e3aa129052a06d8814176ea3.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-office/plan')
-rw-r--r-- | app-office/plan/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/plan/plan-1.9.ebuild | 16 |
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 } |