Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2013.2-r1.ebuild keystone-9999.ebuild keystone-2013.2.9999.ebuild ChangeLog
Date: Thu, 28 Nov 2013 04:51:48
Message-Id: 20131128045137.BE0B02004B@flycatcher.gentoo.org
1 idella4 13/11/28 04:51:37
2
3 Modified: keystone-2013.2-r1.ebuild keystone-9999.ebuild
4 keystone-2013.2.9999.ebuild ChangeLog
5 Log:
6 Edit, remove from Description, update test phase
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 sys-auth/keystone/keystone-2013.2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: keystone-2013.2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- keystone-2013.2-r1.ebuild 18 Nov 2013 03:24:30 -0000 1.1
24 +++ keystone-2013.2-r1.ebuild 28 Nov 2013 04:51:37 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2-r1.ebuild,v 1.1 2013/11/18 03:24:30 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2-r1.ebuild,v 1.2 2013/11/28 04:51:37 idella4 Exp $
30
31 EAPI=5
32
33 @@ -81,13 +81,14 @@
34
35 python_prepare_all() {
36 mkdir ${PN}/tests/tmp || die
37 - cp -r "${FILESDIR}"/no_admin_token_auth-paste.ini ${PN}/tests/tmp/
38 + cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die
39 distutils-r1_python_prepare_all
40 }
41
42 python_test() {
43 - # https://bugs.launchpad.net/keystone/+bug/1249198
44 - nosetests || die "testsuite failed under ${EPYTHON}"
45 + # Ignore (naughty) test_.py files & 1 test that connect to the network
46 + nosetests -I 'test_keystoneclient*' \
47 + -e test_import || die "testsuite failed under python2.7"
48 }
49
50 python_install() {
51
52
53
54 1.12 sys-auth/keystone/keystone-9999.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.12&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.12&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?r1=1.11&r2=1.12
59
60 Index: keystone-9999.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v
63 retrieving revision 1.11
64 retrieving revision 1.12
65 diff -u -r1.11 -r1.12
66 --- keystone-9999.ebuild 27 Sep 2013 01:43:20 -0000 1.11
67 +++ keystone-9999.ebuild 28 Nov 2013 04:51:37 -0000 1.12
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2013 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.11 2013/09/27 01:43:20 prometheanfire Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.12 2013/11/28 04:51:37 idella4 Exp $
73
74 EAPI=5
75 #test restricted becaues of bad requirements given (old webob for instance)
76 @@ -9,8 +9,7 @@
77
78 inherit git-2 distutils-r1
79
80 -DESCRIPTION="Keystone is the Openstack authentication, authorization, and
81 -service catalog written in Python."
82 +DESCRIPTION="The Openstack authentication, authorization, and service catalog written in Python."
83 HOMEPAGE="https://launchpad.net/keystone"
84 EGIT_REPO_URI="https://github.com/openstack/keystone.git"
85
86
87
88
89 1.4 sys-auth/keystone/keystone-2013.2.9999.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild?rev=1.4&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild?rev=1.4&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild?r1=1.3&r2=1.4
94
95 Index: keystone-2013.2.9999.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v
98 retrieving revision 1.3
99 retrieving revision 1.4
100 diff -u -r1.3 -r1.4
101 --- keystone-2013.2.9999.ebuild 18 Nov 2013 03:24:30 -0000 1.3
102 +++ keystone-2013.2.9999.ebuild 28 Nov 2013 04:51:37 -0000 1.4
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2013 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.3 2013/11/18 03:24:30 prometheanfire Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.2.9999.ebuild,v 1.4 2013/11/28 04:51:37 idella4 Exp $
108
109 EAPI=5
110 #test restricted becaues of bad requirements given (old webob for instance)
111 @@ -9,8 +9,7 @@
112
113 inherit git-2 distutils-r1
114
115 -DESCRIPTION="Keystone is the Openstack authentication, authorization, and
116 -service catalog written in Python."
117 +DESCRIPTION="The Openstack authentication, authorization, and service catalog written in Python."
118 HOMEPAGE="https://launchpad.net/keystone"
119 EGIT_REPO_URI="https://github.com/openstack/keystone.git"
120 EGIT_BRANCH="stable/havana"
121
122
123
124 1.48 sys-auth/keystone/ChangeLog
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.48&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.48&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.47&r2=1.48
129
130 Index: ChangeLog
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
133 retrieving revision 1.47
134 retrieving revision 1.48
135 diff -u -r1.47 -r1.48
136 --- ChangeLog 18 Nov 2013 03:24:30 -0000 1.47
137 +++ ChangeLog 28 Nov 2013 04:51:37 -0000 1.48
138 @@ -1,6 +1,10 @@
139 # ChangeLog for sys-auth/keystone
140 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
141 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.47 2013/11/18 03:24:30 prometheanfire Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.48 2013/11/28 04:51:37 idella4 Exp $
143 +
144 + 28 Nov 2013; Ian Delaney <idella4@g.o> keystone-2013.2-r1.ebuild,
145 + keystone-2013.2.9999.ebuild, keystone-9999.ebuild:
146 + Edit, remove from Description, update test phase
147
148 *keystone-2013.2-r1 (18 Nov 2013)
149 *keystone-2013.1.4-r1 (18 Nov 2013)