prometheanfire 14/04/22 03:32:52
Modified: metadata.xml python-saharaclient-0.7.0.ebuild
ChangeLog
Log:
better discriptions...
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0x2471eb3e40ac5ac3)
Revision Changes Path
1.2 dev-python/python-saharaclient/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/metadata.xml?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/metadata.xml?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-saharaclient/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 22 Apr 2014 03:25:05 -0000 1.1
+++ metadata.xml 22 Apr 2014 03:32:52 -0000 1.2
@@ -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 Sahara API, aka HADOOP
</longdescription>
</pkgmetadata>
1.2
dev-python/python-saharaclient/python-saharaclient-0.7.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/python-saharaclient-0.7.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/python-saharaclient-0.7.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/python-saharaclient-0.7.0.ebuild?r1=1.1&r2=1.2
Index: python-saharaclient-0.7.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-saharaclient/python-saharaclient-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-saharaclient-0.7.0.ebuild 22 Apr 2014 03:25:05 -0000 1.1
+++ python-saharaclient-0.7.0.ebuild 22 Apr 2014 03:32:52 -0000 1.2
@@ -1,14 +1,14 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-saharaclient/python-saharaclient-0.7.0.ebuild,v
1.1 2014/04/22 03:25:05 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-saharaclient/python-saharaclient-0.7.0.ebuild,v
1.2 2014/04/22 03:32:52 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-DESCRIPTION="A client for the OpenStack Nova API"
-HOMEPAGE="https://github.com/openstack/python-novaclient"
+DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
+HOMEPAGE="https://github.com/openstack/python-saharaclient"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
1.2 dev-python/python-saharaclient/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/ChangeLog?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/ChangeLog?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-saharaclient/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-saharaclient/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 22 Apr 2014 03:25:05 -0000 1.1
+++ ChangeLog 22 Apr 2014 03:32:52 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-saharaclient
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-saharaclient/ChangeLog,v
1.1 2014/04/22 03:25:05 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-saharaclient/ChangeLog,v
1.2 2014/04/22 03:32:52 prometheanfire Exp $
+
+ 22 Apr 2014; Matthew Thode <[email protected]> metadata.xml,
+ python-saharaclient-0.7.0.ebuild:
+ better discriptions...
*python-saharaclient-0.7.0 (22 Apr 2014)