Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-9999.ebuild keystone-2014.1.9999.ebuild keystone-2014.1.1-r2.ebuild ChangeLog
Date: Sat, 26 Jul 2014 23:13:08
Message-Id: 20140726231304.A6A8A2004E@flycatcher.gentoo.org
1 prometheanfire 14/07/26 23:13:04
2
3 Modified: keystone-9999.ebuild keystone-2014.1.9999.ebuild
4 keystone-2014.1.1-r2.ebuild ChangeLog
5 Log:
6 better sqlalchemy deps
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
9
10 Revision Changes Path
11 1.18 sys-auth/keystone/keystone-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild?r1=1.17&r2=1.18
16
17 Index: keystone-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- keystone-9999.ebuild 6 Jul 2014 12:56:23 -0000 1.17
24 +++ keystone-9999.ebuild 26 Jul 2014 23:13:04 -0000 1.18
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.17 2014/07/06 12:56:23 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-9999.ebuild,v 1.18 2014/07/26 23:13:04 prometheanfire Exp $
30
31 EAPI=5
32
33 @@ -54,12 +54,23 @@
34 >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
35 dev-python/paste[${PYTHON_USEDEP}]
36 >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
37 - sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
38 - <dev-python/sqlalchemy-0.7.99[sqlite,${PYTHON_USEDEP}] )
39 - mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
40 - <dev-python/sqlalchemy-0.7.99[mysql,${PYTHON_USEDEP}] )
41 - postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
42 - <dev-python/sqlalchemy-0.7.99[postgres,${PYTHON_USEDEP}] )
43 + sqlite? (
44 + >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
45 + !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]
46 + <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
47 + )
48 + mysql? (
49 + dev-python/mysql-python
50 + >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
51 + !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
52 + <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
53 + )
54 + postgres? (
55 + dev-python/psycopg:2
56 + >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
57 + !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
58 + <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
59 + )
60 >=dev-python/sqlalchemy-migrate-0.7.2[${PYTHON_USEDEP}]
61 dev-python/passlib[${PYTHON_USEDEP}]
62 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
63
64
65
66 1.4 sys-auth/keystone/keystone-2014.1.9999.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild?rev=1.4&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild?rev=1.4&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild?r1=1.3&r2=1.4
71
72 Index: keystone-2014.1.9999.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v
75 retrieving revision 1.3
76 retrieving revision 1.4
77 diff -u -r1.3 -r1.4
78 --- keystone-2014.1.9999.ebuild 30 Jun 2014 01:30:42 -0000 1.3
79 +++ keystone-2014.1.9999.ebuild 26 Jul 2014 23:13:04 -0000 1.4
80 @@ -1,6 +1,6 @@
81 # Copyright 1999-2014 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v 1.3 2014/06/30 01:30:42 prometheanfire Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.9999.ebuild,v 1.4 2014/07/26 23:13:04 prometheanfire Exp $
85
86 EAPI=5
87
88 @@ -57,12 +57,23 @@
89 dev-python/paste[${PYTHON_USEDEP}]
90 >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
91 >=dev-python/six-1.6.0[${PYTHON_USEDEP}]
92 - sqlite? ( >=dev-python/sqlalchemy-0.7.8[sqlite,${PYTHON_USEDEP}]
93 - <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}] )
94 - mysql? ( >=dev-python/sqlalchemy-0.7.8[mysql,${PYTHON_USEDEP}]
95 - <=dev-python/sqlalchemy-0.9.99[mysql,${PYTHON_USEDEP}] )
96 - postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
97 - <=dev-python/sqlalchemy-0.9.99[postgres,${PYTHON_USEDEP}] )
98 + sqlite? (
99 + >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
100 + !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]
101 + <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
102 + )
103 + mysql? (
104 + dev-python/mysql-python
105 + >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
106 + !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
107 + <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
108 + )
109 + postgres? (
110 + dev-python/psycopg:2
111 + >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
112 + !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
113 + <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
114 + )
115 >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
116 dev-python/passlib[${PYTHON_USEDEP}]
117 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
118
119
120
121 1.2 sys-auth/keystone/keystone-2014.1.1-r2.ebuild
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild?rev=1.2&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild?rev=1.2&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild?r1=1.1&r2=1.2
126
127 Index: keystone-2014.1.1-r2.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild,v
130 retrieving revision 1.1
131 retrieving revision 1.2
132 diff -u -r1.1 -r1.2
133 --- keystone-2014.1.1-r2.ebuild 2 Jul 2014 17:12:34 -0000 1.1
134 +++ keystone-2014.1.1-r2.ebuild 26 Jul 2014 23:13:04 -0000 1.2
135 @@ -1,6 +1,6 @@
136 # Copyright 1999-2014 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild,v 1.1 2014/07/02 17:12:34 prometheanfire Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2014.1.1-r2.ebuild,v 1.2 2014/07/26 23:13:04 prometheanfire Exp $
140
141 EAPI=5
142
143 @@ -57,11 +57,23 @@
144 dev-python/paste[${PYTHON_USEDEP}]
145 >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
146 >=dev-python/six-1.6.0[${PYTHON_USEDEP}]
147 - >=dev-python/sqlalchemy-0.7.8[${PYTHON_USEDEP}]
148 - <dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
149 - mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
150 - postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
151 - sqlite? ( dev-db/sqlite )
152 + sqlite? (
153 + >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
154 + !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]
155 + <=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
156 + )
157 + mysql? (
158 + dev-python/mysql-python
159 + >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
160 + !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
161 + <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
162 + )
163 + postgres? (
164 + dev-python/psycopg:2
165 + >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
166 + !~dev-python/sqlalchemy-0.9.5[${PYTHON_USEDEP}]
167 + <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
168 + )
169 >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
170 dev-python/passlib[${PYTHON_USEDEP}]
171 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
172
173
174
175 1.76 sys-auth/keystone/ChangeLog
176
177 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.76&view=markup
178 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.76&content-type=text/plain
179 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.75&r2=1.76
180
181 Index: ChangeLog
182 ===================================================================
183 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
184 retrieving revision 1.75
185 retrieving revision 1.76
186 diff -u -r1.75 -r1.76
187 --- ChangeLog 6 Jul 2014 12:56:23 -0000 1.75
188 +++ ChangeLog 26 Jul 2014 23:13:04 -0000 1.76
189 @@ -1,6 +1,11 @@
190 # ChangeLog for sys-auth/keystone
191 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
192 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.75 2014/07/06 12:56:23 mgorny Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.76 2014/07/26 23:13:04 prometheanfire Exp $
194 +
195 + 26 Jul 2014; Matthew Thode <prometheanfire@g.o>
196 + keystone-2014.1.1-r2.ebuild, keystone-2014.1.9999.ebuild,
197 + keystone-9999.ebuild:
198 + better sqlalchemy deps
199
200 06 Jul 2014; Michał Górny <mgorny@g.o> keystone-9999.ebuild:
201 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-