From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Thu, 12 Nov 2015 10:22:36 +0000 (UTC) [thread overview]
Message-ID: <1447323714.e852241d57355d44e4e87c7cd68b2fe9e6efb26f.jlec@gentoo> (raw)
commit: e852241d57355d44e4e87c7cd68b2fe9e6efb26f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 09:12:54 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 10:21:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e852241d
sys-cluster/nova: Style enhancements
Chop DESCRIPTION
Fix indention for tab=4 spaces
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sys-cluster/nova/nova-12.0.0.ebuild | 12 +++++++-----
sys-cluster/nova/nova-2015.1.1-r3.ebuild | 9 +++++----
sys-cluster/nova/nova-2015.1.2.ebuild | 9 +++++----
sys-cluster/nova/nova-2015.1.9999.ebuild | 9 +++++----
sys-cluster/nova/nova-2015.2.9999.ebuild | 9 +++++----
5 files changed, 27 insertions(+), 21 deletions(-)
diff --git a/sys-cluster/nova/nova-12.0.0.ebuild b/sys-cluster/nova/nova-12.0.0.ebuild
index f4bf716..7f158bd 100644
--- a/sys-cluster/nova/nova-12.0.0.ebuild
+++ b/sys-cluster/nova/nova-12.0.0.ebuild
@@ -7,18 +7,20 @@ PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1 eutils linux-info multilib user
-DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python"
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
HOMEPAGE="https://launchpad.net/nova"
-SRC_URI="https://launchpad.net/${PN}/liberty/${PV}/+download/${P}.tar.gz
+SRC_URI="
+ https://launchpad.net/${PN}/liberty/${PV}/+download/${P}.tar.gz
https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample -> liberty-nova.conf.sample"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen"
-REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
- compute? ( ^^ ( kvm xen ) )"
+REQUIRED_USE="
+ !compute-only? ( || ( mysql postgres sqlite ) )
+ compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
+ compute? ( ^^ ( kvm xen ) )"
CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
# need to package dev-python/sphinxcontrib-seqdiag
diff --git a/sys-cluster/nova/nova-2015.1.1-r3.ebuild b/sys-cluster/nova/nova-2015.1.1-r3.ebuild
index 0d73892..40e2a43 100644
--- a/sys-cluster/nova/nova-2015.1.1-r3.ebuild
+++ b/sys-cluster/nova/nova-2015.1.1-r3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils linux-info multilib user
-DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
HOMEPAGE="https://launchpad.net/nova"
SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz"
@@ -15,9 +15,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen"
-REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
- compute? ( ^^ ( kvm xen ) )"
+REQUIRED_USE="
+ !compute-only? ( || ( mysql postgres sqlite ) )
+ compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
+ compute? ( ^^ ( kvm xen ) )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/sys-cluster/nova/nova-2015.1.2.ebuild b/sys-cluster/nova/nova-2015.1.2.ebuild
index 598ac28..b516ec7 100644
--- a/sys-cluster/nova/nova-2015.1.2.ebuild
+++ b/sys-cluster/nova/nova-2015.1.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils linux-info multilib user
-DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
HOMEPAGE="https://launchpad.net/nova"
SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz"
@@ -15,9 +15,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen"
-REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
- compute? ( ^^ ( kvm xen ) )"
+REQUIRED_USE="
+ !compute-only? ( || ( mysql postgres sqlite ) )
+ compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
+ compute? ( ^^ ( kvm xen ) )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild
index d19aca4..84c7b12 100644
--- a/sys-cluster/nova/nova-2015.1.9999.ebuild
+++ b/sys-cluster/nova/nova-2015.1.9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils git-r3 linux-info multilib user
-DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
HOMEPAGE="https://launchpad.net/nova"
EGIT_REPO_URI="https://github.com/openstack/nova.git"
EGIT_BRANCH="stable/kilo"
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen"
-REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
- compute? ( ^^ ( kvm xen ) )"
+REQUIRED_USE="
+ !compute-only? ( || ( mysql postgres sqlite ) )
+ compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
+ compute? ( ^^ ( kvm xen ) )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/sys-cluster/nova/nova-2015.2.9999.ebuild b/sys-cluster/nova/nova-2015.2.9999.ebuild
index 6d8bb5d..b2369ef 100644
--- a/sys-cluster/nova/nova-2015.2.9999.ebuild
+++ b/sys-cluster/nova/nova-2015.2.9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1 eutils git-r3 linux-info multilib user
-DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
HOMEPAGE="https://launchpad.net/nova"
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample -> liberty-nova.conf.sample"
EGIT_REPO_URI="https://github.com/openstack/nova.git"
@@ -17,9 +17,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE="+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite test xen"
-REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
- compute? ( ^^ ( kvm xen ) )"
+REQUIRED_USE="
+ !compute-only? ( || ( mysql postgres sqlite ) )
+ compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )
+ compute? ( ^^ ( kvm xen ) )"
CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
# need to package dev-python/sphinxcontrib-seqdiag
next reply other threads:[~2015-11-12 10:22 UTC|newest]
Thread overview: 181+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 10:22 Justin Lecher [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/nova/ Michał Górny
2021-05-15 21:38 Matthew Thode
2021-04-18 3:25 Matthew Thode
2021-03-17 5:17 Matthew Thode
2021-03-03 15:49 Matthew Thode
2021-02-13 20:56 Matthew Thode
2021-02-05 3:08 Matthew Thode
2020-12-10 16:50 Matthew Thode
2020-12-10 16:50 Matthew Thode
2020-12-03 17:37 Thomas Deutschmann
2020-12-03 11:03 Sam James
2020-11-21 5:57 Matthew Thode
2020-11-10 22:54 Matthew Thode
2020-10-19 21:30 Matthew Thode
2020-10-18 23:18 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-23 18:39 Matthew Thode
2020-06-23 18:39 Matthew Thode
2020-06-16 18:39 Matthew Thode
2020-05-30 18:02 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-04-24 23:14 Matthew Thode
2020-04-23 19:36 Matthew Thode
2020-03-16 18:55 Michał Górny
2020-03-04 17:11 Matthew Thode
2020-03-04 17:11 Matthew Thode
2020-02-11 18:20 Matthew Thode
2020-02-08 2:50 Matthew Thode
2020-01-26 22:41 Matthew Thode
2019-12-29 13:23 Andreas Sturmlechner
2019-12-12 22:39 Matthew Thode
2019-11-19 18:36 Matthew Thode
2019-11-12 19:53 Matthew Thode
2019-11-05 17:15 Matthew Thode
2019-10-21 0:19 Matthew Thode
2019-10-10 17:28 Matthew Thode
2019-10-05 20:14 Matthew Thode
2019-08-29 19:08 Matthew Thode
2019-08-29 10:39 Michał Górny
2019-08-16 2:23 Matthew Thode
2019-08-14 22:14 Matthew Thode
2019-08-14 22:14 Matthew Thode
2019-06-27 15:25 Matthew Thode
2019-06-18 15:03 Matthew Thode
2019-06-07 15:59 Matthew Thode
2019-05-11 19:48 Matthew Thode
2019-04-25 15:54 Matthew Thode
2019-04-20 1:32 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-03-25 21:24 Matthew Thode
2019-03-25 0:07 Matthew Thode
2019-01-15 17:21 Matthew Thode
2018-12-19 22:07 Matthew Thode
2018-12-19 19:43 Matthew Thode
2018-11-08 17:31 Matthew Thode
2018-11-06 16:39 Matthew Thode
2018-10-09 4:54 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-25 22:22 Matt Thode
2018-08-30 21:35 Matt Thode
2018-07-04 17:56 Matt Thode
2018-06-26 20:51 Pacho Ramos
2018-06-04 15:40 Matt Thode
2018-05-25 1:52 Matt Thode
2018-05-15 14:53 Matt Thode
2018-04-26 2:29 Matt Thode
2018-04-02 16:09 Matt Thode
2018-03-31 1:54 Matt Thode
2018-03-15 17:47 Matt Thode
2018-03-08 14:57 Matt Thode
2018-03-01 9:57 Matt Thode
2018-02-24 6:22 Matt Thode
2018-02-16 6:14 Matt Thode
2018-01-19 16:10 Matt Thode
2018-01-03 20:15 Matt Thode
2017-12-20 23:22 Matt Thode
2017-12-13 21:44 Matt Thode
2017-11-25 16:46 Matt Thode
2017-11-15 2:03 Matt Thode
2017-10-26 4:13 Matt Thode
2017-10-20 23:20 Matt Thode
2017-09-30 1:06 Matt Thode
2017-09-25 16:23 Matt Thode
2017-09-16 15:01 Matt Thode
2017-09-01 22:10 Matt Thode
2017-08-31 17:44 Matt Thode
2017-08-30 22:07 Matt Thode
2017-08-30 21:07 Matt Thode
2017-08-28 15:41 Matt Thode
2017-08-22 16:29 Matt Thode
2017-08-10 23:47 Matt Thode
2017-08-10 23:47 Matt Thode
2017-07-14 19:43 Matt Thode
2017-07-12 14:43 Pacho Ramos
2017-06-20 19:00 Matt Thode
2017-06-09 21:19 Matt Thode
2017-05-30 19:16 Matt Thode
2017-05-09 15:42 Matt Thode
2017-05-07 3:36 Matt Thode
2017-05-07 3:36 Matt Thode
2017-04-25 16:47 Matt Thode
2017-04-12 20:03 Matt Thode
2017-03-29 0:22 Matt Thode
2017-03-22 17:11 Matt Thode
2017-03-16 16:12 Matt Thode
2017-02-28 16:46 Matt Thode
2017-02-28 0:18 Matt Thode
2017-02-27 6:43 Matt Thode
2017-01-16 19:37 Matt Thode
2017-01-16 19:37 Matt Thode
2016-12-19 22:37 Matt Thode
2016-12-03 21:34 Justin Lecher
2016-12-01 17:06 Matt Thode
2016-12-01 17:06 Matt Thode
2016-11-29 1:52 Matt Thode
2016-11-10 14:59 Matt Thode
2016-11-10 14:59 Matt Thode
2016-11-07 17:18 Matt Thode
2016-11-06 21:39 Matt Thode
2016-10-12 5:16 Matt Thode
2016-10-11 0:43 Matt Thode
2016-10-06 18:27 Matt Thode
2016-09-10 17:57 Matt Thode
2016-08-10 17:53 Matt Thode
2016-07-15 2:20 Matt Thode
2016-07-15 2:20 Matt Thode
2016-07-09 5:05 Matt Thode
2016-07-09 5:05 Matt Thode
2016-06-30 22:24 Matt Thode
2016-06-15 11:18 Matt Thode
2016-06-09 18:13 Matt Thode
2016-05-16 19:00 Matt Thode
2016-05-16 16:40 Matt Thode
2016-05-14 20:11 Agostino Sarubbo
2016-04-15 18:59 Matt Thode
2016-04-07 14:32 Matt Thode
2016-03-26 3:59 Matt Thode
2016-03-16 18:53 Matt Thode
2016-03-09 17:20 Matt Thode
2016-03-09 16:52 Agostino Sarubbo
2016-03-09 16:50 Agostino Sarubbo
2016-03-09 16:37 Matt Thode
2016-03-08 20:13 Matt Thode
2016-03-08 0:03 Matt Thode
2016-01-31 19:24 Matt Thode
2016-01-31 19:24 Matt Thode
2016-01-31 11:56 Agostino Sarubbo
2016-01-29 19:17 Matt Thode
2016-01-24 17:22 Agostino Sarubbo
2016-01-21 22:41 Matt Thode
2016-01-19 16:12 Matt Thode
2016-01-08 13:27 Matt Thode
2016-01-08 8:20 Agostino Sarubbo
2016-01-08 8:19 Agostino Sarubbo
2015-12-22 22:22 Matt Thode
2015-12-15 21:55 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-14 0:19 Matt Thode
2015-11-12 10:22 Justin Lecher
2015-10-30 14:13 Matt Thode
2015-10-30 13:14 Justin Lecher
2015-10-30 13:14 Justin Lecher
2015-10-18 6:27 Matt Thode
2015-10-16 6:04 Matt Thode
2015-10-16 5:53 Matt Thode
2015-10-15 16:56 Matt Thode
2015-10-15 9:08 Matt Thode
2015-10-13 18:27 Matt Thode
2015-10-13 18:27 Matt Thode
2015-09-03 14:28 Matt Thode
2015-09-03 8:25 Agostino Sarubbo
2015-09-03 8:24 Agostino Sarubbo
2015-08-22 4:58 Matt Thode
2015-08-21 6:42 Agostino Sarubbo
2015-08-21 6:41 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=1447323714.e852241d57355d44e4e87c7cd68b2fe9e6efb26f.jlec@gentoo \
--to=jlec@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