Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Fri, 30 Oct 2015 13:14:44
Message-Id: 1446210777.c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e.jlec@gentoo
1 commit: c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 13:12:57 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 13:12:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b818db
7
8 sys-cluster/nova: Bump to git-r3.eclass
9
10 QA fixes
11 shorten DESCRIPTION
12
13 Package-Manager: portage-2.2.23
14 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
15
16 sys-cluster/nova/nova-2015.1.1-r3.ebuild | 2 +-
17 sys-cluster/nova/nova-2015.1.2.ebuild | 2 +-
18 sys-cluster/nova/nova-2015.1.9999.ebuild | 4 ++--
19 sys-cluster/nova/nova-2015.2.9999.ebuild | 4 ++--
20 4 files changed, 6 insertions(+), 6 deletions(-)
21
22 diff --git a/sys-cluster/nova/nova-2015.1.1-r3.ebuild b/sys-cluster/nova/nova-2015.1.1-r3.ebuild
23 index 71c40c8..0d73892 100644
24 --- a/sys-cluster/nova/nova-2015.1.1-r3.ebuild
25 +++ b/sys-cluster/nova/nova-2015.1.1-r3.ebuild
26 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
27
28 inherit distutils-r1 eutils linux-info multilib user
29
30 -DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python"
31 +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
32 HOMEPAGE="https://launchpad.net/nova"
33 SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz"
34
35
36 diff --git a/sys-cluster/nova/nova-2015.1.2.ebuild b/sys-cluster/nova/nova-2015.1.2.ebuild
37 index a7c0189..598ac28 100644
38 --- a/sys-cluster/nova/nova-2015.1.2.ebuild
39 +++ b/sys-cluster/nova/nova-2015.1.2.ebuild
40 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
41
42 inherit distutils-r1 eutils linux-info multilib user
43
44 -DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python"
45 +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
46 HOMEPAGE="https://launchpad.net/nova"
47 SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz"
48
49
50 diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild
51 index 4ea159c..d19aca4 100644
52 --- a/sys-cluster/nova/nova-2015.1.9999.ebuild
53 +++ b/sys-cluster/nova/nova-2015.1.9999.ebuild
54 @@ -5,9 +5,9 @@
55 EAPI=5
56 PYTHON_COMPAT=( python2_7 )
57
58 -inherit distutils-r1 eutils git-2 linux-info multilib user
59 +inherit distutils-r1 eutils git-r3 linux-info multilib user
60
61 -DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python"
62 +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
63 HOMEPAGE="https://launchpad.net/nova"
64 EGIT_REPO_URI="https://github.com/openstack/nova.git"
65 EGIT_BRANCH="stable/kilo"
66
67 diff --git a/sys-cluster/nova/nova-2015.2.9999.ebuild b/sys-cluster/nova/nova-2015.2.9999.ebuild
68 index 1d514cc..1a23f08 100644
69 --- a/sys-cluster/nova/nova-2015.2.9999.ebuild
70 +++ b/sys-cluster/nova/nova-2015.2.9999.ebuild
71 @@ -5,9 +5,9 @@
72 EAPI=5
73 PYTHON_COMPAT=( python2_7 python3_4 )
74
75 -inherit distutils-r1 eutils git-2 linux-info multilib user
76 +inherit distutils-r1 eutils git-r3 linux-info multilib user
77
78 -DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python"
79 +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)"
80 HOMEPAGE="https://launchpad.net/nova"
81 SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample -> liberty-nova.conf.sample"
82 EGIT_REPO_URI="https://github.com/openstack/nova.git"