From 715f7381b15216196a15e27eabde68c04a33755e Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 3 Nov 2019 14:20:56 -0600 Subject: sys-cluster/openstack-meta: 2019.2.1 bump with cleanup Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode --- .../openstack-meta-2018.2.9999.ebuild | 22 ------------------ .../openstack-meta/openstack-meta-2019.2.0.ebuild | 27 ---------------------- .../openstack-meta/openstack-meta-2019.2.1.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 49 deletions(-) delete mode 100644 sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild delete mode 100644 sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild create mode 100644 sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild (limited to 'sys-cluster') diff --git a/sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild deleted file mode 100644 index ea5f7467b125..000000000000 --- a/sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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} ) -" diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild deleted file mode 100644 index fc968b7fb156..000000000000 --- a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild +++ /dev/null @@ -1,27 +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" - -if [[ ${PV} != *9999 ]];then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -DEPEND="" -RDEPEND=" - keystone? ( =sys-auth/keystone-16.0.0 ) - swift? ( =sys-cluster/swift-2.23.0 ) - neutron? ( =sys-cluster/neutron-15.0.0 ) - glance? ( =app-admin/glance-19.0.0 ) - cinder? ( =sys-cluster/cinder-15.0.0 ) - nova? ( =sys-cluster/nova-20.0.0 ) - heat? ( =sys-cluster/heat-13.0.0 ) - placement? ( =sys-cluster/placement-2.0.0 ) -" diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild new file mode 100644 index 000000000000..63696c6be7e0 --- /dev/null +++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild @@ -0,0 +1,27 @@ +# 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" + +if [[ ${PV} != *9999 ]];then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="" +RDEPEND=" + keystone? ( =sys-auth/keystone-16.0.0 ) + swift? ( =sys-cluster/swift-2.23.1 ) + neutron? ( =sys-cluster/neutron-15.0.0 ) + glance? ( =app-admin/glance-19.0.0 ) + cinder? ( =sys-cluster/cinder-15.0.0 ) + nova? ( =sys-cluster/nova-20.0.0 ) + heat? ( =sys-cluster/heat-13.0.0 ) + placement? ( =sys-cluster/placement-2.0.0 ) +" -- cgit v1.2.3-65-gdbad