diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 15:11:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 15:11:32 +0000 |
commit | 319df19bad6a40aaa9520e9b890d3c6d24956343 (patch) | |
tree | ab0cd28a1e349560a9879abc3f5160a9f670357c /app-admin/tenshi | |
parent | Added ~ppc64 (diff) | |
download | historical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.gz historical-319df19bad6a40aaa9520e9b890d3c6d24956343.tar.bz2 historical-319df19bad6a40aaa9520e9b890d3c6d24956343.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-admin/tenshi')
-rw-r--r-- | app-admin/tenshi/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/tenshi/tenshi-0.3.3.ebuild | 26 |
2 files changed, 18 insertions, 15 deletions
diff --git a/app-admin/tenshi/ChangeLog b/app-admin/tenshi/ChangeLog index b07c13998f5c..dc84de1abe77 100644 --- a/app-admin/tenshi/ChangeLog +++ b/app-admin/tenshi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/tenshi -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.23 2006/09/29 14:14:40 lcars Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.24 2007/01/24 15:03:16 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> tenshi-0.3.3.ebuild: + Replacing einfo with elog *tenshi-0.6 (29 Sep 2006) diff --git a/app-admin/tenshi/tenshi-0.3.3.ebuild b/app-admin/tenshi/tenshi-0.3.3.ebuild index 53c9a6223e92..467f02ee2f02 100644 --- a/app-admin/tenshi/tenshi-0.3.3.ebuild +++ b/app-admin/tenshi/tenshi-0.3.3.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-admin/tenshi/tenshi-0.3.3.ebuild,v 1.4 2005/08/23 12:47:51 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.3.3.ebuild,v 1.5 2007/01/24 15:03:16 genone Exp $ inherit eutils @@ -34,15 +34,15 @@ src_install() { } pkg_postinst() { - einfo - einfo "This app was formerly known as wasabi. The name was changed" - einfo "due to trademark issues. If you are upgrading from an old" - einfo "wasabi version please consider removing the 'wasabi' user" - einfo "which was created by the old ebuilds." - einfo - einfo "Please also be aware that if upgrading from versions <=0.2" - einfo "the configuration syntax for time intervals has changed to" - einfo "crontab style entries, old configurations won't work. Please" - einfo "check the manpage for full details." - einfo + elog + elog "This app was formerly known as wasabi. The name was changed" + elog "due to trademark issues. If you are upgrading from an old" + elog "wasabi version please consider removing the 'wasabi' user" + elog "which was created by the old ebuilds." + elog + elog "Please also be aware that if upgrading from versions <=0.2" + elog "the configuration syntax for time intervals has changed to" + elog "crontab style entries, old configurations won't work. Please" + elog "check the manpage for full details." + elog } |