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: Mon, 27 Feb 2017 06:43:40
Message-Id: 1488177790.86ea4b4b160042248ab8d0ec11f3c516447dfeaa.prometheanfire@gentoo
1 commit: 86ea4b4b160042248ab8d0ec11f3c516447dfeaa
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 06:42:25 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 06:43:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ea4b4b
7
8 sys-cluster/openstack-meta: OCATA
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../openstack-meta-2017.1.9999.ebuild | 24 ++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/sys-cluster/openstack-meta/openstack-meta-2017.1.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2017.1.9999.ebuild
16 new file mode 100644
17 index 0000000000..822f2107a2
18 --- /dev/null
19 +++ b/sys-cluster/openstack-meta/openstack-meta-2017.1.9999.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="A openstack meta-package for installing the various openstack pieces"
28 +HOMEPAGE="https://openstack.org"
29 +
30 +LICENSE="Apache-2.0"
31 +SLOT="0"
32 +KEYWORDS=""
33 +IUSE="cinder glance heat keystone neutron nova swift"
34 +
35 +DEPEND=""
36 +RDEPEND="
37 + keystone? ( ~sys-auth/keystone-${PV} )
38 + swift? ( ~sys-cluster/swift-${PV} )
39 + neutron? ( ~sys-cluster/neutron-${PV} )
40 + glance? ( ~app-admin/glance-${PV} )
41 + cinder? ( ~sys-cluster/cinder-${PV} )
42 + nova? ( ~sys-cluster/nova-${PV} )
43 + heat? ( ~sys-cluster/heat-${PV} )
44 +"