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: nova-2013.2.9999.ebuild ChangeLog
Date: Sun, 24 Nov 2013 22:42:44
Message-Id: 20131124224241.6912B2004B@flycatcher.gentoo.org
1 prometheanfire 13/11/24 22:42:41
2
3 Modified: nova-2013.2.9999.ebuild ChangeLog
4 Log:
5 forcing python_single_target_python2_7 on libvirt dep
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.6 sys-cluster/nova/nova-2013.2.9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild?r1=1.5&r2=1.6
15
16 Index: nova-2013.2.9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- nova-2013.2.9999.ebuild 14 Nov 2013 06:54:23 -0000 1.5
23 +++ nova-2013.2.9999.ebuild 24 Nov 2013 22:42:41 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild,v 1.5 2013/11/14 06:54:23 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.2.9999.ebuild,v 1.6 2013/11/24 22:42:41 prometheanfire Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -62,7 +62,7 @@
33 >=dev-python/websockify-0.5.1[${PYTHON_USEDEP}]
34 <dev-python/websockify-0.6[${PYTHON_USEDEP}]
35 >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}]
36 - app-emulation/libvirt[${PYTHON_USEDEP}]
37 + app-emulation/libvirt[python_single_target_python2_7]
38 novncproxy? ( www-apps/novnc )
39 sys-apps/iproute2
40 net-misc/openvswitch
41
42
43
44 1.40 sys-cluster/nova/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.40&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.40&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.39&r2=1.40
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
53 retrieving revision 1.39
54 retrieving revision 1.40
55 diff -u -r1.39 -r1.40
56 --- ChangeLog 17 Nov 2013 22:35:55 -0000 1.39
57 +++ ChangeLog 24 Nov 2013 22:42:41 -0000 1.40
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-cluster/nova
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.39 2013/11/17 22:35:55 prometheanfire Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.40 2013/11/24 22:42:41 prometheanfire Exp $
63 +
64 + 24 Nov 2013; Matthew Thode <prometheanfire@g.o>
65 + nova-2013.2.9999.ebuild:
66 + forcing python_single_target_python2_7 on libvirt dep
67
68 *nova-2013.2-r2 (17 Nov 2013)
69 *nova-2013.1.4-r1 (17 Nov 2013)