diff options
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.0.1.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild | 8 |
3 files changed, 20 insertions, 4 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 09a5600ceace..f8a18476c604 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.1 2006/03/24 23:55:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.2 2006/04/01 02:06:55 agriffis Exp $ + + 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> xen-tools-3.0.1.ebuild, + xen-tools-3.0.1_p9029.ebuild: + Add warning regarding dev-lang/python built without USE=ncurses #128175 *xen-tools-3.0.1_p9029 (24 Mar 2006) *xen-tools-3.0.1 (24 Mar 2006) diff --git a/app-emulation/xen-tools/xen-tools-3.0.1.ebuild b/app-emulation/xen-tools/xen-tools-3.0.1.ebuild index 811c3f3aab58..f5bac6ae776f 100644 --- a/app-emulation/xen-tools/xen-tools-3.0.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.1.ebuild,v 1.2 2006/03/24 23:57:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.1.ebuild,v 1.3 2006/04/01 02:06:55 agriffis Exp $ -inherit mount-boot flag-o-matic +inherit mount-boot flag-o-matic eutils DESCRIPTION="Xend daemon and tools" HOMEPAGE="http://xen.sourceforge.net" @@ -108,6 +108,12 @@ pkg_postinst() { einfo "Please visit the Xen and Gentoo wiki:" einfo "http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo" + if ! built_with_use dev-lang/python ncurses; then + echo + ewarn "NB: Your dev-lang/python is built without USE=ncurses." + ewarn "Please rebuild python with USE=ncurses to make use of xenmon.py." + fi + if [[ -n ${XEN_UNSTABLE} ]]; then echo einfo "This is a snapshot of the xen-unstable tree." diff --git a/app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild b/app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild index 2c3a01d14b72..c084bec29f97 100644 --- a/app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild,v 1.2 2006/03/24 23:57:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.1_p9029.ebuild,v 1.3 2006/04/01 02:06:55 agriffis Exp $ inherit mount-boot flag-o-matic @@ -108,6 +108,12 @@ pkg_postinst() { einfo "Please visit the Xen and Gentoo wiki:" einfo "http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo" + if ! built_with_use dev-lang/python ncurses; then + echo + ewarn "NB: Your dev-lang/python is built without USE=ncurses." + ewarn "Please rebuild python with USE=ncurses to make use of xenmon.py." + fi + if [[ -n ${XEN_UNSTABLE} ]]; then echo einfo "This is a snapshot of the xen-unstable tree." |