summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-01-17 19:51:12 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-01-17 19:51:12 +0000
commitb6dbbd58ec92c7f982c9671e831f7677e7a6b4c0 (patch)
treecb26473d8f1b0475a297cde1a8dee363bd795aa3 /dev-python/python-glanceclient
parentAdd upstream patch to fix building against libav-9. Bug #448718. Thanks to Ma... (diff)
downloadgentoo-2-b6dbbd58ec92c7f982c9671e831f7677e7a6b4c0.tar.gz
gentoo-2-b6dbbd58ec92c7f982c9671e831f7677e7a6b4c0.tar.bz2
gentoo-2-b6dbbd58ec92c7f982c9671e831f7677e7a6b4c0.zip
changed the description of glance, glance is not nova
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/python-glanceclient')
-rw-r--r--dev-python/python-glanceclient/ChangeLog6
-rw-r--r--dev-python/python-glanceclient/metadata.xml5
-rw-r--r--dev-python/python-glanceclient/python-glanceclient-0.7.0.ebuild4
3 files changed, 8 insertions, 7 deletions
diff --git a/dev-python/python-glanceclient/ChangeLog b/dev-python/python-glanceclient/ChangeLog
index f2336b0a152f..aa7b58f94fa1 100644
--- a/dev-python/python-glanceclient/ChangeLog
+++ b/dev-python/python-glanceclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-glanceclient
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.3 2013/01/17 19:22:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 1.4 2013/01/17 19:51:12 prometheanfire Exp $
+
+ 17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> metadata.xml,
+ python-glanceclient-0.7.0.ebuild:
+ changed the description of glance, glance is not nova
17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
python-glanceclient-0.7.0.ebuild:
diff --git a/dev-python/python-glanceclient/metadata.xml b/dev-python/python-glanceclient/metadata.xml
index d0ecd1422c29..2d9cce40a14e 100644
--- a/dev-python/python-glanceclient/metadata.xml
+++ b/dev-python/python-glanceclient/metadata.xml
@@ -7,10 +7,7 @@
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
- This is a client for the OpenStack Nova API.
- There's a Python API (the novaclient module),
- and a command-line script (nova).
- Each implements 100% of the OpenStack Nova API.
+ This is a client for the OpenStack Glance API.
</longdescription>
</pkgmetadata>
diff --git a/dev-python/python-glanceclient/python-glanceclient-0.7.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-0.7.0.ebuild
index c5ff6303f0fb..69929d07d245 100644
--- a/dev-python/python-glanceclient/python-glanceclient-0.7.0.ebuild
+++ b/dev-python/python-glanceclient/python-glanceclient-0.7.0.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-glanceclient/python-glanceclient-0.7.0.ebuild,v 1.3 2013/01/17 19:22:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.7.0.ebuild,v 1.4 2013/01/17 19:51:12 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-DESCRIPTION="A client for the OpenStack Nova API"
+DESCRIPTION="A client for the OpenStack Glance API"
HOMEPAGE="https://github.com/openstack/python-glanceclient"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"