commit: c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Oct 30 13:12:57 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Oct 30 13:12:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b818db
sys-cluster/nova: Bump to git-r3.eclass QA fixes shorten DESCRIPTION Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-cluster/nova/nova-2015.1.1-r3.ebuild | 2 +- sys-cluster/nova/nova-2015.1.2.ebuild | 2 +- sys-cluster/nova/nova-2015.1.9999.ebuild | 4 ++-- 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 71c40c8..0d73892 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 a7c0189..598ac28 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 4ea159c..d19aca4 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 1d514cc..1a23f08 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"
