summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/python-cinderclient/ChangeLog6
-rw-r--r--dev-python/python-cinderclient/python-cinderclient-1.0.2.ebuild4
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"