diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-30 18:43:23 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-30 21:12:13 -0500 |
commit | b54a183dd82914e18bd3ddaae8605e029c4ad14d (patch) | |
tree | 41edd0e616280b03be74d6e95c057720ae2678d9 /sys-cluster/openstack-meta | |
parent | media-libs/webrtc-audio-processing: x86 stable, bug 587010 (diff) | |
download | gentoo-b54a183dd82914e18bd3ddaae8605e029c4ad14d.tar.gz gentoo-b54a183dd82914e18bd3ddaae8605e029c4ad14d.tar.bz2 gentoo-b54a183dd82914e18bd3ddaae8605e029c4ad14d.zip |
openstack p2, newton is done, will add heat later
Diffstat (limited to 'sys-cluster/openstack-meta')
-rw-r--r-- | sys-cluster/openstack-meta/openstack-meta-2016.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/openstack-meta/openstack-meta-2016.2.9999.ebuild | 23 |
2 files changed, 25 insertions, 2 deletions
diff --git a/sys-cluster/openstack-meta/openstack-meta-2016.1.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2016.1.9999.ebuild index b37463d562d0..9c0a605d8f87 100644 --- a/sys-cluster/openstack-meta/openstack-meta-2016.1.9999.ebuild +++ b/sys-cluster/openstack-meta/openstack-meta-2016.1.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ IUSE="keystone swift neutron glance cinder nova" DEPEND="" RDEPEND="keystone? ( ~sys-auth/keystone-2016.1.9999 ) - swift? ( ~sys-cluster/swift-2.7.0 ) + swift? ( ~sys-cluster/swift-2.9.0 ) neutron? ( ~sys-cluster/neutron-2016.1.9999 ) glance? ( ~app-admin/glance-2016.1.9999 ) cinder? ( ~sys-cluster/cinder-2016.1.9999 ) diff --git a/sys-cluster/openstack-meta/openstack-meta-2016.2.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2016.2.9999.ebuild new file mode 100644 index 000000000000..12e6ba488b9b --- /dev/null +++ b/sys-cluster/openstack-meta/openstack-meta-2016.2.9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A openstack meta-package for installing the various openstack pieces" +HOMEPAGE="https://openstack.org" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="" +IUSE="keystone swift neutron glance cinder nova" + +DEPEND="" +RDEPEND=" + keystone? ( ~sys-auth/keystone-${PV} ) + swift? ( || ( ~sys-cluster/swift-2.9.0 ~sys-cluster/swift-2.10.0 ) ) + neutron? ( ~sys-cluster/neutron-${PV} ) + glance? ( ~app-admin/glance-${PV} ) + cinder? ( ~sys-cluster/cinder-${PV} ) + nova? ( ~sys-cluster/nova-${PV} ) +" |