diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-04-06 06:22:16 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-04-06 06:22:16 +0000 |
commit | dfef434b56c7aa2282a0fdd497415be3a965299d (patch) | |
tree | 96ec67bcad0f7ed4517a94bcf53b7d5da5cae12e /sys-cluster | |
parent | updated for 2013.2.3 (diff) | |
download | gentoo-2-dfef434b56c7aa2282a0fdd497415be3a965299d.tar.gz gentoo-2-dfef434b56c7aa2282a0fdd497415be3a965299d.tar.bz2 gentoo-2-dfef434b56c7aa2282a0fdd497415be3a965299d.zip |
2013.2.3
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/neutron/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2013.2.3.ebuild (renamed from sys-cluster/neutron/neutron-2013.2.2-r1.ebuild) | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-cluster/neutron/ChangeLog b/sys-cluster/neutron/ChangeLog index a71c70ef835d..11d853a3fd2d 100644 --- a/sys-cluster/neutron/ChangeLog +++ b/sys-cluster/neutron/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/neutron # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.27 2014/04/06 05:09:38 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.28 2014/04/06 06:22:16 prometheanfire Exp $ + +*neutron-2013.2.3 (06 Apr 2014) + + 06 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> + +neutron-2013.2.3.ebuild, -neutron-2013.2.2-r1.ebuild: + 2013.2.3 06 Apr 2014; Matthew Thode <prometheanfire@gentoo.org> -neutron-2013.1.5.ebuild, -neutron-2013.1.9999.ebuild: diff --git a/sys-cluster/neutron/neutron-2013.2.2-r1.ebuild b/sys-cluster/neutron/neutron-2013.2.3.ebuild index f6d2eb3c9dbd..35ac4ee31c4f 100644 --- a/sys-cluster/neutron/neutron-2013.2.2-r1.ebuild +++ b/sys-cluster/neutron/neutron-2013.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.2.2-r1.ebuild,v 1.1 2014/03/27 22:34:02 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.2.3.ebuild,v 1.1 2014/04/06 06:22:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -54,7 +54,7 @@ RDEPEND="dev-python/paste[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}] dev-python/netaddr[${PYTHON_USEDEP}] - >=dev-python/python-neutronclient-2.3.0[${PYTHON_USEDEP}] + >=dev-python/python-neutronclient-2.3.4[${PYTHON_USEDEP}] <=dev-python/python-neutronclient-3.0.0[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}] <dev-python/sqlalchemy-0.7.99[sqlite,${PYTHON_USEDEP}] ) @@ -76,8 +76,7 @@ RDEPEND="dev-python/paste[${PYTHON_USEDEP}] dhcp? ( net-dns/dnsmasq[dhcp-tools] )" PATCHES=( "${FILESDIR}/sphinx_mapping.patch" - "${FILESDIR}/nicira.patch" - "${FILESDIR}/2013.2.2-CVE-2014-0056.patch" ) + "${FILESDIR}/nicira.patch" ) pkg_setup() { enewgroup neutron |