commit:     8b50f6f201824c3863b1fae0c570ede9d04ba43d
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 21:36:18 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 21:36:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b50f6f2

sys-cluster/neutron: bup

Package-Manager: portage-2.2.26

 sys-cluster/neutron/Manifest                                |  1 +
 sys-cluster/neutron/neutron-2015.2.9999.ebuild              |  6 +++++-
 .../{neutron-2015.2.9999.ebuild => neutron-7.0.2.ebuild}    | 13 ++++++++-----
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 7dd0bab..ceedafa 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1 +1,2 @@
 DIST neutron-7.0.1.tar.gz 2500003 SHA256 
99d9f2d05b225777f521a88849bd42691408e7986af76a6d76a18eeac736c19e SHA512 
a072e7c44c55c00d4bcf1d17e0de8801b729849d354003c2eac2a14033fa9c81a5d7f83411bc235bdce070c55c1b76bbb86a836336eb17c3c04f00c2358ac953
 WHIRLPOOL 
ce8ef78b8f0df852b561b336812b9101708cc8a036c28ccf8c7f7eee16d52ba0a61179f519f9ec469935e4920dacb7e9cdc6c3f37a8d71997885d29b7df58ba9
+DIST neutron-7.0.2.tar.gz 2512153 SHA256 
6e6988b301b87f21cc470c2ca7dd6fb91586860b477f958aba1be77c79afe51a SHA512 
841e2e7aad0585a0f906aef90f67168ba9d95b4afdc94be0ac415fc1b975141c3488d31ae3096fc6d3eb47ef67d93d5e1e7980d9b95ea53e720aa0e08091d476
 WHIRLPOOL 
5a690ddbb0030df2d97e42c559c614b0d0eb003b814f8d0fd43cb62ac684109cd4b0b010a5cd827508fe83a14b0d580be32ab0ff775328b5666aa41b1515160e

diff --git a/sys-cluster/neutron/neutron-2015.2.9999.ebuild 
b/sys-cluster/neutron/neutron-2015.2.9999.ebuild
index c51ab18..7f7ddec 100644
--- a/sys-cluster/neutron/neutron-2015.2.9999.ebuild
+++ b/sys-cluster/neutron/neutron-2015.2.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -86,6 +86,7 @@ RDEPEND="
        <=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
        >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
        !~dev-python/requests-2.8.0[${PYTHON_USEDEP}]
+       !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
        <=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
        >=dev-python/jinja-2.6[${PYTHON_USEDEP}]
        <=dev-python/jinja-2.8[${PYTHON_USEDEP}]
@@ -155,6 +156,9 @@ RDEPEND="
        !~dev-python/oslo-messaging-3.1.0[${PYTHON_USEDEP}]
        <=dev-python/oslo-messaging-3.0.0[${PYTHON_USEDEP}]
        >=dev-python/oslo-middleware-2.8.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-middleware-3.1.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-middleware-3.2.0[${PYTHON_USEDEP}]
        <=dev-python/oslo-middleware-3.3.0[${PYTHON_USEDEP}]
        >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
        <=dev-python/oslo-policy-1.1.0[${PYTHON_USEDEP}]

diff --git a/sys-cluster/neutron/neutron-2015.2.9999.ebuild 
b/sys-cluster/neutron/neutron-7.0.2.ebuild
similarity index 96%
copy from sys-cluster/neutron/neutron-2015.2.9999.ebuild
copy to sys-cluster/neutron/neutron-7.0.2.ebuild
index c51ab18..33f72a8 100644
--- a/sys-cluster/neutron/neutron-2015.2.9999.ebuild
+++ b/sys-cluster/neutron/neutron-7.0.2.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 git-2 linux-info user
+inherit distutils-r1 linux-info user
 
 DESCRIPTION="A virtual network service for Openstack"
 HOMEPAGE="https://launchpad.net/neutron";
-EGIT_REPO_URI="https://github.com/openstack/neutron.git";
-EGIT_BRANCH="stable/liberty"
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="compute-only dhcp doc ipv6 l3 metadata openvswitch linuxbridge server 
test sqlite mysql postgres"
 REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
                                                compute-only? ( !mysql 
!postgres !sqlite !dhcp !l3 !metadata !server
@@ -86,6 +85,7 @@ RDEPEND="
        <=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
        >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
        !~dev-python/requests-2.8.0[${PYTHON_USEDEP}]
+       !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
        <=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
        >=dev-python/jinja-2.6[${PYTHON_USEDEP}]
        <=dev-python/jinja-2.8[${PYTHON_USEDEP}]
@@ -155,6 +155,9 @@ RDEPEND="
        !~dev-python/oslo-messaging-3.1.0[${PYTHON_USEDEP}]
        <=dev-python/oslo-messaging-3.0.0[${PYTHON_USEDEP}]
        >=dev-python/oslo-middleware-2.8.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-middleware-3.0.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-middleware-3.1.0[${PYTHON_USEDEP}]
+       !~dev-python/oslo-middleware-3.2.0[${PYTHON_USEDEP}]
        <=dev-python/oslo-middleware-3.3.0[${PYTHON_USEDEP}]
        >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
        <=dev-python/oslo-policy-1.1.0[${PYTHON_USEDEP}]

Reply via email to