Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openstack-meta/
Date: Sat, 24 Feb 2018 07:22:21
Message-Id: 1519456929.51328a4c5c63b9e4649448bea297cff472fc4f8d.prometheanfire@gentoo
1 commit: 51328a4c5c63b9e4649448bea297cff472fc4f8d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 07:21:55 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 07:22:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51328a4c
7
8 sys-cluster/openstack-meta: QUEENS
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 .../openstack-meta-2018.1.9999.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/sys-cluster/openstack-meta/openstack-meta-2018.1.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2018.1.9999.ebuild
16 new file mode 100644
17 index 00000000000..ea5f7467b12
18 --- /dev/null
19 +++ b/sys-cluster/openstack-meta/openstack-meta-2018.1.9999.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="A openstack meta-package for installing the various openstack pieces"
27 +HOMEPAGE="https://openstack.org"
28 +
29 +LICENSE="Apache-2.0"
30 +SLOT="0"
31 +IUSE="cinder glance heat keystone neutron nova swift"
32 +
33 +DEPEND=""
34 +RDEPEND="
35 + keystone? ( ~sys-auth/keystone-${PV} )
36 + swift? ( ~sys-cluster/swift-${PV} )
37 + neutron? ( ~sys-cluster/neutron-${PV} )
38 + glance? ( ~app-admin/glance-${PV} )
39 + cinder? ( ~sys-cluster/cinder-${PV} )
40 + nova? ( ~sys-cluster/nova-${PV} )
41 + heat? ( ~sys-cluster/heat-${PV} )
42 +"