Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-0.2.5.ebuild ChangeLog python-keystoneclient-0.3.1.ebuild python-keystoneclient-0.3.2.ebuild python-keystoneclient-0.4.1.ebuild python-keystoneclient-0.6.0.ebuild
Date: Thu, 27 Mar 2014 22:03:27
Message-Id: 20140327220322.A21B42004F@flycatcher.gentoo.org
1 prometheanfire 14/03/27 22:03:22
2
3 Modified: python-keystoneclient-0.2.5.ebuild ChangeLog
4 Removed: python-keystoneclient-0.3.1.ebuild
5 python-keystoneclient-0.3.2.ebuild
6 python-keystoneclient-0.4.1.ebuild
7 python-keystoneclient-0.6.0.ebuild
8 Log:
9 partial fix for bug 505976
10
11 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
12
13 Revision Changes Path
14 1.4 dev-python/python-keystoneclient/python-keystoneclient-0.2.5.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.5.ebuild?rev=1.4&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.5.ebuild?rev=1.4&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.5.ebuild?r1=1.3&r2=1.4
19
20 Index: python-keystoneclient-0.2.5.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.5.ebuild,v
23 retrieving revision 1.3
24 retrieving revision 1.4
25 diff -u -r1.3 -r1.4
26 --- python-keystoneclient-0.2.5.ebuild 8 Nov 2013 03:38:03 -0000 1.3
27 +++ python-keystoneclient-0.2.5.ebuild 27 Mar 2014 22:03:22 -0000 1.4
28 @@ -1,6 +1,6 @@
29 -# Copyright 1999-2013 Gentoo Foundation
30 +# Copyright 1999-2014 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.5.ebuild,v 1.3 2013/11/08 03:38:03 prometheanfire Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.5.ebuild,v 1.4 2014/03/27 22:03:22 prometheanfire Exp $
34
35 EAPI=5
36 #restricted due to packages missing and bad depends in the test ==webob-1.0.8
37
38
39
40 1.29 dev-python/python-keystoneclient/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.29&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.29&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.28&r2=1.29
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
49 retrieving revision 1.28
50 retrieving revision 1.29
51 diff -u -r1.28 -r1.29
52 --- ChangeLog 27 Mar 2014 21:51:44 -0000 1.28
53 +++ ChangeLog 27 Mar 2014 22:03:22 -0000 1.29
54 @@ -1,6 +1,12 @@
55 # ChangeLog for dev-python/python-keystoneclient
56 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.28 2014/03/27 21:51:44 prometheanfire Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.29 2014/03/27 22:03:22 prometheanfire Exp $
59 +
60 + 27 Mar 2014; Matthew Thode <prometheanfire@g.o>
61 + -python-keystoneclient-0.3.1.ebuild, -python-keystoneclient-0.3.2.ebuild,
62 + -python-keystoneclient-0.4.1.ebuild, -python-keystoneclient-0.6.0.ebuild,
63 + python-keystoneclient-0.2.5.ebuild:
64 + partial fix for bug 505976
65
66 *python-keystoneclient-0.7.1 (27 Mar 2014)