Skip to content

Commit

Permalink
sys-cluster/openstack-meta: ROCKY BUMP
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.48, Repoman-2.3.10
  • Loading branch information
prometheanfire committed Aug 30, 2018
1 parent 5f4a764 commit c6614df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="A openstack meta-package for installing the various openstack pieces"
HOMEPAGE="https://openstack.org"

LICENSE="Apache-2.0"
SLOT="0"
IUSE="cinder glance heat keystone neutron nova swift"

DEPEND=""
RDEPEND="
keystone? ( ~sys-auth/keystone-${PV} )
swift? ( ~sys-cluster/swift-${PV} )
neutron? ( ~sys-cluster/neutron-${PV} )
glance? ( ~app-admin/glance-${PV} )
cinder? ( ~sys-cluster/cinder-${PV} )
nova? ( ~sys-cluster/nova-${PV} )
heat? ( ~sys-cluster/heat-${PV} )
"

0 comments on commit c6614df

Please sign in to comment.