diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 15:35:19 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 15:46:18 -0600 |
commit | 1c49ac3598acae4066a62492069172fced2ad292 (patch) | |
tree | 0a612431a2df0786282b7787595893100ded0309 /sys-cluster/openstack-meta | |
parent | dev-python/pyghmi: Bump to version 1.5.5 (diff) | |
download | gentoo-1c49ac3598acae4066a62492069172fced2ad292.tar.gz gentoo-1c49ac3598acae4066a62492069172fced2ad292.tar.bz2 gentoo-1c49ac3598acae4066a62492069172fced2ad292.zip |
sys-cluster/openstack-meta: remove 2019.1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster/openstack-meta')
-rw-r--r-- | sys-cluster/openstack-meta/openstack-meta-2019.1.9999.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.1.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.1.9999.ebuild deleted file mode 100644 index e2a3180efd85..000000000000 --- a/sys-cluster/openstack-meta/openstack-meta-2019.1.9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 placement 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} ) - placement? ( ~sys-cluster/placement-${PV} ) -" |