public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Wed, 27 Jan 2016 21:36:52 +0000 (UTC)	[thread overview]
Message-ID: <1453930578.8b50f6f201824c3863b1fae0c570ede9d04ba43d.prometheanfire@gentoo> (raw)

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	other threads:[~2016-01-27 21:36 UTC|newest]

Thread overview: 138+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 21:36 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-31 21:07 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/ Michał Górny
2021-05-12  4:03 Matthew Thode
2021-04-20 20:22 Matthew Thode
2021-04-20  1:02 Matthew Thode
2021-03-19 18:37 Matthew Thode
2021-02-28  6:58 Matthew Thode
2021-01-28 18:19 Matthew Thode
2020-12-19 21:40 Matthew Thode
2020-10-27 21:55 Matthew Thode
2020-10-18 21:59 Matthew Thode
2020-10-07 15:14 Matthew Thode
2020-09-27 21:06 Matthew Thode
2020-08-27 18:51 Matthew Thode
2020-07-03  0:31 Matthew Thode
2020-06-27 22:57 Matthew Thode
2020-05-30 18:02 Matthew Thode
2020-05-27 16:02 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-03-30  3:03 Matthew Thode
2020-03-18 17:06 Matthew Thode
2020-02-18 19:09 Matthew Thode
2020-02-18 18:41 Matthew Thode
2020-01-31  8:19 Michał Górny
2020-01-26 22:41 Matthew Thode
2020-01-24 21:18 Matthew Thode
2020-01-20  3:50 Matthew Thode
2019-12-19 17:45 Matthew Thode
2019-11-22 15:36 Matthew Thode
2019-11-19 18:36 Matthew Thode
2019-11-10  0:48 Matthew Thode
2019-10-31  1:33 Matthew Thode
2019-10-23  2:38 Matthew Thode
2019-10-21  0:19 Matthew Thode
2019-08-29 10:39 Michał Górny
2019-08-16  2:23 Matthew Thode
2019-08-01 15:59 Matthew Thode
2019-07-01  3:32 Matthew Thode
2019-05-11 19:48 Matthew Thode
2019-04-29 23:05 Matthew Thode
2019-04-16 19:50 Matthew Thode
2019-04-16  8:10 Matthew Thode
2019-04-12 19:44 Matthew Thode
2019-03-25  0:07 Matthew Thode
2018-11-26  3:54 Matthew Thode
2018-11-06 16:39 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-18 18:54 Matt Thode
2018-09-10 20:00 Matt Thode
2018-08-30 18:58 Matt Thode
2018-07-16 20:18 Matt Thode
2018-06-26 20:51 Pacho Ramos
2018-06-19  4:50 Matt Thode
2018-06-18 15:54 Matt Thode
2018-06-07 19:53 Matt Thode
2018-05-08 15:24 Matt Thode
2018-04-18 19:52 Matt Thode
2018-03-31  1:54 Matt Thode
2018-03-29 20:36 Matt Thode
2018-03-19 17:45 Matt Thode
2018-03-07 19:21 Matt Thode
2018-03-01  9:57 Matt Thode
2018-02-24  5:51 Matt Thode
2017-12-20 23:44 Matt Thode
2017-11-21  2:00 Matt Thode
2017-10-25 16:00 Matt Thode
2017-10-20 23:20 Matt Thode
2017-09-30  1:06 Matt Thode
2017-09-25 15:22 Matt Thode
2017-09-16 15:01 Matt Thode
2017-09-13 17:01 Matt Thode
2017-08-31 17:44 Matt Thode
2017-08-30 21:07 Matt Thode
2017-08-30 19:47 Matt Thode
2017-08-28  2:11 Matt Thode
2017-06-30 16:12 Matt Thode
2017-06-01 23:55 Matt Thode
2017-05-07  3:36 Matt Thode
2017-05-07  3:36 Matt Thode
2017-04-28 17:00 Matt Thode
2017-04-28 17:00 Matt Thode
2017-04-25 16:47 Matt Thode
2017-04-12 20:03 Matt Thode
2017-03-29 18:08 Matt Thode
2017-02-27  5:45 Matt Thode
2017-02-24 17:39 Matt Thode
2017-01-31 15:45 Matt Thode
2016-12-01 17:06 Matt Thode
2016-12-01 17:06 Matt Thode
2016-11-30  5:18 Matt Thode
2016-11-22  5:08 Matt Thode
2016-11-11 16:11 Matt Thode
2016-11-11 16:11 Matt Thode
2016-11-06 21:39 Matt Thode
2016-11-04 15:21 Matt Thode
2016-10-11 17:54 Matt Thode
2016-10-09  3:14 Matt Thode
2016-10-06 18:20 Matt Thode
2016-10-05 13:20 Matt Thode
2016-10-05  3:10 Matt Thode
2016-09-29 18:00 Matt Thode
2016-09-29 18:00 Matt Thode
2016-08-30  2:25 Matt Thode
2016-07-09  5:05 Matt Thode
2016-07-09  5:05 Matt Thode
2016-06-10 19:13 Matt Thode
2016-06-03 23:11 Matt Thode
2016-05-16 19:52 Matt Thode
2016-05-16 19:52 Matt Thode
2016-05-09 22:03 Matt Thode
2016-04-13  3:07 Matt Thode
2016-04-13  2:15 Matt Thode
2016-04-07 14:32 Matt Thode
2016-03-29 18:22 Matt Thode
2016-03-26  3:20 Matt Thode
2016-03-16 18:53 Matt Thode
2016-03-14 22:12 Agostino Sarubbo
2016-02-10 19:34 Matt Thode
2016-01-24 17:22 Agostino Sarubbo
2015-12-15 21:55 Matt Thode
2015-12-07 18:42 Matt Thode
2015-11-16 21:26 Matt Thode
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-11-16 15:13 Matt Thode
2015-10-23 20:15 Matt Thode
2015-10-18  6:27 Matt Thode
2015-10-16  6:09 Matt Thode
2015-10-16  5:39 Matt Thode
2015-10-15 16:52 Matt Thode
2015-10-15  8:35 Matt Thode
2015-10-13 18:27 Matt Thode
2015-10-13 18:27 Matt Thode
2015-09-10  3:50 Matt Thode
2015-09-09  7:10 Agostino Sarubbo
2015-09-09  7:10 Agostino Sarubbo
2015-08-24 14:04 Agostino Sarubbo
2015-08-24 14:02 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453930578.8b50f6f201824c3863b1fae0c570ede9d04ba43d.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox