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: Sun, 03 Nov 2019 20:21:33
Message-Id: 1572812482.715f7381b15216196a15e27eabde68c04a33755e.prometheanfire@gentoo
1 commit: 715f7381b15216196a15e27eabde68c04a33755e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 20:20:56 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 20:21:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715f7381
7
8 sys-cluster/openstack-meta: 2019.2.1 bump with cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 .../openstack-meta-2018.2.9999.ebuild | 22 ----------------------
14 ...9.2.0.ebuild => openstack-meta-2019.2.1.ebuild} | 2 +-
15 2 files changed, 1 insertion(+), 23 deletions(-)
16
17 diff --git a/sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild b/sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild
18 deleted file mode 100644
19 index ea5f7467b12..00000000000
20 --- a/sys-cluster/openstack-meta/openstack-meta-2018.2.9999.ebuild
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
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 swift"
34 -
35 -DEPEND=""
36 -RDEPEND="
37 - keystone? ( ~sys-auth/keystone-${PV} )
38 - swift? ( ~sys-cluster/swift-${PV} )
39 - neutron? ( ~sys-cluster/neutron-${PV} )
40 - glance? ( ~app-admin/glance-${PV} )
41 - cinder? ( ~sys-cluster/cinder-${PV} )
42 - nova? ( ~sys-cluster/nova-${PV} )
43 - heat? ( ~sys-cluster/heat-${PV} )
44 -"
45
46 diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild
47 similarity index 94%
48 rename from sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
49 rename to sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild
50 index fc968b7fb15..63696c6be7e 100644
51 --- a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
52 +++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.1.ebuild
53 @@ -17,7 +17,7 @@ fi
54 DEPEND=""
55 RDEPEND="
56 keystone? ( =sys-auth/keystone-16.0.0 )
57 - swift? ( =sys-cluster/swift-2.23.0 )
58 + swift? ( =sys-cluster/swift-2.23.1 )
59 neutron? ( =sys-cluster/neutron-15.0.0 )
60 glance? ( =app-admin/glance-19.0.0 )
61 cinder? ( =sys-cluster/cinder-15.0.0 )