Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Wed, 27 Jan 2016 21:36:58
Message-Id: 1453930578.8b50f6f201824c3863b1fae0c570ede9d04ba43d.prometheanfire@gentoo
1 commit: 8b50f6f201824c3863b1fae0c570ede9d04ba43d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 21:36:18 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 21:36:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b50f6f2
7
8 sys-cluster/neutron: bup
9
10 Package-Manager: portage-2.2.26
11
12 sys-cluster/neutron/Manifest | 1 +
13 sys-cluster/neutron/neutron-2015.2.9999.ebuild | 6 +++++-
14 .../{neutron-2015.2.9999.ebuild => neutron-7.0.2.ebuild} | 13 ++++++++-----
15 3 files changed, 14 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
18 index 7dd0bab..ceedafa 100644
19 --- a/sys-cluster/neutron/Manifest
20 +++ b/sys-cluster/neutron/Manifest
21 @@ -1 +1,2 @@
22 DIST neutron-7.0.1.tar.gz 2500003 SHA256 99d9f2d05b225777f521a88849bd42691408e7986af76a6d76a18eeac736c19e SHA512 a072e7c44c55c00d4bcf1d17e0de8801b729849d354003c2eac2a14033fa9c81a5d7f83411bc235bdce070c55c1b76bbb86a836336eb17c3c04f00c2358ac953 WHIRLPOOL ce8ef78b8f0df852b561b336812b9101708cc8a036c28ccf8c7f7eee16d52ba0a61179f519f9ec469935e4920dacb7e9cdc6c3f37a8d71997885d29b7df58ba9
23 +DIST neutron-7.0.2.tar.gz 2512153 SHA256 6e6988b301b87f21cc470c2ca7dd6fb91586860b477f958aba1be77c79afe51a SHA512 841e2e7aad0585a0f906aef90f67168ba9d95b4afdc94be0ac415fc1b975141c3488d31ae3096fc6d3eb47ef67d93d5e1e7980d9b95ea53e720aa0e08091d476 WHIRLPOOL 5a690ddbb0030df2d97e42c559c614b0d0eb003b814f8d0fd43cb62ac684109cd4b0b010a5cd827508fe83a14b0d580be32ab0ff775328b5666aa41b1515160e
24
25 diff --git a/sys-cluster/neutron/neutron-2015.2.9999.ebuild b/sys-cluster/neutron/neutron-2015.2.9999.ebuild
26 index c51ab18..7f7ddec 100644
27 --- a/sys-cluster/neutron/neutron-2015.2.9999.ebuild
28 +++ b/sys-cluster/neutron/neutron-2015.2.9999.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 +# Copyright 1999-2016 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 # $Id$
34
35 @@ -86,6 +86,7 @@ RDEPEND="
36 <=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
37 >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
38 !~dev-python/requests-2.8.0[${PYTHON_USEDEP}]
39 + !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
40 <=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
41 >=dev-python/jinja-2.6[${PYTHON_USEDEP}]
42 <=dev-python/jinja-2.8[${PYTHON_USEDEP}]
43 @@ -155,6 +156,9 @@ RDEPEND="
44 !~dev-python/oslo-messaging-3.1.0[${PYTHON_USEDEP}]
45 <=dev-python/oslo-messaging-3.0.0[${PYTHON_USEDEP}]
46 >=dev-python/oslo-middleware-2.8.0[${PYTHON_USEDEP}]
47 + !~dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
48 + !~dev-python/oslo-middleware-3.1.0[${PYTHON_USEDEP}]
49 + !~dev-python/oslo-middleware-3.2.0[${PYTHON_USEDEP}]
50 <=dev-python/oslo-middleware-3.3.0[${PYTHON_USEDEP}]
51 >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
52 <=dev-python/oslo-policy-1.1.0[${PYTHON_USEDEP}]
53
54 diff --git a/sys-cluster/neutron/neutron-2015.2.9999.ebuild b/sys-cluster/neutron/neutron-7.0.2.ebuild
55 similarity index 96%
56 copy from sys-cluster/neutron/neutron-2015.2.9999.ebuild
57 copy to sys-cluster/neutron/neutron-7.0.2.ebuild
58 index c51ab18..33f72a8 100644
59 --- a/sys-cluster/neutron/neutron-2015.2.9999.ebuild
60 +++ b/sys-cluster/neutron/neutron-7.0.2.ebuild
61 @@ -1,20 +1,19 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 +# Copyright 1999-2016 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 EAPI=5
68 PYTHON_COMPAT=( python2_7 )
69
70 -inherit distutils-r1 git-2 linux-info user
71 +inherit distutils-r1 linux-info user
72
73 DESCRIPTION="A virtual network service for Openstack"
74 HOMEPAGE="https://launchpad.net/neutron"
75 -EGIT_REPO_URI="https://github.com/openstack/neutron.git"
76 -EGIT_BRANCH="stable/liberty"
77 +SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz"
78
79 LICENSE="Apache-2.0"
80 SLOT="0"
81 -KEYWORDS=""
82 +KEYWORDS="~amd64 ~x86"
83 IUSE="compute-only dhcp doc ipv6 l3 metadata openvswitch linuxbridge server test sqlite mysql postgres"
84 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
85 compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server
86 @@ -86,6 +85,7 @@ RDEPEND="
87 <=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
88 >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
89 !~dev-python/requests-2.8.0[${PYTHON_USEDEP}]
90 + !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
91 <=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
92 >=dev-python/jinja-2.6[${PYTHON_USEDEP}]
93 <=dev-python/jinja-2.8[${PYTHON_USEDEP}]
94 @@ -155,6 +155,9 @@ RDEPEND="
95 !~dev-python/oslo-messaging-3.1.0[${PYTHON_USEDEP}]
96 <=dev-python/oslo-messaging-3.0.0[${PYTHON_USEDEP}]
97 >=dev-python/oslo-middleware-2.8.0[${PYTHON_USEDEP}]
98 + !~dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
99 + !~dev-python/oslo-middleware-3.1.0[${PYTHON_USEDEP}]
100 + !~dev-python/oslo-middleware-3.2.0[${PYTHON_USEDEP}]
101 <=dev-python/oslo-middleware-3.3.0[${PYTHON_USEDEP}]
102 >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
103 <=dev-python/oslo-policy-1.1.0[${PYTHON_USEDEP}]