summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 15:03:16 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 15:03:16 +0000
commit6d67f2a7c55bef7d7c5aa702039886d967e121d9 (patch)
tree6696d78c7ce210460a0376a4a011c9defd0964ae /app-admin
parentAdded ~ppc64 (diff)
downloadgentoo-2-6d67f2a7c55bef7d7c5aa702039886d967e121d9.tar.gz
gentoo-2-6d67f2a7c55bef7d7c5aa702039886d967e121d9.tar.bz2
gentoo-2-6d67f2a7c55bef7d7c5aa702039886d967e121d9.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/tenshi/ChangeLog7
-rw-r--r--app-admin/tenshi/tenshi-0.3.3.ebuild26
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
}