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-cluster/cinder: cinder-9999.ebuild ChangeLog
Date: Fri, 01 Aug 2014 05:14:03
Message-Id: 20140801051356.7B2CE2004E@flycatcher.gentoo.org
1 prometheanfire 14/08/01 05:13:55
2
3 Modified: cinder-9999.ebuild ChangeLog
4 Log:
5 updating git master cinder
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.9 sys-cluster/cinder/cinder-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild?r1=1.8&r2=1.9
15
16 Index: cinder-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- cinder-9999.ebuild 26 Jul 2014 23:09:50 -0000 1.8
23 +++ cinder-9999.ebuild 1 Aug 2014 05:13:55 -0000 1.9
24 @@ -1,43 +1,69 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild,v 1.8 2014/07/26 23:09:50 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-9999.ebuild,v 1.9 2014/08/01 05:13:55 prometheanfire Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32
33 inherit distutils-r1 eutils git-2 user
34
35 -DESCRIPTION="Cinder is the OpenStack Block storage service. This is a spin out
36 -of nova-volumes."
37 +DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes."
38 HOMEPAGE="https://launchpad.net/cinder"
39 EGIT_REPO_URI="https://github.com/openstack/cinder.git"
40
41 LICENSE="Apache-2.0"
42 SLOT="0"
43 KEYWORDS=""
44 -IUSE="+api +scheduler +volume mysql postgres sqlite"
45 +IUSE="+api +scheduler +volume mysql postgres sqlite test"
46 REQUIRED_USE="|| ( mysql postgres sqlite )"
47
48 #sudo is a build dep because I want the sudoers.d directory to exist, lazy.
49 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 - app-admin/sudo"
51 + >=dev-python/pbr-0.6[${PYTHON_USEDEP}]
52 + <dev-python/pbr-1.0[${PYTHON_USEDEP}]
53 + app-admin/sudo
54 + test? ( >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
55 + <dev-python/hacking-0.9[${PYTHON_USEDEP}]
56 + >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
57 + >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
58 + >=dev-python/hp3parclient-3.0[${PYTHON_USEDEP}]
59 + <dev-python/hp3parclient-4.0[${PYTHON_USEDEP}]
60 + >=dev-python/mock-1.0[${PYTHON_USEDEP}]
61 + >=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
62 + dev-python/mysql-python[${PYTHON_USEDEP}]
63 + dev-python/psycopg[${PYTHON_USEDEP}]
64 + >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
65 + <dev-python/sphinx-1.2[${PYTHON_USEDEP}]
66 + >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
67 + >=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
68 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
69 + dev-python/oslo-sphinx[${PYTHON_USEDEP}] )"
70
71 -RDEPEND=">=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}]
72 +RDEPEND="=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}]
73 >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
74 + >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
75 >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}]
76 + >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
77 + >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
78 >=dev-python/kombu-2.4.8[${PYTHON_USEDEP}]
79 - >=dev-python/lockfile-0.8[${PYTHON_USEDEP}]
80 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
81 - dev-python/netaddr[${PYTHON_USEDEP}]
82 - >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
83 - >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
84 - <dev-python/pbr-1.0[${PYTHON_USEDEP}]
85 - dev-python/six[${PYTHON_USEDEP}]
86 - >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
87 - <dev-python/webob-1.3[${PYTHON_USEDEP}]
88 - >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
89 - >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
90 + >=dev-python/netaddr-0.7.6[${PYTHON_USEDEP}]
91 + >=dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}]
92 + >=dev-python/oslo-messaging-1.3.0[${PYTHON_USEDEP}]
93 + dev-python/oslo-rootwrap[${PYTHON_USEDEP}]
94 + >=dev-python/paramiko-1.9.0[${PYTHON_USEDEP}]
95 dev-python/paste[${PYTHON_USEDEP}]
96 + >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
97 + >=dev-python/python-glanceclient-0.9.0[${PYTHON_USEDEP}]
98 + >=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
99 + >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]
100 + >=dev-python/python-swiftclient-1.6[${PYTHON_USEDEP}]
101 + >=dev-python/requests-1.1[${PYTHON_USEDEP}]
102 + >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
103 + >=dev-python/taskflow-0.1.3[${PYTHON_USEDEP}]
104 + <dev-python/taskflow-0.2[${PYTHON_USEDEP}]
105 + >=dev-python/rtslib-fb-2.1.39[${PYTHON_USEDEP}]
106 + >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
107 sqlite? (
108 >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}]
109 !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}]
110 @@ -56,19 +82,13 @@
111 <=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
112 )
113 >=dev-python/sqlalchemy-migrate-0.9[${PYTHON_USEDEP}]
114 - >=dev-python/stevedore-0.10[${PYTHON_USEDEP}]
115 + >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]
116 >=dev-python/suds-0.4[${PYTHON_USEDEP}]
117 - >=dev-python/paramiko-1.8.0[${PYTHON_USEDEP}]
118 - >=dev-python/Babel-0.9.6[${PYTHON_USEDEP}]
119 - >=dev-python/iso8601-0.1.4[${PYTHON_USEDEP}]
120 - >=dev-python/python-glanceclient-0.9.0[${PYTHON_USEDEP}]
121 - >=dev-python/python-keystoneclient-0.3.0[${PYTHON_USEDEP}]
122 - >=dev-python/python-swiftclient-1.5[${PYTHON_USEDEP}]
123 - >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}]
124 - <dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}]
125 + >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
126 >=sys-block/iscsitarget-1.4.20.2_p20130821
127 sys-fs/lvm2
128 - sys-block/open-iscsi"
129 + sys-block/open-iscsi
130 + sys-fs/sysfsutils"
131
132 PATCHES=( )
133
134 @@ -77,18 +97,26 @@
135 enewuser cinder -1 -1 /var/lib/cinder cinder
136 }
137
138 +#python_compile_all() { leave for next attempt
139 +# use doc && emake -C doc html
140 +#}
141 +
142 +python_test() {
143 + # Let's track progress of this # https://bugs.launchpad.net/swift/+bug/1249727
144 + nosetests -I test_wsgi.py cinder/tests/ || die "tests failed under python2.7"
145 +}
146 +
147 python_install() {
148 distutils-r1_python_install
149 + keepdir /etc/cinder
150 + dodir /etc/cinder/rootwrap.d
151 newinitd "${FILESDIR}/cinder-init" "cinder"
152 newconfd "${FILESDIR}/cinder-confd" "cinder"
153 use api && dosym /etc/init.d/cinder /etc/init.d/cinder-api
154 use scheduler && dosym /etc/init.d/cinder /etc/init.d/cinder-scheduler
155 use volume && dosym /etc/init.d/cinder /etc/init.d/cinder-volume
156
157 - keepdir /etc/cinder
158 - dodir /etc/cinder/rootwrap.d
159 insinto /etc/cinder
160 -
161 newins "${S}/etc/cinder/cinder.conf.sample" "cinder.conf"
162 newins "${S}/etc/cinder/api-paste.ini" "api-paste.ini"
163 newins "${S}/etc/cinder/logging_sample.conf" "logging_sample.conf"
164 @@ -96,6 +124,7 @@
165 newins "${S}/etc/cinder/rootwrap.conf" "rootwrap.conf"
166 insinto /etc/cinder/rootwrap.d
167 newins "${S}/etc/cinder/rootwrap.d/volume.filters" "volume.filters"
168 +
169 #add sudoers definitions for user nova
170 insinto /etc/sudoers.d/
171 doins "${FILESDIR}/cinder-sudoers"
172
173
174
175 1.39 sys-cluster/cinder/ChangeLog
176
177 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.39&view=markup
178 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.39&content-type=text/plain
179 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?r1=1.38&r2=1.39
180
181 Index: ChangeLog
182 ===================================================================
183 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
184 retrieving revision 1.38
185 retrieving revision 1.39
186 diff -u -r1.38 -r1.39
187 --- ChangeLog 26 Jul 2014 23:09:50 -0000 1.38
188 +++ ChangeLog 1 Aug 2014 05:13:55 -0000 1.39
189 @@ -1,6 +1,9 @@
190 # ChangeLog for sys-cluster/cinder
191 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
192 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.38 2014/07/26 23:09:50 prometheanfire Exp $
193 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.39 2014/08/01 05:13:55 prometheanfire Exp $
194 +
195 + 01 Aug 2014; Matthew Thode <prometheanfire@g.o> cinder-9999.ebuild:
196 + updating git master cinder
197
198 26 Jul 2014; Matthew Thode <prometheanfire@g.o> cinder-2014.1.1.ebuild,
199 cinder-2014.1.9999.ebuild, cinder-9999.ebuild: