Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/nova: metadata.xml nova-2013.2.9999.ebuild ChangeLog
Date: Sun, 30 Mar 2014 05:42:27
Message-Id: 20140330054221.0100620057@flycatcher.gentoo.org
1 prometheanfire 14/03/30 05:42:20
2
3 Modified: metadata.xml nova-2013.2.9999.ebuild ChangeLog
4 Log:
5 more deps
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.5 sys-cluster/nova/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/metadata.xml?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/metadata.xml?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/metadata.xml?r1=1.4&r2=1.5
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/metadata.xml,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- metadata.xml 6 Oct 2013 13:38:35 -0000 1.4
23 +++ metadata.xml 30 Mar 2014 05:42:20 -0000 1.5
24 @@ -19,6 +19,7 @@
25 <flag name="kvm">qemu-kvm hypervisor support</flag>
26 <flag name="network">Installs the initscripts for the nova network service</flag>
27 <flag name="novncproxy">Installs the initscripts for the nova novncproxy service</flag>
28 + <flag name="rabbit">Installs the rabbitmq server as the amqp server for nova</flag>
29 <flag name="scheduler">Installs the initscripts for the nova scheduler service</flag>
30 <flag name="spicehtml5proxy">Installs the initscripts for the nova spicehtml5proxy service</flag>
31 <flag name="xen">xen hypervisor support</flag>
32
33
34
35 1.11 sys-cluster/nova/nova-2013.2.9999.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild?rev=1.11&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild?rev=1.11&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild?r1=1.10&r2=1.11
40
41 Index: nova-2013.2.9999.ebuild
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild,v
44 retrieving revision 1.10
45 retrieving revision 1.11
46 diff -u -r1.10 -r1.11
47 --- nova-2013.2.9999.ebuild 8 Jan 2014 06:00:45 -0000 1.10
48 +++ nova-2013.2.9999.ebuild 30 Mar 2014 05:42:20 -0000 1.11
49 @@ -1,6 +1,6 @@
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild,v 1.10 2014/01/08 06:00:45 vapier Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild,v 1.11 2014/03/30 05:42:20 prometheanfire Exp $
54
55 EAPI=5
56 PYTHON_COMPAT=( python2_7 )
57 @@ -15,7 +15,7 @@
58 LICENSE="Apache-2.0"
59 SLOT="0"
60 KEYWORDS=""
61 -IUSE="+api +cert +compute +conductor +consoleauth +kvm +network +novncproxy +scheduler +spicehtml5proxy +xvpvncproxy sqlite mysql postgres xen"
62 +IUSE="+api +cert +compute +conductor +consoleauth ipv6 +kvm +network +novncproxy +rabbit +scheduler +spicehtml5proxy +xvpvncproxy sqlite mysql postgres xen"
63 REQUIRED_USE="|| ( mysql postgres sqlite )
64 || ( kvm xen )"
65
66 @@ -67,6 +67,8 @@
67 net-misc/openvswitch
68 sys-fs/sysfsutils
69 sys-fs/multipath-tools
70 + ipv6? ( net-misc/radvd )
71 + rabbit? ( net-misc/rabbitmq-server )
72 kvm? ( app-emulation/qemu )
73 xen? ( app-emulation/xen
74 app-emulation/xen-tools )"
75
76
77
78 1.55 sys-cluster/nova/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.55&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.55&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.54&r2=1.55
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
87 retrieving revision 1.54
88 retrieving revision 1.55
89 diff -u -r1.54 -r1.55
90 --- ChangeLog 27 Mar 2014 23:08:43 -0000 1.54
91 +++ ChangeLog 30 Mar 2014 05:42:20 -0000 1.55
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sys-cluster/nova
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.54 2014/03/27 23:08:43 prometheanfire Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.55 2014/03/30 05:42:20 prometheanfire Exp $
97 +
98 + 30 Mar 2014; Matthew Thode <prometheanfire@g.o> metadata.xml,
99 + nova-2013.2.9999.ebuild:
100 + more deps
101
102 27 Mar 2014; Matthew Thode <prometheanfire@g.o>
103 files/2013.2.2-CVE-2014-0134.patch: