summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-03-24 05:07:27 +0000
committerIan Delaney <idella4@gentoo.org>2014-03-24 05:07:27 +0000
commit3ca1132020cc0680752f4b9b9f58017dc187923f (patch)
treeaac42770d8bcc993aa5169b8ddffbac9c3e86d7c /app-emulation/xen-tools
parentI am removing the tc-export call from the live ebuild per policy. (diff)
downloadgentoo-2-3ca1132020cc0680752f4b9b9f58017dc187923f.tar.gz
gentoo-2-3ca1132020cc0680752f4b9b9f58017dc187923f.tar.bz2
gentoo-2-3ca1132020cc0680752f4b9b9f58017dc187923f.zip
re bump; keyword ~arm, update deps, drop py2.6 support, drop IUSE xend, improvements to configure phase, tidy up and style improvements by dlan. Re-set SLOT for libgcrypt, drop leftover elog msg re xend
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/ChangeLog7
-rw-r--r--app-emulation/xen-tools/xen-tools-4.4.0.ebuild10
2 files changed, 9 insertions, 8 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog
index 4922cb2b50db..1fa504385f39 100644
--- a/app-emulation/xen-tools/ChangeLog
+++ b/app-emulation/xen-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.231 2014/03/23 02:37:26 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.232 2014/03/24 05:07:27 idella4 Exp $
+
+ 24 Mar 2014; Ian Delaney <idella4@gentoo.org> xen-tools-4.4.0.ebuild:
+ re bump; keyword ~arm, update deps, drop py2.6 support, drop IUSE xend,
+ improvements to configure phase, tidy up and style improvements by dlan. Re-
+ set SLOT for libgcrypt, drop leftover elog msg re xend
*xen-tools-4.4.0 (23 Mar 2014)
diff --git a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
index 6b709ee33617..7b4fe9657c90 100644
--- a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0.ebuild,v 1.1 2014/03/23 02:37:26 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.0.ebuild,v 1.2 2014/03/24 05:07:27 idella4 Exp $
EAPI=5
@@ -53,7 +53,7 @@ COMMON_DEPEND="
dev-libs/glib:2
dev-libs/yajl
dev-libs/libaio
- dev-libs/libgcrypt
+ dev-libs/libgcrypt:0
sys-libs/zlib
"
@@ -112,7 +112,7 @@ pkg_setup() {
python-single-r1_pkg_setup
export "CONFIG_LOMOUNT=y"
- if has_version dev-libs/libgcrypt; then
+ if has_version dev-libs/libgcrypt:0; then
export "CONFIG_GCRYPT=y"
fi
@@ -411,10 +411,6 @@ pkg_postinst() {
elog "An x86 or amd64 multilib system is required to build HVM support."
fi
- if use xend; then
- elog"";elog "xend capability has been enabled and installed"
- fi
-
if use qemu; then
elog "The qemu-bridge-helper is renamed to the xen-bridge-helper in the in source"
elog "build of qemu. This allows for app-emulation/qemu to be emerged concurrently"