summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 23:04:14 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 23:04:14 +0000
commit887f704e8d9fff31a5c3ba6970898f38cf387a47 (patch)
tree536dba199563b9412253df6e11dc81a7a19e8d4f /app-emulation
parentAdded EANT_ANT_TASKS to pass ANT_TASKS to eant. ANT_TASKS is unset in java-pk... (diff)
downloadgentoo-2-887f704e8d9fff31a5c3ba6970898f38cf387a47.tar.gz
gentoo-2-887f704e8d9fff31a5c3ba6970898f38cf387a47.tar.bz2
gentoo-2-887f704e8d9fff31a5c3ba6970898f38cf387a47.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/x86-chroot/ChangeLog5
-rw-r--r--app-emulation/x86-chroot/x86-chroot-2006.1.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/app-emulation/x86-chroot/ChangeLog b/app-emulation/x86-chroot/ChangeLog
index 3bd6c3a6cb1a..1f1b4aa04418 100644
--- a/app-emulation/x86-chroot/ChangeLog
+++ b/app-emulation/x86-chroot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/x86-chroot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.5 2007/01/16 14:05:26 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.6 2007/01/25 23:04:14 genone Exp $
+
+ 25 Jan 2007; Marius Mauch <genone@gentoo.org> x86-chroot-2006.1.ebuild:
+ Replacing einfo with elog
16 Jan 2007; <blubb@gentoo.org> files/initd, files/x86-chroot,
-x86-chroot-2006.0.ebuild:
diff --git a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild b/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild
index f4b3b1ef8863..f142393a5817 100644
--- a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild
+++ b/app-emulation/x86-chroot/x86-chroot-2006.1.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-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.2 2006/10/04 08:57:08 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.3 2007/01/25 23:04:14 genone Exp $
inherit linux-info
@@ -58,9 +58,9 @@ src_install() {
}
pkg_postinst() {
- einfo "Your chroot system is now installed. To do all the necessary setup"
- einfo "work, run '/etc/init.d/x86-chroot start'. To start a chroot session,"
- einfo "run 'x86-chroot'."
+ elog "Your chroot system is now installed. To do all the necessary setup"
+ elog "work, run '/etc/init.d/x86-chroot start'. To start a chroot session,"
+ elog "run 'x86-chroot'."
}
pkg_prerm() {