diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-19 22:39:59 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-19 22:39:59 +0000 |
commit | 541cf1ade5e7a9a017d0a73cff86866863c8a5c5 (patch) | |
tree | e9891fdf8ea87be1c3e0e05d776376e600bff964 /dev-python/python-cinderclient | |
parent | 2.2.0_alpha167 version bump. This includes all of the fixes in 2.1.11.56. (diff) | |
download | gentoo-2-541cf1ade5e7a9a017d0a73cff86866863c8a5c5.tar.gz gentoo-2-541cf1ade5e7a9a017d0a73cff86866863c8a5c5.tar.bz2 gentoo-2-541cf1ade5e7a9a017d0a73cff86866863c8a5c5.zip |
changed the description in the ebuild
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/python-cinderclient')
-rw-r--r-- | dev-python/python-cinderclient/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-cinderclient/ChangeLog b/dev-python/python-cinderclient/ChangeLog index 0c171791265a..41f5618909dd 100644 --- a/dev-python/python-cinderclient/ChangeLog +++ b/dev-python/python-cinderclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-cinderclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.2 2013/01/21 16:09:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.3 2013/03/19 22:39:59 prometheanfire Exp $ + + 19 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> + python-cinderclient-1.0.2.ebuild: + changed the description in the ebuild 21 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> python-cinderclient-1.0.2.ebuild: diff --git a/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild b/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild index ba2a92aba35d..124cbbbd1952 100644 --- a/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild +++ b/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild,v 1.2 2013/01/21 16:09:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild,v 1.3 2013/03/19 22:39:59 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="A client for the OpenStack Glance API" +DESCRIPTION="A client for the OpenStack Cinder API" HOMEPAGE="https://launchpad.net/python-cinderclient" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |