Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/nova: nova-2014.1-r2.ebuild ChangeLog
Date: Wed, 04 Jun 2014 14:42:37
Message-Id: 20140604144231.7F3A62004E@flycatcher.gentoo.org
1 idella4 14/06/04 14:42:31
2
3 Modified: nova-2014.1-r2.ebuild ChangeLog
4 Log:
5 add requ'd dep nbd, fixes Bug #509726
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 sys-cluster/nova/nova-2014.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: nova-2014.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nova-2014.1-r2.ebuild 11 May 2014 12:38:13 -0000 1.1
23 +++ nova-2014.1-r2.ebuild 4 Jun 2014 14:42:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild,v 1.1 2014/05/11 12:38:13 vadimk Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1-r2.ebuild,v 1.2 2014/06/04 14:42:31 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -70,6 +70,7 @@
33 net-misc/rabbitmq-server
34 sys-fs/sysfsutils
35 sys-fs/multipath-tools
36 + sys-block/nbd
37 kvm? ( app-emulation/qemu )
38 xen? ( app-emulation/xen
39 app-emulation/xen-tools )"
40
41
42
43 1.64 sys-cluster/nova/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.64&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.64&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.63&r2=1.64
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
52 retrieving revision 1.63
53 retrieving revision 1.64
54 diff -u -r1.63 -r1.64
55 --- ChangeLog 11 May 2014 12:38:13 -0000 1.63
56 +++ ChangeLog 4 Jun 2014 14:42:31 -0000 1.64
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-cluster/nova
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.63 2014/05/11 12:38:13 vadimk Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.64 2014/06/04 14:42:31 idella4 Exp $
62 +
63 + 04 Jun 2014; Ian Delaney <idella4@g.o> nova-2014.1-r2.ebuild:
64 + add requ'd dep nbd, fixes Bug #509726
65
66 *nova-2014.1-r2 (11 May 2014)