prometheanfire 14/09/14 19:50:13 Modified: cinder-2014.1.9999.ebuild ChangeLog Log: updating requirements.txt stuffs (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.5 sys-cluster/cinder/cinder-2014.1.9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild?r1=1.4&r2=1.5 Index: cinder-2014.1.9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cinder-2014.1.9999.ebuild 10 Aug 2014 20:20:15 -0000 1.4 +++ cinder-2014.1.9999.ebuild 14 Sep 2014 19:50:12 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v 1.4 2014/08/10 20:20:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.1.9999.ebuild,v 1.5 2014/09/14 19:50:12 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -40,7 +40,7 @@ >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] dev-python/oslo-sphinx[${PYTHON_USEDEP}] )" -RDEPEND="=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/amqplib-0.6.1-r1[${PYTHON_USEDEP}] >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] >=dev-python/Babel-1.3[${PYTHON_USEDEP}] >=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}] @@ -61,10 +61,11 @@ >=dev-python/python-swiftclient-1.6[${PYTHON_USEDEP}] >=dev-python/requests-1.1[${PYTHON_USEDEP}] >=dev-python/routes-1.12.3[${PYTHON_USEDEP}] + !~dev-python/routes-2.0[${PYTHON_USEDEP}] >=dev-python/taskflow-0.1.3[${PYTHON_USEDEP}] <dev-python/taskflow-0.2[${PYTHON_USEDEP}] >=dev-python/rtslib-fb-2.1.39[${PYTHON_USEDEP}] - >=dev-python/six-1.5.2[${PYTHON_USEDEP}] + >=dev-python/six-1.6.0[${PYTHON_USEDEP}] sqlite? ( >=dev-python/sqlalchemy-0.8.0[sqlite,${PYTHON_USEDEP}] !~dev-python/sqlalchemy-0.9.5[sqlite,${PYTHON_USEDEP}] 1.43 sys-cluster/cinder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 3 Sep 2014 20:46:02 -0000 1.42 +++ ChangeLog 14 Sep 2014 19:50:12 -0000 1.43 @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/cinder # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.42 2014/09/03 20:46:02 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.43 2014/09/14 19:50:12 prometheanfire Exp $ + + 14 Sep 2014; Matthew Thode <[email protected]> + cinder-2014.1.9999.ebuild: + updating requirements.txt stuffs 03 Sep 2014; Ulrich Müller <[email protected]> -files/cinder.confd: QA: Remove unused file, bug 520768.
