prometheanfire    15/05/07 23:35:09

  Modified:             nova-2015.1.0.ebuild nova-2015.1.9999.ebuild
                        ChangeLog
  Log:
  don't need qemu or xen stuff if not doing compute
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.4                  sys-cluster/nova/nova-2015.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild?r1=1.3&r2=1.4

Index: nova-2015.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nova-2015.1.0.ebuild        7 May 2015 23:04:40 -0000       1.3
+++ nova-2015.1.0.ebuild        7 May 2015 23:35:09 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.3 
2015/05/07 23:04:40 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.4 
2015/05/07 23:35:09 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -108,9 +108,11 @@
        sys-fs/sysfsutils
        sys-fs/multipath-tools
        net-misc/bridge-utils
-       kvm? ( app-emulation/qemu )
-       xen? ( app-emulation/xen
-                  app-emulation/xen-tools )"
+       compute? (
+               kvm? ( app-emulation/qemu )
+               xen? ( app-emulation/xen
+                          app-emulation/xen-tools )
+       )"
 
 PATCHES=(
 )



1.4                  sys-cluster/nova/nova-2015.1.9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?r1=1.3&r2=1.4

Index: nova-2015.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nova-2015.1.9999.ebuild     7 May 2015 23:04:40 -0000       1.3
+++ nova-2015.1.9999.ebuild     7 May 2015 23:35:09 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 
1.3 2015/05/07 23:04:40 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v 
1.4 2015/05/07 23:35:09 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -108,9 +108,11 @@
        sys-fs/sysfsutils
        sys-fs/multipath-tools
        net-misc/bridge-utils
-       kvm? ( app-emulation/qemu )
-       xen? ( app-emulation/xen
-                  app-emulation/xen-tools )"
+       compute? (
+               kvm? ( app-emulation/qemu )
+               xen? ( app-emulation/xen
+                          app-emulation/xen-tools )
+       )"
 
 PATCHES=(
 )



1.90                 sys-cluster/nova/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   7 May 2015 23:04:40 -0000       1.89
+++ ChangeLog   7 May 2015 23:35:09 -0000       1.90
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.89 
2015/05/07 23:04:40 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.90 
2015/05/07 23:35:09 prometheanfire Exp $
+
+  07 May 2015; Matthew Thode <[email protected]> nova-2015.1.0.ebuild,
+  nova-2015.1.9999.ebuild:
+  don't need qemu or xen stuff if not doing compute
 
   07 May 2015; Matthew Thode <[email protected]> nova-2015.1.0.ebuild,
   nova-2015.1.9999.ebuild:




Reply via email to