diff options
author | 2007-01-25 23:07:09 +0000 | |
---|---|---|
committer | 2007-01-25 23:07:09 +0000 | |
commit | a39860298b3377c3a5628b709925d37141305ddb (patch) | |
tree | 7129e6785146395544b6f3d77c9ae95159e17fdf /app-emulation | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-a39860298b3377c3a5628b709925d37141305ddb.tar.gz gentoo-2-a39860298b3377c3a5628b709925d37141305ddb.tar.bz2 gentoo-2-a39860298b3377c3a5628b709925d37141305ddb.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.2.ebuild | 20 |
2 files changed, 15 insertions, 12 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 8fdcb64c5cd6..f2a873a4ceea 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.42 2006/10/06 23:20:25 aross Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.43 2007/01/25 23:07:09 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> xen-3.0.2.ebuild: + Replacing einfo with elog 06 Oct 2006; <aross@gentoo.org> xen-3.0.2.ebuild: Allow compilation under AMD64 with a 64 bit kernel but 32 bit userland. diff --git a/app-emulation/xen/xen-3.0.2.ebuild b/app-emulation/xen/xen-3.0.2.ebuild index d0fb237586da..6601ded044dc 100644 --- a/app-emulation/xen/xen-3.0.2.ebuild +++ b/app-emulation/xen/xen-3.0.2.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/xen/xen-3.0.2.ebuild,v 1.7 2006/10/06 23:20:25 aross Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v 1.8 2007/01/25 23:07:09 genone Exp $ inherit mount-boot flag-o-matic @@ -87,22 +87,22 @@ src_install() { } pkg_postinst() { - einfo "Please visit the Xen and Gentoo wiki:" - einfo "http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo" + elog "Please visit the Xen and Gentoo wiki:" + elog "http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo" echo - einfo "Note: xen tools have been moved to app-emulation/xen-tools;" - einfo "you need to install that package to manage your domains." + elog "Note: xen tools have been moved to app-emulation/xen-tools;" + elog "you need to install that package to manage your domains." if [[ -n ${XEN_UNSTABLE} ]]; then echo - einfo "This is a snapshot of the xen-unstable tree." - einfo "Please report bugs in xen itself (and not the packaging) to" - einfo "bugzilla.xensource.com" + elog "This is a snapshot of the xen-unstable tree." + elog "Please report bugs in xen itself (and not the packaging) to" + elog "bugzilla.xensource.com" fi if use pae; then echo - einfo "This is a PAE build of Xen. It will *only* boot PAE kernels!" + ewarn "This is a PAE build of Xen. It will *only* boot PAE kernels!" fi } |