Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openstack-meta/
Date: Fri, 03 Jul 2020 00:32:01
Message-Id: 1593736299.646e35d7b8dbe0b70dee338e332572eac1c5e0bd.prometheanfire@gentoo
1 commit: 646e35d7b8dbe0b70dee338e332572eac1c5e0bd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 3 00:22:50 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 00:31:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646e35d7
7
8 sys-cluster/openstack-meta: remove train
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 .../openstack-meta/openstack-meta-2019.2.3.ebuild | 35 ----------------------
14 .../openstack-meta-2019.2.9999.ebuild | 27 -----------------
15 2 files changed, 62 deletions(-)
16
17 diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.3.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.2.3.ebuild
18 deleted file mode 100644
19 index da449d6f908..00000000000
20 --- a/sys-cluster/openstack-meta/openstack-meta-2019.2.3.ebuild
21 +++ /dev/null
22 @@ -1,35 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="A openstack meta-package for installing the various openstack pieces"
29 -HOMEPAGE="https://openstack.org"
30 -
31 -LICENSE="Apache-2.0"
32 -SLOT="0"
33 -IUSE="cinder glance heat keystone neutron nova placement swift"
34 -
35 -if [[ ${PV} != *9999 ]];then
36 - KEYWORDS="amd64 ~arm64 x86"
37 -fi
38 -
39 -DEPEND=""
40 -RDEPEND="
41 - keystone? ( >=sys-auth/keystone-16.0.0
42 - <sys-auth/keystone-17 )
43 - swift? ( >=sys-cluster/swift-2.23.0
44 - <sys-cluster/swift-2.25.0 )
45 - neutron? ( >=sys-cluster/neutron-15.0.0
46 - <sys-cluster/neutron-16 )
47 - glance? ( >=app-admin/glance-19.0.0
48 - <app-admin/glance-20 )
49 - cinder? ( >=sys-cluster/cinder-15.0.0
50 - <sys-cluster/cinder-16 )
51 - nova? ( >=sys-cluster/nova-20.0.0
52 - <sys-cluster/nova-21 )
53 - heat? ( >=sys-cluster/heat-13.0.0
54 - <sys-cluster/heat-14 )
55 - placement? ( >=sys-cluster/placement-2.0.0
56 - <sys-cluster/placement-3 )
57 -"
58
59 diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.2.9999.ebuild
60 deleted file mode 100644
61 index b17a0a59978..00000000000
62 --- a/sys-cluster/openstack-meta/openstack-meta-2019.2.9999.ebuild
63 +++ /dev/null
64 @@ -1,27 +0,0 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -DESCRIPTION="A openstack meta-package for installing the various openstack pieces"
71 -HOMEPAGE="https://openstack.org"
72 -
73 -LICENSE="Apache-2.0"
74 -SLOT="0"
75 -IUSE="cinder glance heat keystone neutron nova placement swift"
76 -
77 -if [[ ${PV} != *9999 ]];then
78 - KEYWORDS="~amd64 ~arm64 ~x86"
79 -fi
80 -
81 -DEPEND=""
82 -RDEPEND="
83 - keystone? ( ~sys-auth/keystone-${PV} )
84 - swift? ( ~sys-cluster/swift-${PV} )
85 - neutron? ( ~sys-cluster/neutron-${PV} )
86 - glance? ( ~app-admin/glance-${PV} )
87 - cinder? ( ~sys-cluster/cinder-${PV} )
88 - nova? ( ~sys-cluster/nova-${PV} )
89 - heat? ( ~sys-cluster/heat-${PV} )
90 - placement? ( ~sys-cluster/placement-${PV} )
91 -"