diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:21:07 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:21:07 +0000 |
commit | 1e3821cb3127fda727c9772ee7d03af2d8e8a154 (patch) | |
tree | 5734c249742245c8d80ed72833fe480304ebadb1 /sys-cluster | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-1e3821cb3127fda727c9772ee7d03af2d8e8a154.tar.gz gentoo-2-1e3821cb3127fda727c9772ee7d03af2d8e8a154.tar.bz2 gentoo-2-1e3821cb3127fda727c9772ee7d03af2d8e8a154.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nova/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2014.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-2014.1.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/nova/nova-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index 4d7b82eca67c..898db66e08c6 100644 --- a/sys-cluster/nova/ChangeLog +++ b/sys-cluster/nova/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/nova # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.71 2014/07/26 23:07:24 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.72 2014/08/10 20:21:07 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> nova-2014.1.1-r1.ebuild, + nova-2014.1.9999.ebuild, nova-9999.ebuild: + QA: drop trailing '.' from DESCRIPTION 26 Jul 2014; Matthew Thode <prometheanfire@gentoo.org> nova-2014.1.1-r1.ebuild, nova-2014.1.9999.ebuild, nova-9999.ebuild: diff --git a/sys-cluster/nova/nova-2014.1.1-r1.ebuild b/sys-cluster/nova/nova-2014.1.1-r1.ebuild index 061f17b80fe7..1c1c916552a1 100644 --- a/sys-cluster/nova/nova-2014.1.1-r1.ebuild +++ b/sys-cluster/nova/nova-2014.1.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1.1-r1.ebuild,v 1.2 2014/07/26 23:07:24 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1.1-r1.ebuild,v 1.3 2014/08/10 20:21:07 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils 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) written in Python" HOMEPAGE="https://launchpad.net/nova" SRC_URI="http://launchpad.net/${PN}/icehouse/${PV}/+download/${P}.tar.gz" diff --git a/sys-cluster/nova/nova-2014.1.9999.ebuild b/sys-cluster/nova/nova-2014.1.9999.ebuild index afd07b55026e..c99f7d2b1298 100644 --- a/sys-cluster/nova/nova-2014.1.9999.ebuild +++ b/sys-cluster/nova/nova-2014.1.9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1.9999.ebuild,v 1.4 2014/07/26 23:07:24 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.1.9999.ebuild,v 1.5 2014/08/10 20:21:07 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils git-2 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) written in Python" HOMEPAGE="https://launchpad.net/nova" EGIT_REPO_URI="https://github.com/openstack/nova.git" EGIT_BRANCH="stable/icehouse" diff --git a/sys-cluster/nova/nova-9999.ebuild b/sys-cluster/nova/nova-9999.ebuild index bf239d12383f..bc53a1ed607f 100644 --- a/sys-cluster/nova/nova-9999.ebuild +++ b/sys-cluster/nova/nova-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-9999.ebuild,v 1.16 2014/07/26 23:07:24 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-9999.ebuild,v 1.17 2014/08/10 20:21:07 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils git-2 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) written in Python" HOMEPAGE="https://launchpad.net/nova" EGIT_REPO_URI="https://github.com/openstack/nova.git" |