diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-10 23:04:52 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-11-10 23:04:52 +0000 |
commit | 63b353adb937659fa12739053fbcb24ba81077c1 (patch) | |
tree | 3801b2f531f307dc9b33df8176dafdd9c5cdb01e /sys-cluster | |
parent | Drop mesa[llvm] mask which lives in individual arch profiles now. (diff) | |
download | gentoo-2-63b353adb937659fa12739053fbcb24ba81077c1.tar.gz gentoo-2-63b353adb937659fa12739053fbcb24ba81077c1.tar.bz2 gentoo-2-63b353adb937659fa12739053fbcb24ba81077c1.zip |
pulls in ovs only if use flag is set
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/neutron/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2012.2.4-r7.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2013.1.4.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2013.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2013.2.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2013.2.ebuild | 4 |
6 files changed, 16 insertions, 11 deletions
diff --git a/sys-cluster/neutron/ChangeLog b/sys-cluster/neutron/ChangeLog index e4eb40592a46..ef2a95b37508 100644 --- a/sys-cluster/neutron/ChangeLog +++ b/sys-cluster/neutron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-cluster/neutron # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.14 2013/10/29 06:00:09 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.15 2013/11/10 23:04:52 prometheanfire Exp $ + + 10 Nov 2013; Matthew Thode <prometheanfire@gentoo.org> + neutron-2012.2.4-r7.ebuild, neutron-2013.1.4.ebuild, + neutron-2013.1.9999.ebuild, neutron-2013.2.9999.ebuild, neutron-2013.2.ebuild: + pulls in ovs only if use flag is set *neutron-2013.2 (29 Oct 2013) *neutron-2013.1.4 (29 Oct 2013) diff --git a/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild b/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild index 6e578db83427..b16f462cf68c 100644 --- a/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild +++ b/sys-cluster/neutron/neutron-2012.2.4-r7.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/neutron/neutron-2012.2.4-r7.ebuild,v 1.1 2013/09/27 00:41:28 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r7.ebuild,v 1.2 2013/11/10 23:04:52 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -56,7 +56,7 @@ RDEPEND="=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}] <dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] ) ~dev-python/webob-1.0.8[${PYTHON_USEDEP}] - net-misc/openvswitch + openvswitch? ( net-misc/openvswitch ) net-misc/bridge-utils dhcp? ( net-dns/dnsmasq[dhcp-tools] )" diff --git a/sys-cluster/neutron/neutron-2013.1.4.ebuild b/sys-cluster/neutron/neutron-2013.1.4.ebuild index c4ac2cdd9e5c..948492a569dd 100644 --- a/sys-cluster/neutron/neutron-2013.1.4.ebuild +++ b/sys-cluster/neutron/neutron-2013.1.4.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/neutron/neutron-2013.1.4.ebuild,v 1.1 2013/10/29 06:00:08 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.4.ebuild,v 1.2 2013/11/10 23:04:52 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -64,7 +64,7 @@ RDEPEND=">=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] <dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] net-misc/bridge-utils - net-misc/openvswitch + openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] )" pkg_setup() { diff --git a/sys-cluster/neutron/neutron-2013.1.9999.ebuild b/sys-cluster/neutron/neutron-2013.1.9999.ebuild index a06b14414d85..a250a9ac84db 100644 --- a/sys-cluster/neutron/neutron-2013.1.9999.ebuild +++ b/sys-cluster/neutron/neutron-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/neutron/neutron-2013.1.9999.ebuild,v 1.10 2013/09/27 00:41:28 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.9999.ebuild,v 1.11 2013/11/10 23:04:52 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -64,7 +64,7 @@ RDEPEND=">=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] <dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] net-misc/bridge-utils - net-misc/openvswitch + openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] )" pkg_setup() { diff --git a/sys-cluster/neutron/neutron-2013.2.9999.ebuild b/sys-cluster/neutron/neutron-2013.2.9999.ebuild index 88a577593b40..24ae532ac954 100644 --- a/sys-cluster/neutron/neutron-2013.2.9999.ebuild +++ b/sys-cluster/neutron/neutron-2013.2.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/neutron/neutron-2013.2.9999.ebuild,v 1.2 2013/10/23 16:13:26 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.2.9999.ebuild,v 1.3 2013/11/10 23:04:52 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -70,7 +70,7 @@ RDEPEND="dev-python/paste[${PYTHON_USEDEP}] >=dev-python/python-novaclient-2.15.0[${PYTHON_USEDEP}] dev-python/pyudev[${PYTHON_USEDEP}] net-misc/bridge-utils - net-misc/openvswitch + openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] )" pkg_setup() { diff --git a/sys-cluster/neutron/neutron-2013.2.ebuild b/sys-cluster/neutron/neutron-2013.2.ebuild index 4763a0d40180..4dad1e42d3bb 100644 --- a/sys-cluster/neutron/neutron-2013.2.ebuild +++ b/sys-cluster/neutron/neutron-2013.2.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/neutron/neutron-2013.2.ebuild,v 1.1 2013/10/29 06:00:08 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.2.ebuild,v 1.2 2013/11/10 23:04:52 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -69,7 +69,7 @@ RDEPEND="dev-python/paste[${PYTHON_USEDEP}] >=dev-python/python-novaclient-2.15.0[${PYTHON_USEDEP}] dev-python/pyudev[${PYTHON_USEDEP}] net-misc/bridge-utils - net-misc/openvswitch + openvswitch? ( net-misc/openvswitch ) dhcp? ( net-dns/dnsmasq[dhcp-tools] )" pkg_setup() { |