diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-30 14:12:57 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-30 14:12:57 +0100 |
commit | c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e (patch) | |
tree | 809c6a4928f24df0224e65c5b21c1136c326cbb4 /sys-cluster | |
parent | dev-python/pyparsing: Version Bump (diff) | |
download | gentoo-c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e.tar.gz gentoo-c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e.tar.bz2 gentoo-c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e.zip |
sys-cluster/nova: Bump to git-r3.eclass
QA fixes
shorten DESCRIPTION
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/nova-2015.1.1-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2015.1.2.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2015.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2015.2.9999.ebuild | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sys-cluster/nova/nova-2015.1.1-r3.ebuild b/sys-cluster/nova/nova-2015.1.1-r3.ebuild index 71c40c861bd2..0d738928522e 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) written in Python" +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)" HOMEPAGE="https://launchpad.net/nova" SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" diff --git a/sys-cluster/nova/nova-2015.1.2.ebuild b/sys-cluster/nova/nova-2015.1.2.ebuild index a7c01895b6eb..598ac281fcc6 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) written in Python" +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)" HOMEPAGE="https://launchpad.net/nova" SRC_URI="https://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz" diff --git a/sys-cluster/nova/nova-2015.1.9999.ebuild b/sys-cluster/nova/nova-2015.1.9999.ebuild index 4ea159cc9884..d19aca4b4d09 100644 --- a/sys-cluster/nova/nova-2015.1.9999.ebuild +++ b/sys-cluster/nova/nova-2015.1.9999.ebuild @@ -5,9 +5,9 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 eutils git-2 linux-info multilib user +inherit distutils-r1 eutils git-r3 linux-info multilib user -DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python" +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)" HOMEPAGE="https://launchpad.net/nova" EGIT_REPO_URI="https://github.com/openstack/nova.git" EGIT_BRANCH="stable/kilo" diff --git a/sys-cluster/nova/nova-2015.2.9999.ebuild b/sys-cluster/nova/nova-2015.2.9999.ebuild index 1d514cc3a88c..1a23f0844a0c 100644 --- a/sys-cluster/nova/nova-2015.2.9999.ebuild +++ b/sys-cluster/nova/nova-2015.2.9999.ebuild @@ -5,9 +5,9 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_4 ) -inherit distutils-r1 eutils git-2 linux-info multilib user +inherit distutils-r1 eutils git-r3 linux-info multilib user -DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system) written in Python" +DESCRIPTION="A cloud computing fabric controller (main part of an IaaS system)" 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" |