commit:     c1c891e3221a6dd2b739d6555617d52c3c72a423
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 19:16:01 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 19:16:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c891e3

sys-cluster/nova: removing xen

Package-Manager: portage-2.2.26

 ...{nova-2015.2.9999.ebuild => nova-12.0.1-r1.ebuild} | 19 ++++++++-----------
 sys-cluster/nova/nova-2015.1.9999.ebuild              |  9 +++------
 sys-cluster/nova/nova-2015.2.9999.ebuild              |  9 +++------
 3 files changed, 14 insertions(+), 23 deletions(-)

diff --git a/sys-cluster/nova/nova-2015.2.9999.ebuild 
b/sys-cluster/nova/nova-12.0.1-r1.ebuild
similarity index 96%
copy from sys-cluster/nova/nova-2015.2.9999.ebuild
copy to sys-cluster/nova/nova-12.0.1-r1.ebuild
index 2c6ccd0..7fb35af 100644
--- a/sys-cluster/nova/nova-2015.2.9999.ebuild
+++ b/sys-cluster/nova/nova-12.0.1-r1.ebuild
@@ -5,22 +5,21 @@
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 eutils git-r3 linux-info multilib user
+inherit distutils-r1 eutils linux-info multilib user
 
 DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
 HOMEPAGE="https://launchpad.net/nova";
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample
 -> liberty-nova.conf.sample"
-EGIT_REPO_URI="https://github.com/openstack/nova.git";
-EGIT_BRANCH="stable/liberty"
+SRC_URI="
+       https://tarballs.openstack.org/${PN}/${P}.tar.gz
+       
https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample -> 
liberty-nova.conf.sample"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
-IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy 
openvswitch postgres +rabbitmq sqlite test xen"
+KEYWORDS="~amd64 ~x86"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite test"
 REQUIRED_USE="
        !compute-only? ( || ( mysql postgres sqlite ) )
-       compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
-       compute? ( ^^ ( kvm xen ) )"
+       compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
 
 CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
 # need to package dev-python/sphinxcontrib-seqdiag
@@ -222,9 +221,7 @@ RDEPEND="
        compute? (
                app-cdr/cdrkit
                sys-fs/dosfstools
-               kvm? ( app-emulation/qemu )
-               xen? ( app-emulation/xen
-                          app-emulation/xen-tools )
+               app-emulation/qemu
        )
        iscsi? (
                sys-fs/lsscsi

diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild 
b/sys-cluster/nova/nova-2015.1.9999.ebuild
index 84c7b12..517c097 100644
--- a/sys-cluster/nova/nova-2015.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2015.1.9999.ebuild
@@ -15,11 +15,10 @@ EGIT_BRANCH="stable/kilo"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS=""
-IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy 
openvswitch postgres +rabbitmq sqlite test xen"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite test"
 REQUIRED_USE="
        !compute-only? ( || ( mysql postgres sqlite ) )
-       compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
-       compute? ( ^^ ( kvm xen ) )"
+       compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
@@ -156,9 +155,7 @@ RDEPEND="
        net-misc/bridge-utils
        compute? (
                app-cdr/cdrkit
-               kvm? ( app-emulation/qemu )
-               xen? ( app-emulation/xen
-                          app-emulation/xen-tools )
+               app-emulation/qemu
        )
        iscsi? (
                sys-fs/lsscsi

diff --git a/sys-cluster/nova/nova-2015.2.9999.ebuild 
b/sys-cluster/nova/nova-2015.2.9999.ebuild
index 2c6ccd0..923f7f7 100644
--- a/sys-cluster/nova/nova-2015.2.9999.ebuild
+++ b/sys-cluster/nova/nova-2015.2.9999.ebuild
@@ -16,11 +16,10 @@ EGIT_BRANCH="stable/liberty"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS=""
-IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy 
openvswitch postgres +rabbitmq sqlite test xen"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite test"
 REQUIRED_USE="
        !compute-only? ( || ( mysql postgres sqlite ) )
-       compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
-       compute? ( ^^ ( kvm xen ) )"
+       compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
 
 CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
 # need to package dev-python/sphinxcontrib-seqdiag
@@ -222,9 +221,7 @@ RDEPEND="
        compute? (
                app-cdr/cdrkit
                sys-fs/dosfstools
-               kvm? ( app-emulation/qemu )
-               xen? ( app-emulation/xen
-                          app-emulation/xen-tools )
+               app-emulation/qemu
        )
        iscsi? (
                sys-fs/lsscsi

Reply via email to