forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys-cluster/openstack-meta: ROCKY BUMP
Package-Manager: Portage-2.3.48, Repoman-2.3.10
- Loading branch information
1 parent
5f4a764
commit c6614df
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} ) | ||
" |