diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-08-20 16:33:00 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-08-20 16:33:00 +0000 |
commit | 056879a3e6d61b792925375151920cb3f50c438c (patch) | |
tree | ab43302bc26cf2b095527df5c55ea7430a2094c6 /sys-cluster | |
parent | moving quantum to neutron (diff) | |
download | gentoo-2-056879a3e6d61b792925375151920cb3f50c438c.tar.gz gentoo-2-056879a3e6d61b792925375151920cb3f50c438c.tar.bz2 gentoo-2-056879a3e6d61b792925375151920cb3f50c438c.zip |
changing quantum to neutron
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2012.2.4-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2013.1.3.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2013.1.9999.ebuild | 6 | ||||
-rw-r--r-- | sys-cluster/nova/nova-9999.ebuild | 6 |
5 files changed, 17 insertions, 12 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index 432bbfa0bbaa..d4ec3d3267d8 100644 --- a/sys-cluster/nova/ChangeLog +++ b/sys-cluster/nova/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-cluster/nova # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.20 2013/08/19 03:27:46 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.21 2013/08/20 16:33:00 prometheanfire Exp $ + + 20 Aug 2013; Matthew Thode <prometheanfire@gentoo.org> + nova-2012.2.4-r4.ebuild, nova-2013.1.3.ebuild, nova-2013.1.9999.ebuild, + nova-9999.ebuild: + changing quantum to neutron 19 Aug 2013; Matthew Thode <prometheanfire@gentoo.org> nova-2013.1.9999.ebuild: diff --git a/sys-cluster/nova/nova-2012.2.4-r4.ebuild b/sys-cluster/nova/nova-2012.2.4-r4.ebuild index 84343ee8697c..e31fdc29698f 100644 --- a/sys-cluster/nova/nova-2012.2.4-r4.ebuild +++ b/sys-cluster/nova/nova-2012.2.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2012.2.4-r4.ebuild,v 1.1 2013/08/11 03:48:28 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2012.2.4-r4.ebuild,v 1.2 2013/08/20 16:33:00 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -41,7 +41,7 @@ RDEPEND="=dev-python/amqplib-0.6.1 >=dev-python/setuptools-git-0.4[${PYTHON_USEDEP}] >=dev-python/python-glanceclient-0.5.0[${PYTHON_USEDEP}] <dev-python/python-glanceclient-2[${PYTHON_USEDEP}] - >=dev-python/python-quantumclient-2.1[${PYTHON_USEDEP}]" + >=dev-python/python-neutronclient-2.1[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}/nova-folsom-4-CVE-2013-2030.patch" diff --git a/sys-cluster/nova/nova-2013.1.3.ebuild b/sys-cluster/nova/nova-2013.1.3.ebuild index caa1e9d24eef..5aca1e44bf91 100644 --- a/sys-cluster/nova/nova-2013.1.3.ebuild +++ b/sys-cluster/nova/nova-2013.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.1.3.ebuild,v 1.1 2013/08/11 01:24:31 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.1.3.ebuild,v 1.2 2013/08/20 16:33:00 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -44,8 +44,8 @@ RDEPEND=">=dev-python/amqplib-0.6.1[${PYTHON_USEDEP}] >=dev-python/python-cinderclient-1.0.1[${PYTHON_USEDEP}] >=dev-python/python-glanceclient-0.5.0[${PYTHON_USEDEP}] <dev-python/python-glanceclient-2[${PYTHON_USEDEP}] - >=dev-python/python-quantumclient-2.2.0[${PYTHON_USEDEP}] - <=dev-python/python-quantumclient-3.0.0[${PYTHON_USEDEP}] + >=dev-python/python-neutronclient-2.2.0[${PYTHON_USEDEP}] + <=dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-0.2.0[${PYTHON_USEDEP}] >=dev-python/stevedore-0.7 <dev-python/websockify-0.4[${PYTHON_USEDEP}] diff --git a/sys-cluster/nova/nova-2013.1.9999.ebuild b/sys-cluster/nova/nova-2013.1.9999.ebuild index ed936ab70302..6d3ad1b97b42 100644 --- a/sys-cluster/nova/nova-2013.1.9999.ebuild +++ b/sys-cluster/nova/nova-2013.1.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.1.9999.ebuild,v 1.2 2013/08/19 03:27:46 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2013.1.9999.ebuild,v 1.3 2013/08/20 16:33:00 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -45,8 +45,8 @@ RDEPEND=">=dev-python/amqplib-0.6.1[${PYTHON_USEDEP}] >=dev-python/python-cinderclient-1.0.1[${PYTHON_USEDEP}] >=dev-python/python-glanceclient-0.5.0[${PYTHON_USEDEP}] <dev-python/python-glanceclient-2[${PYTHON_USEDEP}] - >=dev-python/python-quantumclient-2.2.0[${PYTHON_USEDEP}] - <=dev-python/python-quantumclient-3.0.0[${PYTHON_USEDEP}] + >=dev-python/python-neutronclient-2.2.0[${PYTHON_USEDEP}] + <=dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-0.2.0[${PYTHON_USEDEP}] >=dev-python/stevedore-0.7 <dev-python/websockify-0.4[${PYTHON_USEDEP}] diff --git a/sys-cluster/nova/nova-9999.ebuild b/sys-cluster/nova/nova-9999.ebuild index 54ae5818383c..ea0963e4cd6c 100644 --- a/sys-cluster/nova/nova-9999.ebuild +++ b/sys-cluster/nova/nova-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-9999.ebuild,v 1.4 2013/08/02 18:39:45 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-9999.ebuild,v 1.5 2013/08/20 16:33:00 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -45,8 +45,8 @@ RDEPEND=">=dev-python/amqplib-0.6.1[${PYTHON_USEDEP}] >=dev-python/python-cinderclient-1.0.1[${PYTHON_USEDEP}] >=dev-python/python-glanceclient-0.5.0[${PYTHON_USEDEP}] <dev-python/python-glanceclient-2[${PYTHON_USEDEP}] - >=dev-python/python-quantumclient-2.2.0[${PYTHON_USEDEP}] - <=dev-python/python-quantumclient-3.0.0[${PYTHON_USEDEP}] + >=dev-python/python-neutronclient-2.2.0[${PYTHON_USEDEP}] + <=dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-0.2.0[${PYTHON_USEDEP}] >=dev-python/stevedore-0.7 <dev-python/websockify-0.4[${PYTHON_USEDEP}] |