From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 775111388C0 for ; Fri, 30 Oct 2015 13:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23E76E07E1; Fri, 30 Oct 2015 13:14:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 996FEE07D6 for ; Fri, 30 Oct 2015 13:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 729E6340C55 for ; Fri, 30 Oct 2015 13:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 823951B0B for ; Fri, 30 Oct 2015 13:14:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446210777.c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/nova-2015.1.1-r3.ebuild sys-cluster/nova/nova-2015.1.2.ebuild sys-cluster/nova/nova-2015.1.9999.ebuild sys-cluster/nova/nova-2015.2.9999.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e X-VCS-Branch: master Date: Fri, 30 Oct 2015 13:14:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9fb9d4ba-8d0c-4983-8723-257e2fbed913 X-Archives-Hash: 91462cf007285ebeeb966b74dd44fbf6 commit: c8b818dbe913aff4ccf2d9bf561ab1b3e08c977e Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 30 13:12:57 2015 +0000 Commit: Justin Lecher gentoo 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 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"